From: Wang Mingyu Date: Tue, 26 Sep 2023 08:37:02 +0000 (+0800) Subject: python3-zipp: upgrade 3.16.2 -> 3.17.0 X-Git-Tag: yocto-5.2~4993 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdd3f2ad01ac6ac33f788afc806ad3c25dfd8b53;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-zipp: upgrade 3.16.2 -> 3.17.0 Changelog: =========== -Added CompleteDirs.inject classmethod to make available for use elsewhere. -Avoid matching path separators for '?' in glob. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-zipp_3.16.2.bb b/meta/recipes-devtools/python/python3-zipp_3.17.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-zipp_3.16.2.bb rename to meta/recipes-devtools/python/python3-zipp_3.17.0.bb index 9dff59ffafb..11f3b5cda0f 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.16.2.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.17.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f" -SRC_URI[sha256sum] = "ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147" +SRC_URI[sha256sum] = "84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" DEPENDS += "${PYTHON_PN}-setuptools-scm-native"