Accepting request 983486 from home:yarunachalam:branches:devel:languages:python

- 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
This commit is contained in:
Dirk Mueller 2022-06-18 13:04:25 +00:00 committed by Git OBS Bridge
parent ee9fbac5c4
commit 22ff8ee1c9
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13
size 9342917

3
Babel-2.10.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51
size 9344140

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Jun 17 19:38:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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