Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-flufl.i18n for openSUSE:Factory checked in at 2024-01-06 18:41:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-flufl.i18n (Old) and /work/SRC/openSUSE:Factory/.python-flufl.i18n.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-flufl.i18n" Sat Jan 6 18:41:08 2024 rev:8 rq:1137118 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-flufl.i18n/python-flufl.i18n.changes 2023-06-14 16:30:49.623016871 +0200 +++ /work/SRC/openSUSE:Factory/.python-flufl.i18n.new.28375/python-flufl.i18n.changes 2024-01-06 18:41:10.021539511 +0100 @@ -1,0 +2,8 @@ +Fri Jan 5 17:20:10 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 5.0.2: + * Fix the build backend. + * Drop Python 3.7 support. + * Bump dependencies. + +------------------------------------------------------------------- Old: ---- flufl.i18n-4.1.1.tar.gz New: ---- flufl_i18n-5.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-flufl.i18n.spec ++++++ --- /var/tmp/diff_new_pack.i5j6b6/_old 2024-01-06 18:41:10.749566162 +0100 +++ /var/tmp/diff_new_pack.i5j6b6/_new 2024-01-06 18:41:10.749566162 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-flufl.i18n # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,19 @@ %{?sle15_python_module_pythons} Name: python-flufl.i18n -Version: 4.1.1 +Version: 5.0.2 Release: 0 Summary: High level API for internationalizing Python libraries and applications License: Apache-2.0 URL: https://gitlab.com/warsaw/flufl.i18n -Source: https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl.i18n-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/f/flufl.i18n/flufl_i18n-%{version}.tar.gz BuildRequires: %{python_module pdm} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module atpublic} -BuildRequires: %{python_module pdm-pep517} +BuildRequires: %{python_module pdm-backend} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} BuildRequires: %{python_module sybil} @@ -47,7 +46,7 @@ High level API for internationalizing Python libraries and applications. %prep -%autosetup -n flufl.i18n-%{version} -p1 +%autosetup -n flufl_i18n-%{version} -p1 %build %pyproject_wheel @@ -64,6 +63,5 @@ %license LICENSE %dir %{python_sitelib}/flufl %{python_sitelib}/flufl/i18n* -%{python_sitelib}/flufl.i18n* -%{python_sitelib}/flufl.i18n-%{version}*info +%{python_sitelib}/flufl_i18n-%{version}.dist-info