diff mbox series

python3-zipp: upgrade 3.13.0 -> 3.14.0

Message ID 1676974800-24948-2-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 025098d6bd83e8192fea28101780c361e242bc02
Headers show
Series python3-zipp: upgrade 3.13.0 -> 3.14.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 21, 2023, 10:19 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Minor cleanup in tests, including #93.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-zipp_3.13.0.bb => python3-zipp_3.14.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-zipp_3.13.0.bb => python3-zipp_3.14.0.bb} (85%)
diff mbox series

Patch

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 8df5d4637b..dc5091f6c7 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"