From 7677c1835b3f11c4388a53bf3e182c000f60bbf5 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 6 Jun 2024 16:27:54 +0200 Subject: [PATCH] Bootstrap for Python 3.13 --- python-packaging.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-packaging.spec b/python-packaging.spec index 5c83b94..db720a1 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: 24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Core utilities for Python packages License: BSD-2-Clause OR Apache-2.0 @@ -134,6 +135,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Thu Jun 06 2024 Python Maint - 24.0-2 +- Bootstrap for Python 3.13 + * Mon Mar 11 2024 Lumír Balhar - 24.0-1 - Update to 24.0 (rhbz#2268783)