]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-babel: upgrade 2.11.0 -> 2.12.1
authorTim Orling <ticotimo@gmail.com>
Wed, 1 Mar 2023 18:10:41 +0000 (10:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Mar 2023 22:05:06 +0000 (22:05 +0000)
https://babel.pocoo.org/en/latest/changelog.html#version-2-12-1

Version 2.12.1
* Fixes
  - Version 2.12.0 was missing the py.typed marker file. Thanks to Alex
    Waygood for the fix! #975
  - The copyright year in all files was bumped to 2023.

License-Update: copyright years

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-babel_2.12.1.bb [moved from meta/recipes-devtools/python/python3-babel_2.11.0.bb with 76% similarity]

similarity index 76%
rename from meta/recipes-devtools/python/python3-babel_2.11.0.bb
rename to meta/recipes-devtools/python/python3-babel_2.12.1.bb
index f6eae88b804cf2a6b5470c26b103a33b0830aa16..dfa45fbdf6e0ba5183894d18ab8899688bac5aed 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "A collection of tools for internationalizing Python applications"
 HOMEPAGE = "http://babel.edgewall.org/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=fb98e9f202b978d6569807b9525cc691"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0"
 
-SRC_URI[sha256sum] = "5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6"
+SRC_URI[sha256sum] = "cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455"
 
 PYPI_PACKAGE = "Babel"