]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-packaging: upgrade 20.9 -> 21.0
authorTim Orling <ticotimo@gmail.com>
Tue, 6 Jul 2021 03:02:35 +0000 (20:02 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Jul 2021 10:38:57 +0000 (11:38 +0100)
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

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-packaging_21.0.bb [moved from meta/recipes-devtools/python/python3-packaging_20.9.bb with 80% similarity]

similarity index 80%
rename from meta/recipes-devtools/python/python3-packaging_20.9.bb
rename to meta/recipes-devtools/python/python3-packaging_21.0.bb
index 92cf6a25fe8705e83d92b21144376ed3c0216458..23ecd9df5ea67e43dd8942c7dfdf8d3cbb68c9fc 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/packaging"
 LICENSE = "Apache-2.0 & BSD"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
 
-SRC_URI[sha256sum] = "5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"
+SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"
 
 inherit pypi setuptools3