summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTim Orling <tim.orling@konsulko.com>2024-06-02 19:18:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-10 14:27:23 +0100
commit06746aead826083fd5333e13941502a51a323df3 (patch)
tree5e5912b08c888c820ed84f52ef5a4bd6c850be17 /meta/recipes-devtools/python
parentf7499e51a0d3996e492169bb58d384796b22d5a0 (diff)
downloadpoky-06746aead826083fd5333e13941502a51a323df3.tar.gz
python3-babel: upgrade 2.14.0 -> 2.15.0
* Override S and PYPI_SRC_URI as upstream tarball is now "babel" instead of "Babel", but we still need PYPI_PACKAGE to be "Babel" for the upstream version check to work. What's Changed * Drop support for Python 3.7 (EOL since June 2023) by @akx in #1048 * Upgrade GitHub Actions by @cclauss in #1054 * Improve .po IO by @akx in #1068 * Use CLDR 44 by @akx in #1071 * Allow alternative space characters as group separator when parsing numbers by @ronnix in #1007 * Include Unicode license in locale-data and in documentation by @akx in #1074 * Encode support for the "fall back to short format" logic for time delta formatting by @akx in #1075 * Prepare for 2.15.0 release by @akx in #1079 https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0 License-Update: copyright years (From OE-Core rev: d00b0dad53992fc44ae2bfb6031932d678590ebc) Signed-off-by: Tim Orling <tim.orling@konsulko.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')
-rw-r--r--meta/recipes-devtools/python/python3-babel_2.15.0.bb (renamed from meta/recipes-devtools/python/python3-babel_2.14.0.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.14.0.bb b/meta/recipes-devtools/python/python3-babel_2.15.0.bb
index cd40d4222b..03d06c4684 100644
--- a/meta/recipes-devtools/python/python3-babel_2.14.0.bb
+++ b/meta/recipes-devtools/python/python3-babel_2.15.0.bb
@@ -1,14 +1,18 @@
1SUMMARY = "A collection of tools for internationalizing Python applications" 1SUMMARY = "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=0f97d9a63e91407b4c0d01efde91cfc0" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e7ebed8cd9f4ff11f547e3afd024a28c"
5 5
6SRC_URI[sha256sum] = "6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363" 6SRC_URI[sha256sum] = "8daf0e265d05768bc6c7a314cf1321e9a123afc328cc635c18622a2f30a04413"
7 7
8PYPI_PACKAGE = "Babel" 8PYPI_PACKAGE = "Babel"
9 9
10PYPI_SRC_URI = "https://files.pythonhosted.org/packages/source/b/babel/babel-${PV}.tar.gz"
11
10inherit pypi setuptools3 12inherit pypi setuptools3
11 13
14S = "${WORKDIR}/babel-${PV}"
15
12CLEANBROKEN = "1" 16CLEANBROKEN = "1"
13 17
14RDEPENDS:${PN} += " \ 18RDEPENDS:${PN} += " \