diff mbox series

python3-zipp: upgrade 3.15.0 -> 3.16.2

Message ID 1689585025-23731-8-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 8ffcbf120c7b35187f24e45fb8d35558ac1a697e
Headers show
Series python3-zipp: upgrade 3.15.0 -> 3.16.2 | expand

Commit Message

Mingyu Wang (Fujitsu) July 17, 2023, 9:10 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update:
 Remove unnecessary and incorrect copyright notice.

Changelog:
============
Bugfixes
---------
-In Path.match, Windows path separators are no longer honored. The fact that
 they were was incidental and never supported. (#92)
-Fixed name/suffix/suffixes/stem operations when no filename is present and
 the Path is not at the root of the zipfile. (#96)
-Reworked glob utilizing the namelist directly. (#101)
-Replaced the fnmatch.translate with a fresh glob-to-regex translator for more
 correct matching behavior. (#98)

Features
----------
    Require Python 3.8 or later.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-zipp_3.15.0.bb => python3-zipp_3.16.2.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-zipp_3.15.0.bb => python3-zipp_3.16.2.bb} (72%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-zipp_3.15.0.bb b/meta/recipes-devtools/python/python3-zipp_3.16.2.bb
similarity index 72%
rename from meta/recipes-devtools/python/python3-zipp_3.15.0.bb
rename to meta/recipes-devtools/python/python3-zipp_3.16.2.bb
index 45654ff6f1..9dff59ffaf 100644
--- a/meta/recipes-devtools/python/python3-zipp_3.15.0.bb
+++ b/meta/recipes-devtools/python/python3-zipp_3.16.2.bb
@@ -1,9 +1,9 @@ 
 SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
 HOMEPAGE = "https://github.com/jaraco/zipp"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
 
-SRC_URI[sha256sum] = "112929ad649da941c23de50f356a2b5570c954b65150642bccdd66bf194d224b"
+SRC_URI[sha256sum] = "ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"