diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-07-05 20:02:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-07 11:39:42 +0100 |
commit | 819e7cba3c4641ea45ae84e67dcfd370219ca83e (patch) | |
tree | 7cf7f0213d35267f04ef1227de3f86f46ab2c44b /meta/recipes-devtools/python | |
parent | a47bb4ff00cc87c1e453f33620f322e031b8b928 (diff) | |
download | poky-819e7cba3c4641ea45ae84e67dcfd370219ca83e.tar.gz |
python3-packaging: upgrade 20.9 -> 21.0
21.0 - 2021-07-03
packaging is now only compatible with Python 3.6 and above.
Add support for zip files in parse_sdist_filename (:issue:`429`)
References:
https://github.com/pypa/packaging/issues/429
(From OE-Core rev: c2e51c605afc78574f2f561750c498b96c42bc63)
Signed-off-by: Tim Orling <timothy.t.orling@intel.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-packaging_21.0.bb (renamed from meta/recipes-devtools/python/python3-packaging_20.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-packaging_20.9.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb index 92cf6a25fe..23ecd9df5e 100644 --- a/meta/recipes-devtools/python/python3-packaging_20.9.bb +++ b/meta/recipes-devtools/python/python3-packaging_21.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging" | |||
3 | LICENSE = "Apache-2.0 & BSD" | 3 | LICENSE = "Apache-2.0 & BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" | 6 | SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" |
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||