From 0f5c60c365a836eb7e62ac8c8c2a09eafb318766 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 16 Jun 2023 08:21:08 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- babel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index b03a8d4..b6eebb4 100644 --- a/babel.spec +++ b/babel.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 # There is some bootstrapping involved when upgrading Python 3 # First of all we need babel (this package) to use sphinx # And pytest is at this point not yet ready @@ -17,7 +16,7 @@ Name: babel Version: 2.12.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Tools for internationalizing Python applications License: BSD-3-Clause @@ -141,6 +140,9 @@ export TZ=UTC %endif %changelog +* Fri Jun 16 2023 Python Maint - 2.12.1-5 +- Rebuilt for Python 3.12 + * Tue Jun 13 2023 Python Maint - 2.12.1-4 - Bootstrap for Python 3.12