summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-zipp_3.16.2.bb
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2023-07-17 01:18:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-19 19:37:38 +0100
commit7c6d1f7bc070bba3db662a80db6cf6a778740f80 (patch)
treeed3b9638ebe7bb347bf16d3b6931ea2bab6a8867 /meta/recipes-devtools/python/python3-zipp_3.16.2.bb
parent4463a2b86f82006b1480a8344d4d11451d9444b8 (diff)
downloadpoky-7c6d1f7bc070bba3db662a80db6cf6a778740f80.tar.gz
python3-zipp: upgrade 3.15.0 -> 3.16.2
https://github.com/jaraco/zipp/blob/v3.16.2/NEWS.rst v3.16.2 * 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) v3.16.1 * Bugfixes: - Replaced the fnmatch.translate with a fresh glob-to-regex translator for more correct matching behavior. (#98) v3.16.0 * Features: - Require Python 3.8 or later. License-Update: removed Copyright (see https://github.com/jaraco/skeleton/issues/78) (From OE-Core rev: 8ffcbf120c7b35187f24e45fb8d35558ac1a697e) 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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-zipp_3.16.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-zipp_3.16.2.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-zipp_3.16.2.bb b/meta/recipes-devtools/python/python3-zipp_3.16.2.bb
new file mode 100644
index 0000000000..9dff59ffaf
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-zipp_3.16.2.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Backport of pathlib-compatible object wrapper for zip files"
2HOMEPAGE = "https://github.com/jaraco/zipp"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=141643e11c48898150daa83802dbc65f"
5
6SRC_URI[sha256sum] = "ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147"
7
8DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
9
10inherit pypi python_setuptools_build_meta
11
12DEPENDS += "${PYTHON_PN}-toml-native"
13
14RDEPENDS:${PN} += "${PYTHON_PN}-compression \
15 ${PYTHON_PN}-math \
16 ${PYTHON_PN}-more-itertools"
17
18BBCLASSEXTEND = "native nativesdk"