From 8eb8b615262ef454f592405312c95f9a7e72495d Mon Sep 17 00:00:00 2001 From: Python Maint Date: Thu, 3 Jun 2021 03:53:12 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- babel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/babel.spec b/babel.spec index cad883e..96a3a18 100644 --- a/babel.spec +++ b/babel.spec @@ -1,4 +1,3 @@ -%global _with_bootstrap 1 %global srcname Babel %global sum Library for internationalizing Python applications @@ -9,7 +8,7 @@ Name: babel Version: 2.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools for internationalizing Python applications License: BSD @@ -116,6 +115,9 @@ export TZ=UTC %endif %changelog +* Thu Jun 03 2021 Python Maint - 2.9.1-3 +- Rebuilt for Python 3.10 + * Wed Jun 02 2021 Python Maint - 2.9.1-2 - Bootstrap for Python 3.10