diff options
| author | Tim Orling <ticotimo@gmail.com> | 2023-03-01 10:10:41 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-03 18:03:56 +0000 |
| commit | 778e1b56ad2764b1d9b6fde1897fa2bc7bafdb0a (patch) | |
| tree | 272cf547a77bc485dce0a73801735b27e24cb042 /meta/recipes-devtools/python/python3-babel_2.12.1.bb | |
| parent | bfb412e848ff23ebf1e0ac96d650362da601a244 (diff) | |
| download | poky-778e1b56ad2764b1d9b6fde1897fa2bc7bafdb0a.tar.gz | |
python3-babel: upgrade 2.11.0 -> 2.12.1
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
(From OE-Core rev: abbcf19d7e46682d3ac7b4fda6e67543b9e9866f)
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/python3-babel_2.12.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-babel_2.12.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-babel_2.12.1.bb b/meta/recipes-devtools/python/python3-babel_2.12.1.bb new file mode 100644 index 0000000000..dfa45fbdf6 --- /dev/null +++ b/meta/recipes-devtools/python/python3-babel_2.12.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | ||
| 2 | HOMEPAGE = "http://babel.edgewall.org/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "Babel" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 14 | RDEPENDS:${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 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
