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

Version parsing for PEP517 non-compliant Python packages #123

Closed
pilosus opened this issue Jan 13, 2023 · 0 comments · Fixed by #124
Closed

Version parsing for PEP517 non-compliant Python packages #123

pilosus opened this issue Jan 13, 2023 · 0 comments · Fixed by #124
Assignees
Labels
bug Something isn't working

Comments

@pilosus
Copy link
Owner

pilosus commented Jan 13, 2023

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.

We may want to fix the default version parser and eggs files specifically.

@pilosus pilosus self-assigned this Jan 13, 2023
@pilosus pilosus added the bug Something isn't working label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant