-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Set strict_timestamps=False when zip is called for isolated environment #9920
Set strict_timestamps=False when zip is called for isolated environment #9920
Conversation
Co-authored-by: Tzu-ping Chung <[email protected]>
News file has been changed |
Unfortunately this missed the 21.1.1 deadline. I think this counts as regression, so we’ll probably need a 21.1.2 (cc @sbidoul). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change LGTM.
I'm really curious to understand the root cause.
Does this alone warrant a bugfix release ?
Yes, not urgent, but this should detinitely be in one of the 21.1 releases eventually. |
Don't mind me, continue doing your great work for the Python community - but do you have any sense of when 21.1.2 would be released? This month? June? Or just later this year? |
Likely this month |
Co-authored-by: Tzu-ping Chung <[email protected]>
Fixes #9910
Set strict_timestamps=False when using ZipFile for new isolated environment installs. Was triggering an inconsistent ValueError('ZIP does not support timestamps before 1980') on GitHub package installs.
https://docs.python.org/3/library/zipfile.html#zipfile-objects