Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-16 08:19:17 +02:00 committed by Miro Hrončok
parent 78d9d81428
commit 19e8fe46fd

View File

@ -1,4 +1,3 @@
%global _with_bootstrap 1
%global pypi_name packaging
# Specify --with bootstrap to build in bootstrap mode
@ -21,7 +20,7 @@
Name: python-%{pypi_name}
Version: 23.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Core utilities for Python packages
License: BSD or ASL 2.0
@ -137,6 +136,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files}
%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
- Bootstrap for Python 3.12