-
Notifications
You must be signed in to change notification settings - Fork 2.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
feat: Check all hash types when validating archives #4740
Conversation
8b1a3b4
to
a38ec72
Compare
I think we can implement it similarly to what is present in 1.1 (see #4529). To be honest, I forgot to port it to the master branch when fixing it in the 1.1 branch. |
Didn't even see that! I'll port that version to master and push it to this PR in a bit. |
16c445c
to
ad027bb
Compare
ad027bb
to
d4498a1
Compare
dfee00c
to
a1245d1
Compare
5e2d872
to
a0dec58
Compare
a0dec58
to
439dd97
Compare
What's the status of this? Poetry 1.1.11 fails with
1.1.12 fails with:
|
Closing this as not a complete design/unable to be merged in its present form. |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This allows for much-improved compatibility when interfacing with legacy
PyPI-compatible repositories.
This is a successor PR to #4486, and closes #4578 and #4085.
This PR is also a forward-port of #4529.