Marcel Telka
2024-03-15 9d6d46a8fb1e5cff28a970c634528fa0a91d2eb7
python/zipp: update to 3.18.1

3 files modified
12 ■■■■ changed files
components/python/zipp/Makefile 4 ●●●● patch | view | raw | blame | history
components/python/zipp/patches/01-no-big-O.patch 4 ●●●● patch | view | raw | blame | history
components/python/zipp/patches/02-no-ruff.patch 4 ●●●● patch | view | raw | blame | history
components/python/zipp/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        zipp
HUMAN_VERSION =            3.18.0
HUMAN_VERSION =            3.18.1
COMPONENT_SUMMARY =        zipp - Backport of pathlib-compatible object wrapper for zip files
COMPONENT_PROJECT_URL =        https://github.com/jaraco/zipp
COMPONENT_ARCHIVE_HASH =    \
    sha256:df8d042b02765029a09b157efd8e820451045890acc30f8e37dd2f94a060221f
    sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715
COMPONENT_LICENSE =        MIT
COMPONENT_LICENSE_FILE =    LICENSE
components/python/zipp/patches/01-no-big-O.patch
@@ -1,7 +1,7 @@
We have no big-O packaged yet.
--- zipp-3.18.0/setup.cfg.orig
+++ zipp-3.18.0/setup.cfg
--- zipp-3.18.1/setup.cfg.orig
+++ zipp-3.18.1/setup.cfg
@@ -30,7 +30,6 @@
     jaraco.itertools
     jaraco.functools
components/python/zipp/patches/02-no-ruff.patch
@@ -1,8 +1,8 @@
We have no pytest-ruff support yet.
see https://github.com/tikv/jemallocator/issues/58
--- zipp-3.18.0/setup.cfg.orig
+++ zipp-3.18.0/setup.cfg
--- zipp-3.18.1/setup.cfg.orig
+++ zipp-3.18.1/setup.cfg
@@ -25,7 +25,6 @@
     pytest-mypy; \
     python_implementation != "PyPy"