From 22ff8ee1c9f634a34d75bf89f7a36ecbc39a73cbb57fe981e29ebc5fcbe7852e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 18 Jun 2022 13:04:25 +0000 Subject: [PATCH] Accepting request 983486 from home:yarunachalam:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 2.10.3 This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data. Thanks to Michał Górny for pointing this out and Jun Omae for verifying. This and future Babel PyPI packages will be built by a more automated process, which should make problems like this less likely to occur - update to 2.10.2 This is a bugfix release for Babel 2.10.1. * Fallback count=”other” format in format_currency() (#872) - Jun Omae * Fix get_period_id() with dayPeriodRule across 0:00 (#871) - Jun Omae * Add support for b and B period symbols in time format (#869) - Jun Omae * chore(docs/typo): Fixes a minor typo in a function comment (#864) - Frank Harrison OBS-URL: https://build.opensuse.org/request/show/983486 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Babel?expand=0&rev=66 --- Babel-2.10.1.tar.gz | 3 --- Babel-2.10.3.tar.gz | 3 +++ python-Babel.changes | 15 +++++++++++++++ python-Babel.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 Babel-2.10.1.tar.gz create mode 100644 Babel-2.10.3.tar.gz diff --git a/Babel-2.10.1.tar.gz b/Babel-2.10.1.tar.gz deleted file mode 100644 index da492bf..0000000 --- a/Babel-2.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13 -size 9342917 diff --git a/Babel-2.10.3.tar.gz b/Babel-2.10.3.tar.gz new file mode 100644 index 0000000..a2769b4 --- /dev/null +++ b/Babel-2.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51 +size 9344140 diff --git a/python-Babel.changes b/python-Babel.changes index d41a126..1e1df31 100644 --- a/python-Babel.changes +++ b/python-Babel.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Jun 17 19:38:24 UTC 2022 - Yogalakshmi Arunachalam + + +- update to 2.10.3 + This is a bugfix release for Babel 2.10.2, which was mistakenly packaged with outdated locale data. + Thanks to Michał Górny for pointing this out and Jun Omae for verifying. + This and future Babel PyPI packages will be built by a more automated process, which should make problems like this less likely to occur +- update to 2.10.2 + This is a bugfix release for Babel 2.10.1. + * Fallback count=”other” format in format_currency() (#872) - Jun Omae + * Fix get_period_id() with dayPeriodRule across 0:00 (#871) - Jun Omae + * Add support for b and B period symbols in time format (#869) - Jun Omae + * chore(docs/typo): Fixes a minor typo in a function comment (#864) - Frank Harrison + ------------------------------------------------------------------- Sat Jun 4 18:08:57 UTC 2022 - Dirk Müller diff --git a/python-Babel.spec b/python-Babel.spec index f5849eb..d0bf49a 100644 --- a/python-Babel.spec +++ b/python-Babel.spec @@ -26,7 +26,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Babel -Version: 2.10.1 +Version: 2.10.3 Release: 0 Summary: Internationalization utilities License: BSD-3-Clause