]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-zipp: upgrade 3.23.1 -> 4.1.0
authorTim Orling <tim.orling@konsulko.com>
Sun, 31 May 2026 00:17:56 +0000 (17:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 1 Jun 2026 16:31:25 +0000 (17:31 +0100)
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 <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-zipp_4.1.0.bb [moved from meta/recipes-devtools/python/python3-zipp_3.23.1.bb with 83% similarity]

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 45b83bf34763fffc6c75f242a541fc1615fc2ff7..ca3f1250c3a1edf51c02350bfe456cc50c57dc82 100644 (file)
@@ -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"