Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Zip64 Support for Large Wheel Files in Reproducible Mode #1576

Merged
merged 5 commits into from
Nov 9, 2024

Conversation

eitanV81
Copy link
Contributor

This update modifies the wheel building process in reproducible mode to explicitly fill the zinfo (ZIP file information) with the file size details. This enhancement ensures that the ZIP packaging system can employ Zip64 extensions when necessary, accommodating the creation of large wheel files.

eitanV81 and others added 4 commits June 19, 2024 11:46
Update wheel.py to support reproducible for large zip files
update file size for zinfo to recognize if zip64 is needed.
Copy link
Collaborator

@ofek ofek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@ofek ofek merged commit 58c0982 into pypa:master Nov 9, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants