From 78d9d81428638cf09f212e9f4656b80a45cfd5be Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 13 Jun 2023 15:49:43 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- python-packaging.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-packaging.spec b/python-packaging.spec index 84f5780..a00f94b 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 %global pypi_name packaging # Specify --with bootstrap to build in bootstrap mode @@ -20,7 +21,7 @@ Name: python-%{pypi_name} Version: 23.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core utilities for Python packages License: BSD or ASL 2.0 @@ -136,6 +137,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Tue Jun 13 2023 Python Maint - 23.1-2 +- Bootstrap for Python 3.12 + * Mon Apr 17 2023 Lumír Balhar - 23.1-1 - Update to 23.1 (rhbz#2186423)