Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:51:37 +02:00 committed by Miro Hrončok
parent 6446301f25
commit 64fddc5673

View File

@ -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.10.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Tools for internationalizing Python applications
License: BSD
@ -125,6 +124,9 @@ export TZ=UTC
%endif
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.10.1-4
- Rebuilt for Python 3.11
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.10.1-3
- Bootstrap for Python 3.11