From 51ca0837a366889134b4ad7a68655fcf92d3fc3d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 9 Jun 2024 11:12:19 +0200 Subject: [PATCH] Rebuilt for Python 3.13 --- python-packaging.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index db720a1..ee7612d 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: 24.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Core utilities for Python packages License: BSD-2-Clause OR Apache-2.0 @@ -135,6 +134,9 @@ echo '%{python3_sitelib}/packaging*' > %{pyproject_files} %changelog +* Sun Jun 09 2024 Python Maint - 24.0-3 +- Rebuilt for Python 3.13 + * Thu Jun 06 2024 Python Maint - 24.0-2 - Bootstrap for Python 3.13