summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-babel_2.10.3.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-04 14:47:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-07 14:32:42 +0000
commite9f25b761df58e4d73ec8d62a422e113ba055ffb (patch)
treece47ee6cfcdcda226c79c8d653996f6a9fdabb64 /meta/recipes-devtools/python/python3-babel_2.10.3.bb
parent4f82bee54ae5378b2a5f42fe892763eab9e6a969 (diff)
downloadpoky-e9f25b761df58e4d73ec8d62a422e113ba055ffb.tar.gz
python3-babel: upgrade 2.10.3 -> 2.11.0
License-Update: "the author" changed to "the copyright holder nor the names of its contributors" "THE AUTHOR" changed to "THE COPYRIGHT HOLDERS AND CONTRIBUTORS" Changelog: =========== Improvements ------------ * Support for hex escapes in JavaScript string literals :gh:'#877' * Add support for formatting decimals in compact form :gh:'#909' * Adapt parse_date to handle ISO dates in ASCII format :gh:'#842' * Use 'ast' instead of 'eval' for Python string extraction :gh:'#915' * This also enables extraction from static f-strings. F-strings with expressions are silently ignored (but won't raise an error as they used to). Infrastructure --------------- * Tests: Use regular asserts and "pytest.raises()" :gh:'#875' * Wheels are now built in GitHub Actions :gh:'#888' * Small improvements to the CLDR downloader script :gh:'#894' * Remove antiquated '__nonzero__' methods :gh:'#896' * Remove superfluous '__unicode__' declarations :gh:'#905' * Mark package compatible with Python 3.11 :gh:'#913' * Quiesce pytest warnings :gh:'#916' Bugfixes ----------- * Use email.Message for pofile header parsing instead of the deprecated "cgi.parse_header" function. :gh:'#876' * Remove determining time zone via systemsetup on macOS :gh:'#914' Documentation -------------- * Update Python versions in documentation :gh:'#898' * Align BSD-3 license with OSI template :gh:'#912' (From OE-Core rev: cac67727058415ecd491c85bcf1b62610849950f) 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.bb26
1 files changed, 0 insertions, 26 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
deleted file mode 100644
index 7420bfc917..0000000000
--- a/meta/recipes-devtools/python/python3-babel_2.10.3.bb
+++ /dev/null
@@ -1,26 +0,0 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1b3f4650099e6d6a73e5a7fc8774ff18"
5
6SRC_URI[sha256sum] = "7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"
7
8PYPI_PACKAGE = "Babel"
9
10inherit pypi setuptools3
11
12CLEANBROKEN = "1"
13
14RDEPENDS:${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
26BBCLASSEXTEND = "native nativesdk"