]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-zipp: upgrade 3.19.2 -> 3.20.0
authorTim Orling <tim.orling@konsulko.com>
Tue, 13 Aug 2024 04:58:19 +0000 (21:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Aug 2024 13:51:52 +0000 (14:51 +0100)
https://github.com/jaraco/zipp/compare/v3.19.1...v3.20.0

v3.20.0
* Features
  - Made the zipfile compatibility overlay available as zipp.compat.overlay.

v3.19.3
* Bugfixes
  - Also match directories in Path.glob. (#121)

v3.19.2
  - No significant changes.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-zipp_3.20.0.bb [moved from meta/recipes-devtools/python/python3-zipp_3.19.2.bb with 82% similarity]

similarity index 82%
rename from meta/recipes-devtools/python/python3-zipp_3.19.2.bb
rename to meta/recipes-devtools/python/python3-zipp_3.20.0.bb
index 8efb9d1814b09f95f8a991964d9faacf9cd36191..101bafac1e5be18f3ece6312ada9aaca9e349ed1 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"
+SRC_URI[sha256sum] = "0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31"
 
 DEPENDS += "python3-setuptools-scm-native"