From: Tim Orling Date: Tue, 6 Jul 2021 03:02:35 +0000 (-0700) Subject: python3-packaging: upgrade 20.9 -> 21.0 X-Git-Tag: uninative-3.3~303 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c2e51c605afc78574f2f561750c498b96c42bc63;p=openembedded-core.git 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 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-packaging_20.9.bb b/meta/recipes-devtools/python/python3-packaging_21.0.bb 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 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" LICENSE = "Apache-2.0 & BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91" -SRC_URI[sha256sum] = "5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5" +SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7" inherit pypi setuptools3