We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that older formats of Python packages have problems when parsing version from PyPI Simple API, e.g.
pyasn1-0.4.8-py3.5.egg results in 1-0 version, iso3166-0.7.zip results in 3166-0 version, pyasn1_modules-0.0.1a-py2.4.egg results in 1 version.
pyasn1-0.4.8-py3.5.egg
1-0
iso3166-0.7.zip
3166-0
pyasn1_modules-0.0.1a-py2.4.egg
1
We may want to fix the default version parser and eggs files specifically.
The text was updated successfully, but these errors were encountered:
pilosus
Successfully merging a pull request may close this issue.
It seems that older formats of Python packages have problems when parsing version from PyPI Simple API, e.g.
pyasn1-0.4.8-py3.5.egg
results in1-0
version,iso3166-0.7.zip
results in3166-0
version,pyasn1_modules-0.0.1a-py2.4.egg
results in1
version.We may want to fix the default version parser and eggs files specifically.
The text was updated successfully, but these errors were encountered: