python-zipp: bump to 3.23.0
authorAlexandru Ardelean <redacted>
Fri, 20 Mar 2026 17:04:35 +0000 (17:04 +0000)
committerAlexandru Ardelean <redacted>
Sat, 21 Mar 2026 15:24:27 +0000 (17:24 +0200)
commitb57afd96313eb4f0f3c7c5684f8d58f7d5a40f51
tree3b33bee09160f558f66774e7f8e0b9dcffc9f014
parentaf5999ce2a4af34f45348b3f0eccee4779f0637c
python-zipp: bump to 3.23.0

Changelog since 3.16.2:
- v3.17.0: Add CompleteDirs.inject classmethod; prevent path separators
  from matching '?' wildcards in glob
- v3.18.0: Improve glob performance bypassing ZipFile.namelist; support
  platform-specific path separators in glob
- v3.19.1: Fix handling of malformed zip files
- v3.19.3: Fix glob to match directories in addition to files
- v3.20.0: Expose zipfile compatibility overlay as public API (zipp.compat.overlay)
- v3.20.1: Fix infinite loops in archive name handling preserving special chars
- v3.20.2: Make zipfile compatibility overlay hashable
- v3.21.0: Enhance performance for zipfile.Path.open in non-reading modes
- v3.22.0: Fix basename-based properties on Windows; backport CPython tests
- v3.23.0: Add compatibility shim supporting Python 3.13 and earlier

Add python-setuptools/host to PKG_BUILD_DEPENDS (now requires setuptools>=77).
Patch out coherent.licensed build dependency (not packaged).
Add test.sh.

Full changelog:
https://github.com/jaraco/zipp/releases

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-zipp/Makefile
lang/python/python-zipp/patches/001-remove-coherent-licensed-build-dep.patch [new file with mode: 0644]
lang/python/python-zipp/test.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT