From: Tim Orling Date: Sun, 31 May 2026 00:17:56 +0000 (-0700) Subject: python3-zipp: upgrade 3.23.1 -> 4.1.0 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=4e4fe93deb8d5d6e9f65b54efcf6b17f6724ee89;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-zipp: upgrade 3.23.1 -> 4.1.0 v4.1.0 [1] Features: * Path.iterdir now raises NotADirectoryError (formerly ValueError) when call on something that's not a directory. (#154) v4.0.0 [2] Deprecations and Removals: * Drop workaround for stacklevel bug on older PyPy releases. (#149) For a full comparison of changes, see [3]. [1] https://github.com/jaraco/zipp/blob/v4.1.0/NEWS.rst#v410 [2] https://github.com/jaraco/zipp/blob/v4.1.0/NEWS.rst#v400 [3] https://github.com/jaraco/zipp/compare/v3.23.1...v4.1.0 Signed-off-by: Tim Orling Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-zipp_3.23.1.bb b/meta/recipes-devtools/python/python3-zipp_4.1.0.bb similarity index 83% rename from meta/recipes-devtools/python/python3-zipp_3.23.1.bb rename to meta/recipes-devtools/python/python3-zipp_4.1.0.bb index 45b83bf347..ca3f1250c3 100644 --- a/meta/recipes-devtools/python/python3-zipp_3.23.1.bb +++ b/meta/recipes-devtools/python/python3-zipp_4.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=2e21c3f75eb8d9427c8a611a8e83e9d6" -SRC_URI[sha256sum] = "32120e378d32cd9714ad503c1d024619063ec28aad2248dc6672ad13edfa5110" +SRC_URI[sha256sum] = "4cb57381f544315db7688e976e922a2b18cdb513d21cc194eb42232ba2a3e602" DEPENDS += "python3-setuptools-scm-native python3-coherent-licensed-native"