Skip to content

pypi: use the urls key to find download URLs

PyPI has removed the "releases" dict from the versioned JSON endpoint, migrating to the "urls" key, which is always available; It contains the files for the version currently being fetched, or for the default version of the module when using the versioned JSON endpoint.

-- tested with and without specifying a version when running py2dsp

Merge request reports

Loading