From c40d42a508ea293c1479a509e1502d798c70fbca4650df201d4cb09d1a97c585 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 Jan 2024 17:21:49 +0000 Subject: [PATCH] - update to 5.0.2: * Fix the build backend. * Drop Python 3.7 support. * Bump dependencies. * Add support for Python 3.11. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=15 --- flufl.i18n-4.1.1.tar.gz | 3 --- flufl_i18n-5.0.2.tar.gz | 3 +++ python-flufl.i18n.changes | 10 +++++++++- python-flufl.i18n.spec | 14 ++++++-------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 flufl.i18n-4.1.1.tar.gz create mode 100644 flufl_i18n-5.0.2.tar.gz diff --git a/flufl.i18n-4.1.1.tar.gz b/flufl.i18n-4.1.1.tar.gz deleted file mode 100644 index 2ee1f40..0000000 --- a/flufl.i18n-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0acfa6a082427d60127ea3be578c2e037679fe662f619580e7962c1373b0cdb -size 21239 diff --git a/flufl_i18n-5.0.2.tar.gz b/flufl_i18n-5.0.2.tar.gz new file mode 100644 index 0000000..abed625 --- /dev/null +++ b/flufl_i18n-5.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dea0aef0de4c8189d58b95f72fde1488a5559fd9d91ca82ca824a3709db86e +size 21658 diff --git a/python-flufl.i18n.changes b/python-flufl.i18n.changes index 36f0c33..47331ad 100644 --- a/python-flufl.i18n.changes +++ b/python-flufl.i18n.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jan 5 17:20:10 UTC 2024 - Dirk Müller + +- update to 5.0.2: + * Fix the build backend. + * Drop Python 3.7 support. + * Bump dependencies. + ------------------------------------------------------------------- Tue Jun 13 16:10:05 UTC 2023 - Dirk Müller @@ -22,7 +30,7 @@ Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam * Update to pdm 1.3. * Update dependencies. * Make sure the doctest teardown gets run. - * Add support for Python 3.11. + * Add support for Python 3.11. ------------------------------------------------------------------- Sat Jul 2 10:08:22 UTC 2022 - Matej Cepl diff --git a/python-flufl.i18n.spec b/python-flufl.i18n.spec index ae4ff46..048d4e9 100644 --- a/python-flufl.i18n.spec +++ b/python-flufl.i18n.spec @@ -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 @@ BuildArch: noarch 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,7 +63,6 @@ High level API for internationalizing Python libraries and applications. %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 %changelog