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

pip-compile --generate-hashes including bdist_egg hashes #1121

Closed
graingert opened this issue Apr 27, 2020 · 1 comment · Fixed by #1122
Closed

pip-compile --generate-hashes including bdist_egg hashes #1121

graingert opened this issue Apr 27, 2020 · 1 comment · Fixed by #1122
Labels
bug Something is not working hashes Related to hashes generated via --generate-hashes

Comments

@graingert
Copy link
Member

graingert commented Apr 27, 2020

Due to #1109 pip-compile now includes bdist_egg hashes when previously it did not

This isn't strictly a bug as the hashes are useless eggs that pip does not install

Environment Versions

  1. OS Type N/A
  2. Python version: $ python -V N/A
  3. pip version: $ pip --version N/A
  4. pip-tools version: $ pip-compile --version 5.1.0

Steps to replicate

 toml==0.10.0 \
     --hash=sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c \
     --hash=sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e \
+    --hash=sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3 \
@atugushev
Copy link
Member

atugushev commented Apr 27, 2020

Please test/review #1122.

@atugushev atugushev added the bug Something is not working label Apr 27, 2020
@atugushev atugushev added the hashes Related to hashes generated via --generate-hashes label Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is not working hashes Related to hashes generated via --generate-hashes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants