diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-13 17:03:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:38:57 +0100 |
commit | dfdea11a359aee5092f8fe46adee27bab8c53f0b (patch) | |
tree | 5639a60af76878af16ecd310804158c82093fe4b | |
parent | 0dddc66f8d595170cd98f66a70dc9ead4a619172 (diff) | |
download | poky-dfdea11a359aee5092f8fe46adee27bab8c53f0b.tar.gz |
python3-babel: upgrade 2.12.1 -> 2.13.0
Changelog:
===========
Features
--------
Add flag to ignore POT-Creation-Date for updates
Support 't' specifier in keywords
Add f-string parsing for Python 3.12 (PEP 701)
Fixes
-------
Various typing-related fixes
babel.messages.catalog: deduplicate _to_fuzzy_match_key logic
(From OE-Core rev: fd684c60fff4f4034e49749c20c711cdf0aa7925)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-babel_2.13.0.bb (renamed from meta/recipes-devtools/python/python3-babel_2.12.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.12.1.bb b/meta/recipes-devtools/python/python3-babel_2.13.0.bb index 794e1652cd..408f3344bb 100644 --- a/meta/recipes-devtools/python/python3-babel_2.12.1.bb +++ b/meta/recipes-devtools/python/python3-babel_2.13.0.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=0f97d9a63e91407b4c0d01efde91cfc0" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455" | 6 | SRC_URI[sha256sum] = "04c3e2d28d2b7681644508f836be388ae49e0cfe91465095340395b60d00f210" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Babel" | 8 | PYPI_PACKAGE = "Babel" |
9 | 9 | ||