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

Report old PyPI package versions even if the corresponding distributions are unavailable #124

Closed
keshav-space opened this issue Aug 22, 2024 · 0 comments · Fixed by #125
Closed
Assignees
Labels
1-next bug Something isn't working

Comments

@keshav-space
Copy link
Member

Currently, we skip PyPI package versions if there are no corresponding download items available.

if not download_items:
continue

For instance, for Djblets, there are no distributions available for download on PyPI below version 0.7.32 https://pypi.org/pypi/Djblets/json.
We should report these versions regardless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-next bug Something isn't working
Projects
2 participants