diff --git a/Babel-2.14.0.tar.gz b/Babel-2.14.0.tar.gz deleted file mode 100644 index d06e918..0000000 --- a/Babel-2.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363 -size 10795622 diff --git a/babel-2.15.0.tar.gz b/babel-2.15.0.tar.gz new file mode 100644 index 0000000..044d1b1 --- /dev/null +++ b/babel-2.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413 +size 9390000 diff --git a/python-Babel.changes b/python-Babel.changes index bdf8d58..d1c5d50 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jul 15 11:10:55 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.15.0 + * Babel 2.15.0 will require Python 3.8 or newer + * CLDR: Upgrade to CLDR 44 + * Dates: Support for the "fall back to short format" + logic for time delta formatting + * Message: More versatile .po IO functions + * Numbers: Improved support for alternate spaces + when parsing numbers + * Upgrade GitHub Actions + * The Unicode license is now included in `locale-data` + and in the documentation +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Wed Dec 27 09:37:51 UTC 2023 - Dirk Müller diff --git a/python-Babel.spec b/python-Babel.spec index 6f39f3e..30c408e 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -1,7 +1,7 @@ # # spec file for package python-Babel # -# 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 @@ -26,12 +26,12 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-Babel -Version: 2.14.0 +Version: 2.15.0 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause URL: https://babel.pocoo.org/ -Source: https://files.pythonhosted.org/packages/source/B/Babel/Babel-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/b/babel/babel-%{version}.tar.gz BuildRequires: %{python_module freezegun} BuildRequires: %{python_module pip} BuildRequires: %{python_module py >= 1.4.14} @@ -46,7 +46,7 @@ Requires: alts BuildRequires: alts %else Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives %endif BuildArch: noarch %ifpython2 @@ -63,7 +63,7 @@ Obsoletes: python3-babel < %{version} A collection of tools for internationalizing Python applications. %prep -%autosetup -p1 -n Babel-%{version} +%autosetup -p1 -n babel-%{version} %build %pyproject_wheel