python3-zipp: upgrade 3.17.0 -> 3.18.1

Changelog:
============
-Bypass ZipFile.namelist in glob for better performance.
-Refactored glob functionality to support a more generalized solution with
 support for platform-specific path separators.
-Add special accounting for pypy when computing the stack level for text
 encoding warnings.

(From OE-Core rev: 8e6780fa9d057f798fbd92e1a42aa60ee6876c2f)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Wang Mingyu
2024-03-26 08:34:47 +08:00
committed by Richard Purdie
parent bc1379b4ac
commit dc9dac8136

View File

@@ -0,0 +1,18 @@
SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
HOMEPAGE = "https://github.com/jaraco/zipp"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
SRC_URI[sha256sum] = "2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715"
DEPENDS += "python3-setuptools-scm-native"
inherit pypi python_setuptools_build_meta
DEPENDS += "python3-toml-native"
RDEPENDS:${PN} += "python3-compression \
python3-math \
python3-more-itertools"
BBCLASSEXTEND = "native nativesdk"