feat: Check all hash types when validating archives#4740
feat: Check all hash types when validating archives#4740neersighted wants to merge 2 commits intomasterfrom
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.