diff mbox series

[9/9] python3-zipp: upgrade 3.23.1 -> 4.1.0

Message ID 20260531001756.1582306-9-tim.orling@konsulko.com
State New
Headers show
Series [1/9] at-spi2-core: upgrade 2.60.3 -> 2.60.4 | expand

Commit Message

Tim Orling May 31, 2026, 12:17 a.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

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>
---
 .../python/{python3-zipp_3.23.1.bb => python3-zipp_4.1.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-zipp_3.23.1.bb => python3-zipp_4.1.0.bb} (83%)
diff mbox series

Patch

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"