Release 24.4.2

This commit is contained in:
Fabio Valentini 2023-09-30 16:51:36 +02:00
parent 7a07a61fd8
commit cdc2355460
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
3 changed files with 8 additions and 2 deletions

6
NEWS
View file

@ -1,5 +1,11 @@
rust2rpm rust2rpm
Version 24.4.2
==============
This release fixes a mismatch between the dependencies specified in setup.cfg and
requirements.txt.
Version 24.4.1 Version 24.4.1
============== ==============

View file

@ -10,7 +10,7 @@ from rust2rpm import licensing
# release of the last minor version. # release of the last minor version.
# #
# Only the major version is included in the header of generated spec files. # Only the major version is included in the header of generated spec files.
__version__ = "24.4.1" __version__ = "24.4.2"
TARGET_ARCHES = [ TARGET_ARCHES = [
"x86_64", "x86_64",

View file

@ -24,7 +24,7 @@ classifiers =
include_package_data = True include_package_data = True
packages = rust2rpm packages = rust2rpm
install_requires = install_requires =
cargo2rpm>=0.1.2 cargo2rpm>=0.1.8
jinja2 jinja2
pyparsing pyparsing
requests requests