diff --git a/python-flask-babel.spec b/python-flask-babel.spec index a1694b5..6259416 100644 --- a/python-flask-babel.spec +++ b/python-flask-babel.spec @@ -3,7 +3,7 @@ Name: python-%{pkg_name} Version: 1.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Adds i18n/l10n support to Flask applications License: BSD URL: http://github.com/mitsuhiko/%{pkg_name}/ @@ -67,6 +67,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib}:%{python3_sitelib} make test %{python3_sitelib}/flask_babel %changelog +* Tue May 26 2020 Miro HronĨok - 1.0.0-2 +- Rebuilt for Python 3.9 + * Tue May 19 2020 Jerry James - 1.0.0-1 - Version 1.0.0 (fixes bz 1830980) - Add BRs on jinja2 and sphinx