Bootstrap for Python 3.10
This commit is contained in:
parent
704f208529
commit
08e0012c51
@ -1,3 +1,6 @@
|
|||||||
|
%global _without_docs 1
|
||||||
|
%global _without_tests 1
|
||||||
|
%global _with_bootstrap 1
|
||||||
%global pypi_name packaging
|
%global pypi_name packaging
|
||||||
|
|
||||||
# Specify --with bootstrap to build in bootstrap mode
|
# Specify --with bootstrap to build in bootstrap mode
|
||||||
@ -18,7 +21,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 20.9
|
Version: 20.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Core utilities for Python packages
|
Summary: Core utilities for Python packages
|
||||||
|
|
||||||
License: BSD or ASL 2.0
|
License: BSD or ASL 2.0
|
||||||
@ -133,6 +136,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 01 2021 Python Maint <python-maint@redhat.com> - 20.9-2
|
||||||
|
- Bootstrap for Python 3.10
|
||||||
|
|
||||||
* Mon Feb 01 2021 Lumír Balhar <lbalhar@redhat.com> - 20.9-1
|
* Mon Feb 01 2021 Lumír Balhar <lbalhar@redhat.com> - 20.9-1
|
||||||
- Update to 20.9
|
- Update to 20.9
|
||||||
Resolves: rhbz#1922545
|
Resolves: rhbz#1922545
|
||||||
|
Loading…
Reference in New Issue
Block a user