Rebuilt for Python 3.12
This commit is contained in:
parent
78d9d81428
commit
19e8fe46fd
@ -1,4 +1,3 @@
|
|||||||
%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
|
||||||
@ -21,7 +20,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 23.1
|
Version: 23.1
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
@ -137,6 +136,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 16 2023 Python Maint <python-maint@redhat.com> - 23.1-3
|
||||||
|
- Rebuilt for Python 3.12
|
||||||
|
|
||||||
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 23.1-2
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 23.1-2
|
||||||
- Bootstrap for Python 3.12
|
- Bootstrap for Python 3.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user