Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-03 03:53:12 +02:00 committed by Miro Hrončok
parent 07de33c084
commit 8eb8b61526

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.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 <python-maint@redhat.com> - 2.9.1-3
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 2.9.1-2
- Bootstrap for Python 3.10