From 19e8fe46fdd9f591691e2a532bd801405fcb529f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:19:17 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-packaging.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index a00f94b..ddf4274 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -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 - 23.1-3 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 23.1-2 - Bootstrap for Python 3.12