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/python/python3-babel_2.10.3.bb | |
| 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/python/python3-babel_2.10.3.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-babel_2.10.3.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.10.3.bb b/meta/recipes-devtools/python/python3-babel_2.10.3.bb new file mode 100644 index 0000000000..7420bfc917 --- /dev/null +++ b/meta/recipes-devtools/python/python3-babel_2.10.3.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
| 2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1b3f4650099e6d6a73e5a7fc8774ff18" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "Babel" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} += " \ | ||
| 15 | ${PYTHON_PN}-codecs \ | ||
| 16 | ${PYTHON_PN}-difflib \ | ||
| 17 | ${PYTHON_PN}-distutils \ | ||
| 18 | ${PYTHON_PN}-netserver \ | ||
| 19 | ${PYTHON_PN}-numbers \ | ||
| 20 | ${PYTHON_PN}-pickle \ | ||
| 21 | ${PYTHON_PN}-pytz \ | ||
| 22 | ${PYTHON_PN}-shell \ | ||
| 23 | ${PYTHON_PN}-threading \ | ||
| 24 | " | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
