-
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
respect hash algorithm when verifying downloaded archives. #4486
respect hash algorithm when verifying downloaded archives. #4486
Conversation
Signed-off-by: Andreas Stenius <[email protected]>
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.
Hey @kaos -- this looks good in light of the past state of the master
branch, but things have changed... A fusion of your (and the other PR) to poetry-core
has landed, and another PR has factored out the hash checking code. Could you rebase your changes/new tests on top of those? I'd like to get this landed to fix Artifactory support.
Should close #4578 as well. |
It would be more effective if someone who knows the code does this. I'm not up to speed with what changes have been made, nor what changes I made any more. |
Sounds good. I'll likely leave this open until I (or someone else) create a new PR on top of the recent refactors. |
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. Co-authored-by: Andreas Stenius <[email protected]>
Successor PR (#4740) created! |
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. |
Signed-off-by: Andreas Stenius [email protected]
Resolves: #4085
Depends on python-poetry/poetry-core#196, so marked as draft until there is a new poetry-core version we can use here.