From 6446301f255740fddb08f0cede4c85774b5466dd Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 13 Jun 2022 14:57:26 +0200 Subject: [PATCH] Bootstrap for Python 3.11 --- babel.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/babel.spec b/babel.spec index 32b9065..41fbe26 100644 --- a/babel.spec +++ b/babel.spec @@ -1,3 +1,4 @@ +%global _with_bootstrap 1 %global srcname Babel %global sum Library for internationalizing Python applications @@ -8,7 +9,7 @@ Name: babel Version: 2.10.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -124,6 +125,9 @@ export TZ=UTC %endif %changelog +* Mon Jun 13 2022 Python Maint - 2.10.1-3 +- Bootstrap for Python 3.11 + * Mon May 16 2022 Nils Philippsen - 2.10.1-2 - Build and distribute man page for pybabel (#1611174)