Work around FTI due to version of packaging (rhbz#2161981).

This commit is contained in:
Jerry James 2023-01-18 09:38:17 -07:00
parent adadbc0b55
commit 04d244318a

View File

@ -5,7 +5,7 @@
Name: python-pyproject-metadata
Version: 0.7.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: PEP 621 metadata parsing
License: MIT
@ -64,6 +64,9 @@ Documentation for python3-pyproject-metadata.
%prep
%autosetup -p1
# Allow usage of packaging 21 until we can update Feodra to >= 22
sed -i 's/22\.0/21.0/' setup.cfg
%build
%pyproject_wheel
rst2html --no-datestamp CHANGELOG.rst CHANGELOG.html
@ -93,6 +96,9 @@ rm -rf html/{.buildinfo,.doctrees}
%endif
%changelog
* Wed Jan 18 2023 Jerry James <loganjerry@gmail.com> - 0.7.0-2
- Work around FTI due to version of packaging (rhbz#2161981)
* Tue Jan 17 2023 Jerry James <loganjerry@gmail.com> - 0.7.0-1
- Version 0.7.0