mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
0dddc66f8d
commit
dfdea11a35
26
meta/recipes-devtools/python/python3-babel_2.13.0.bb
Normal file
26
meta/recipes-devtools/python/python3-babel_2.13.0.bb
Normal file
@@ -0,0 +1,26 @@
|
||||
SUMMARY = "A collection of tools for internationalizing Python applications"
|
||||
HOMEPAGE = "http://babel.edgewall.org/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0"
|
||||
|
||||
SRC_URI[sha256sum] = "04c3e2d28d2b7681644508f836be388ae49e0cfe91465095340395b60d00f210"
|
||||
|
||||
PYPI_PACKAGE = "Babel"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
CLEANBROKEN = "1"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
${PYTHON_PN}-codecs \
|
||||
${PYTHON_PN}-difflib \
|
||||
${PYTHON_PN}-distutils \
|
||||
${PYTHON_PN}-netserver \
|
||||
${PYTHON_PN}-numbers \
|
||||
${PYTHON_PN}-pickle \
|
||||
${PYTHON_PN}-pytz \
|
||||
${PYTHON_PN}-shell \
|
||||
${PYTHON_PN}-threading \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user