summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta/recipes-devtools/python/python3-babel_2.11.0.bb (renamed from meta/recipes-devtools/python/python3-babel_2.10.3.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.10.3.bb b/meta/recipes-devtools/python/python3-babel_2.11.0.bb
index 7420bfc917..f6eae88b80 100644
--- a/meta/recipes-devtools/python/python3-babel_2.10.3.bb
+++ b/meta/recipes-devtools/python/python3-babel_2.11.0.bb
@@ -1,9 +1,9 @@
1DESCRIPTION = "A collection of tools for internationalizing Python applications" 1DESCRIPTION = "A collection of tools for internationalizing Python applications"
2HOMEPAGE = "http://babel.edgewall.org/" 2HOMEPAGE = "http://babel.edgewall.org/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=1b3f4650099e6d6a73e5a7fc8774ff18" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=fb98e9f202b978d6569807b9525cc691"
5 5
6SRC_URI[sha256sum] = "7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51" 6SRC_URI[sha256sum] = "5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6"
7 7
8PYPI_PACKAGE = "Babel" 8PYPI_PACKAGE = "Babel"
9 9