diff --git a/babel-2.15.0.tar.gz b/babel-2.15.0.tar.gz deleted file mode 100644 index 044d1b1..0000000 --- a/babel-2.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413 -size 9390000 diff --git a/babel-2.16.0.tar.gz b/babel-2.16.0.tar.gz new file mode 100644 index 0000000..4e729f6 --- /dev/null +++ b/babel-2.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316 +size 9348104 diff --git a/python-Babel.changes b/python-Babel.changes index d1c5d50..466fdb3 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Oct 7 10:38:16 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.16.0 + * CLDR: Upgrade to CLDR 45 + * Lists: Support list format fallbacks + * Messages: Initial support for reading mapping configuration as TOML + * CLDR: Do not allow substituting alternates or drafts in derived locales + * Core: Allow falling back to modifier-less locale data + * Core: Allow use of importlib.metadata for finding entrypoints + * Dates: Avoid crashing on importing localtime when TZ is malformed + * Messages: Allow parsing .po files that have an extant but empty Language header + * Messages: Fix ``--ignore-dirs`` being incorrectly read + * Messages: Make pgettext search plurals when translation is not found + * Replace deprecated `ast.Str` with `ast.Constant` + * CI fixes + * Test on Python 3.13 beta releases + * Normalize package name to lower-case in setup.py + * Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may raise + * Two hyperlinks (to CLDR) and some typos +- Adjust filename for dist file in %files section + ------------------------------------------------------------------- Mon Jul 15 11:10:55 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-Babel.spec b/python-Babel.spec index 30c408e..5d9c7b2 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -26,7 +26,7 @@ %define oldpython python %{?sle15_python_module_pythons} Name: python-Babel -Version: 2.15.0 +Version: 2.16.0 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause @@ -94,6 +94,6 @@ A collection of tools for internationalizing Python applications. %doc CHANGES.rst %python_alternative %{_bindir}/pybabel %{python_sitelib}/babel -%{python_sitelib}/Babel-%{version}.dist-info +%{python_sitelib}/babel-%{version}.dist-info %changelog