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

Exact version comparison (==) should not ignore pre-releases for native Python packages #132

Closed
pilosus opened this issue Feb 24, 2023 · 0 comments · Fixed by #133
Closed
Assignees
Labels
bug Something isn't working

Comments

@pilosus
Copy link
Owner

pilosus commented Feb 24, 2023

Steps to reproduce:

  1. Check Python native package with exact pre-release version
lein run 'sqlalchemy2-stubs==0.0.2a32'
  1. Error: PyPI::version Not found

Exact equal should behave just like --pre option.

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
1 participant