From: Wang Mingyu Date: Tue, 21 Feb 2023 10:19:59 +0000 (+0800) Subject: python3-zipp: upgrade 3.13.0 -> 3.14.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1588 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=025098d6bd83e8192fea28101780c361e242bc02;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-zipp: upgrade 3.13.0 -> 3.14.0 Changelog: Minor cleanup in tests, including #93. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-zipp_3.13.0.bb b/meta/recipes-devtools/python/python3-zipp_3.14.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-zipp_3.13.0.bb rename to meta/recipes-devtools/python/python3-zipp_3.14.0.bb index 8df5d4637b5..dc5091f6c70 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.13.0.bb +++ b/meta/recipes-devtools/python/python3-zipp_3.14.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" -SRC_URI[sha256sum] = "23f70e964bc11a34cef175bc90ba2914e1e4545ea1e3e2f67c079671883f9cb6" +SRC_URI[sha256sum] = "9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb" DEPENDS += "${PYTHON_PN}-setuptools-scm-native"