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

Wrong data reported from Pypi API #11587

Closed
TG1999 opened this issue Jun 14, 2022 · 2 comments
Closed

Wrong data reported from Pypi API #11587

TG1999 opened this issue Jun 14, 2022 · 2 comments
Labels
bug 🐛 requires triaging maintainers need to do initial inspection of issue

Comments

@TG1999
Copy link

TG1999 commented Jun 14, 2022

Describe the bug
The pypi API tells that cryptography@37.0.2 has no dependency https://pypi.org/pypi/cryptography/37.0.2/json, (requires-dist is null) but in the METADATA file it is found that it has a dependency Requires-Dist: cffi (>=1.12)

Expected behavior
requires-dist in the API should report same dependency as in METADATA

To Reproduce
Download wheel for cryptography@37.0.2 and check the METADATA file you can find this Requires-Dist: cffi (>=1.12)
https://pypi.org/pypi/cryptography/37.0.2/json the requires-dist is null

@TG1999 TG1999 added bug 🐛 requires triaging maintainers need to do initial inspection of issue labels Jun 14, 2022
@dstufft
Copy link
Member

dstufft commented Jun 14, 2022

Closing as a duplicate to #474

@dstufft dstufft closed this as completed Jun 14, 2022
@dstufft dstufft closed this as not planned Won't fix, can't repro, duplicate, stale Jun 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 requires triaging maintainers need to do initial inspection of issue
Projects
None yet
Development

No branches or pull requests

3 participants