diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-06-29 11:24:04 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-29 16:16:56 +0100 |
| commit | c4917e660ca1716597c0ce3da9c0afb24a244ae6 (patch) | |
| tree | b075067a858db4197448e3bce485574a2474f185 /meta/recipes-devtools | |
| parent | 3b7d901780c2bb4ddcd8bdeb939da456afa0ec72 (diff) | |
| download | poky-c4917e660ca1716597c0ce3da9c0afb24a244ae6.tar.gz | |
python3-babel: upgrade 2.10.1 -> 2.10.3
Changelog
=========
Fallback count=”other” format in format_currency() (#872)
Fix get_period_id() with dayPeriodRule across 0:00 (#871)
Add support for b and B period symbols in time format (#869)
chore(docs/typo): Fixes a minor typo in a function comment (#864)
(From OE-Core rev: 57fe354881a31b8a60d32db4aa561e22fc7bf0a5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/python/python3-babel_2.10.3.bb (renamed from meta/recipes-devtools/python/python3-babel_2.10.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.10.1.bb b/meta/recipes-devtools/python/python3-babel_2.10.3.bb index d06eb2bf5c..7420bfc917 100644 --- a/meta/recipes-devtools/python/python3-babel_2.10.1.bb +++ b/meta/recipes-devtools/python/python3-babel_2.10.3.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "http://babel.edgewall.org/" | |||
| 3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1b3f4650099e6d6a73e5a7fc8774ff18" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1b3f4650099e6d6a73e5a7fc8774ff18" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13" | 6 | SRC_URI[sha256sum] = "7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51" |
| 7 | 7 | ||
| 8 | PYPI_PACKAGE = "Babel" | 8 | PYPI_PACKAGE = "Babel" |
| 9 | 9 | ||
