Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Flask-Babel for openSUSE:Factory checked in at 2023-06-16 16:54:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Flask-Babel (Old) and /work/SRC/openSUSE:Factory/.python-Flask-Babel.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Flask-Babel" Fri Jun 16 16:54:00 2023 rev:6 rq:1093219 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Flask-Babel/python-Flask-Babel.changes 2020-09-06 21:39:01.725736754 +0200 +++ /work/SRC/openSUSE:Factory/.python-Flask-Babel.new.15902/python-Flask-Babel.changes 2023-06-16 16:54:51.765713094 +0200 @@ -1,0 +2,17 @@ +Thu Jun 15 07:04:22 UTC 2023 - Steve Kowalik <[email protected]> + +- Update to 3.1.0: + * Don't return the default locale twice. + * Fix tests breaking against babel 12.2, which changed localized times to + use non-breaking-spaces. + * Relax version requirements for dependencies. + * Dropped support for end-of-life Python 3.5 and 3.6, added tests for 3.10 + and 3.11. + * Jinja version 3 or greater is now required. + * Removed Babel._date_formats, use the public Babel.date_formats instead. + * list_translations() always returns the default locale, even if it does + not exist. + * Babel.locale_selector and Babel.timezone_selector no longer exist. + * Most configuration options can be passed directly through init_app(). + +------------------------------------------------------------------- Old: ---- Flask-Babel-2.0.0.tar.gz New: ---- Flask-Babel-3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Flask-Babel.spec ++++++ --- /var/tmp/diff_new_pack.b9PkMM/_old 2023-06-16 16:54:52.405716900 +0200 +++ /var/tmp/diff_new_pack.b9PkMM/_new 2023-06-16 16:54:52.409716924 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Flask-Babel # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2014 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -17,29 +17,28 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-Flask-Babel -Version: 2.0.0 +Version: 3.1.0 Release: 0 Summary: i18n and l10n support for Flask License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/python-babel/flask-babel -Source: https://files.pythonhosted.org/packages/source/F/Flask-Babel/Flask-Babel-%{version}.tar.gz -BuildRequires: %{python_module Babel >= 2.3} -BuildRequires: %{python_module Flask} -BuildRequires: %{python_module Jinja2 >= 2.5} +Source: https://github.com/python-babel/flask-babel/archive/refs/tags/v%{version}.tar.gz#/Flask-Babel-%{version}.tar.gz +BuildRequires: %{python_module Babel >= 2.12} +BuildRequires: %{python_module Flask >= 2.0} +BuildRequires: %{python_module Jinja2 >= 3.1} +BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry} BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pytz} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pytz >= 2022.7} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-Babel >= 2.3 -Requires: python-Flask -Requires: python-Jinja2 >= 2.5 -Requires: python-pytz +Requires: python-Babel >= 2.12 +Requires: python-Flask >= 2.0 +Requires: python-Jinja2 >= 3.1 +Requires: python-pytz >= 2022.7 BuildArch: noarch %python_subpackages @@ -48,13 +47,13 @@ the Python babel module as well as pytz. %prep -%setup -q -n Flask-Babel-%{version} +%autosetup -p1 -n flask-babel-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -63,8 +62,7 @@ %files %{python_files} %license LICENSE %doc README.md -%dir %{python_sitelib}/flask_babel -%{python_sitelib}/flask_babel/* -%{python_sitelib}/Flask_Babel-%{version}-py*.egg-info +%{python_sitelib}/flask_babel +%{python_sitelib}/flask_babel-%{version}.dist-info %changelog ++++++ Flask-Babel-2.0.0.tar.gz -> Flask-Babel-3.1.0.tar.gz ++++++ ++++ 1884 lines of diff (skipped)
