Release 24.4.2
This commit is contained in:
parent
7a07a61fd8
commit
cdc2355460
3 changed files with 8 additions and 2 deletions
6
NEWS
6
NEWS
|
@ -1,5 +1,11 @@
|
|||
rust2rpm
|
||||
|
||||
Version 24.4.2
|
||||
==============
|
||||
|
||||
This release fixes a mismatch between the dependencies specified in setup.cfg and
|
||||
requirements.txt.
|
||||
|
||||
Version 24.4.1
|
||||
==============
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ from rust2rpm import licensing
|
|||
# release of the last minor version.
|
||||
#
|
||||
# Only the major version is included in the header of generated spec files.
|
||||
__version__ = "24.4.1"
|
||||
__version__ = "24.4.2"
|
||||
|
||||
TARGET_ARCHES = [
|
||||
"x86_64",
|
||||
|
|
|
@ -24,7 +24,7 @@ classifiers =
|
|||
include_package_data = True
|
||||
packages = rust2rpm
|
||||
install_requires =
|
||||
cargo2rpm>=0.1.2
|
||||
cargo2rpm>=0.1.8
|
||||
jinja2
|
||||
pyparsing
|
||||
requests
|
||||
|
|
Loading…
Reference in a new issue