Open
Conversation
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 <alex@shruggie.ro>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📦 Package Details
Maintainer: me
Description:
Changelog since 3.16.2:
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
🧪 Run Testing Details
✅ Formalities
If your PR contains a patch:
git am(e.g., subject line, commit description, etc.)
We must try to upstream patches to reduce maintenance burden.