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

Omit SHA256 hash for the locally built package #260

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

cjolowicz
Copy link
Owner

@cjolowicz cjolowicz commented Feb 2, 2021

Remove the #sha256=<hash> fragment from the file URL returned by build_package. As of 0.7.0, constraints files no longer contain hashes, which removes the need for generating package hashes. Also, sdist installation has been reported to silently fail due to these hashes.

Closes #249

Remove the `#sha256=<hash>` fragment from the file URL returned by
`build_package`. As of 0.7.0, constraints files no longer contain hashes, which
removes the need for generating package hashes. Also, sdist installation has
been reported to silently fail due to these hashes.
@cjolowicz cjolowicz force-pushed the root-package-without-hash branch from 7397575 to 801b5c9 Compare February 5, 2021 09:43
@cjolowicz cjolowicz merged commit ac9b9a5 into master Feb 5, 2021
@cjolowicz cjolowicz deleted the root-package-without-hash branch February 5, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installation of sdist is (silently) failing
1 participant