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.
Currently, we skip PyPI package versions if there are no corresponding download items available.
fetchcode/src/fetchcode/package_versions.py
Lines 125 to 126 in 647cff1
For instance, for
Djblets, there are no distributions available for download on PyPI below version0.7.32https://pypi.org/pypi/Djblets/json.We should report these versions regardless.