]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-babel: upgrade 2.12.1 -> 2.13.0
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 13 Oct 2023 09:03:15 +0000 (17:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Oct 2023 12:38:54 +0000 (13:38 +0100)
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

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-devtools/python/python3-babel_2.13.0.bb [moved from meta/recipes-devtools/python/python3-babel_2.12.1.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-devtools/python/python3-babel_2.12.1.bb
rename to meta/recipes-devtools/python/python3-babel_2.13.0.bb
index 794e1652cd6d68dc500fb67f3f906abec6537ec5..408f3344bb229ca96e986f98e0c07bfa0121aab6 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://babel.edgewall.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0"
 
-SRC_URI[sha256sum] = "cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455"
+SRC_URI[sha256sum] = "04c3e2d28d2b7681644508f836be388ae49e0cfe91465095340395b60d00f210"
 
 PYPI_PACKAGE = "Babel"