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

Make Wheel's md5 and sha256 fields no longer nullable #26

Open
jwodder opened this issue Oct 16, 2023 · 0 comments
Open

Make Wheel's md5 and sha256 fields no longer nullable #26

jwodder opened this issue Oct 16, 2023 · 0 comments
Labels
models Database models
Milestone

Comments

@jwodder
Copy link
Collaborator

jwodder commented Oct 16, 2023

It seems that PyPI's JSON API now always fills in the relevant digests, and there are no wheels in the database with missing digests. The nullability thus no longer serves a purpose.

Be sure to change all md5 and sha256 fields & arguments in the code to non-None.

Also remove the display of null digests as "[Unknown]" in the wheel_data template.

@jwodder jwodder added the models Database models label Oct 16, 2023
@jwodder jwodder added this to the Next Release milestone Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Database models
Projects
None yet
Development

No branches or pull requests

1 participant