summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-07-05 20:02:35 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-07 11:38:57 +0100
commitc2e51c605afc78574f2f561750c498b96c42bc63 (patch)
tree487d4ebd1d579da684eedc4c4d4dcacc068c4758 /meta/recipes-devtools/python
parentb8634f645b38d4cf3709e7d365e528317d75e676 (diff)
downloadopenembedded-core-contrib-c2e51c605afc78574f2f561750c498b96c42bc63.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 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"
LICENSE = "Apache-2.0 & BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=faadaedca9251a90b205c9167578ce91"
-SRC_URI[sha256sum] = "5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"
+SRC_URI[sha256sum] = "7dc96269f53a4ccec5c0670940a4281106dd0bb343f47b7471f779df49c2fbe7"
inherit pypi setuptools3