diff mbox series

[4/4] python3-zipp: upgrade 3.14.0 -> 3.15.0

Message ID a1ce3ef647bb64243f4afc946f4f1d4bc71cb23f.1677693991.git.tim.orling@konsulko.com
State Accepted, archived
Commit 1cb64a5b6a950eb7f7c72125c5741fdafe236f0b
Headers show
Series [1/4] python3-more-itertools: upgrade 9.0.0 -> 9.1.0 | expand

Commit Message

Tim Orling March 1, 2023, 6:10 p.m. UTC
https://zipp.readthedocs.io/en/latest/history.html#v3-15-0

v3.15.0 (24 Feb 2023)
* gh-102209: test_implied_dirs_performance now tests measures the time
  complexity experimentally.

Reference:
https://github.com/python/cpython/issues/102209

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

Patch

diff --git a/meta/recipes-devtools/python/python3-zipp_3.14.0.bb b/meta/recipes-devtools/python/python3-zipp_3.15.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-zipp_3.14.0.bb
rename to meta/recipes-devtools/python/python3-zipp_3.15.0.bb
index dc5091f6c70..5b42dd8139b 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.14.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.15.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
-SRC_URI[sha256sum] = "9e5421e176ef5ab4c0ad896624e87a7b2f07aca746c9b2aa305952800cb8eecb"
+SRC_URI[sha256sum] = "112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"