diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-10 17:07:21 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-05-11 08:25:56 -0700 |
commit | 0f7eec8da9a5b37856df54f26d8abb2b85f86028 (patch) | |
tree | 00bdcc24434e9dcf6fd10f369db8e9866540398f | |
parent | 178ef37ed7dd2c7febed859f78c27bbf51040cef (diff) | |
download | meta-openembedded-0f7eec8da9a5b37856df54f26d8abb2b85f86028.tar.gz |
python3-babel: Upgrade 2.9.0 -> 2.9.1
Upgrade to release 2.9.1:
- The internal locale-data loading functions now validate the name
of the locale file to be loaded and only allow files within
Babel's data directory. Thanks to Chris Lyne of Tenable, Inc. for
discovering the issue!
License-Update: Update years
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-babel_2.9.1.bb (renamed from meta-python/recipes-devtools/python/python3-babel_2.9.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb index 7248abf33..a54f0d210 100644 --- a/meta-python/recipes-devtools/python/python3-babel_2.9.0.bb +++ b/meta-python/recipes-devtools/python/python3-babel_2.9.1.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" | 1 | DESCRIPTION = "A collection of tools for internationalizing Python applications" |
2 | HOMEPAGE = "http://babel.edgewall.org/" | 2 | HOMEPAGE = "http://babel.edgewall.org/" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22a580b27e4ebf9689e466b63aedeb7f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=05fb707293a85504aa67afc8ea34d747" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05" | 6 | SRC_URI[sha256sum] = "bc0c176f9f6a994582230df350aa6e05ba2ebe4b3ac317eab29d9be5d2768da0" |
7 | 7 | ||
8 | PYPI_PACKAGE = "Babel" | 8 | PYPI_PACKAGE = "Babel" |
9 | 9 | ||