diff mbox series

python3-zipp: upgrade 3.18.2 -> 3.19.2

Message ID 20240611194337.3139940-1-tim.orling@konsulko.com
State New
Headers show
Series python3-zipp: upgrade 3.18.2 -> 3.19.2 | expand

Commit Message

Tim Orling June 11, 2024, 7:43 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

https://github.com/jaraco/zipp/blob/main/NEWS.rst

v3.19.2
* No significant changes.

v3.19.1
* Bugfixes
  - Improved handling of malformed zip files. (#119)

v3.19.0
* Features
  - Implement is_symlink. (#117)

https://github.com/jaraco/zipp/compare/v3.18.2...v3.19.2

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
 .../python/{python3-zipp_3.18.2.bb => python3-zipp_3.19.2.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-zipp_3.18.2.bb => python3-zipp_3.19.2.bb} (84%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-zipp_3.18.2.bb b/meta/recipes-devtools/python/python3-zipp_3.19.2.bb
similarity index 84%
rename from meta/recipes-devtools/python/python3-zipp_3.18.2.bb
rename to meta/recipes-devtools/python/python3-zipp_3.19.2.bb
index 97aa1fed259..2bb69f2ac8b 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.18.2.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.19.2.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "6278d9ddbcfb1f1089a88fde84481528b07b0e10474e09dcfe53dad4069fa059"
+SRC_URI[sha256sum] = "bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"
 
 DEPENDS += "python3-setuptools-scm-native"