|
|
@ -1,11 +1,11 @@
|
|
|
|
Name: python-trove-classifiers
|
|
|
|
Name: python-trove-classifiers
|
|
|
|
Version: 2024.3.3
|
|
|
|
Version: 2024.5.22
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Canonical source for classifiers on PyPI (pypi.org)
|
|
|
|
Summary: Canonical source for classifiers on PyPI (pypi.org)
|
|
|
|
|
|
|
|
|
|
|
|
License: Apache-2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://github.com/pypa/trove-classifiers
|
|
|
|
URL: https://github.com/pypa/trove-classifiers
|
|
|
|
Source: %{pypi_source trove-classifiers}
|
|
|
|
Source: %{pypi_source trove_classifiers}
|
|
|
|
|
|
|
|
|
|
|
|
# Drop dependency on calver which is not packaged in Fedora.
|
|
|
|
# Drop dependency on calver which is not packaged in Fedora.
|
|
|
|
Patch: setup.py-remove-usage-of-unpackaged-calver.patch
|
|
|
|
Patch: setup.py-remove-usage-of-unpackaged-calver.patch
|
|
|
@ -29,7 +29,7 @@ Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n trove-classifiers-%{version}
|
|
|
|
%autosetup -p1 -n trove_classifiers-%{version}
|
|
|
|
# Replace @@VERSION@@ with %%version
|
|
|
|
# Replace @@VERSION@@ with %%version
|
|
|
|
%writevars -f setup.py version
|
|
|
|
%writevars -f setup.py version
|
|
|
|
|
|
|
|
|
|
|
@ -56,6 +56,9 @@ Summary: %{summary}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri May 31 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 2024.5.22-1
|
|
|
|
|
|
|
|
- Update to 2024.5.22. Closes RBHZ#2271418
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 3 2024 Packit <hello@packit.dev> - 2024.3.3-1
|
|
|
|
* Sun Mar 3 2024 Packit <hello@packit.dev> - 2024.3.3-1
|
|
|
|
- Update to 2024.3.3
|
|
|
|
- Update to 2024.3.3
|
|
|
|
- Resolves rhbz#2248519
|
|
|
|
- Resolves rhbz#2248519
|
|
|
|