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