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

Fix prefix version matching #564

Merged
merged 1 commit into from Sep 23, 2022
Merged

Fix prefix version matching #564

merged 1 commit into from Sep 23, 2022

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Jun 19, 2022

0-padding shall only be applied on the prospective version, before shortening,
in order to get the correct shortened prospective version.

fix #559

0-padding shall only be applied on the prospective version, before shortening,
in order to get the correct shortened prospective version.
@brettcannon brettcannon merged commit e184fee into pypa:main Sep 23, 2022
@brettcannon
Copy link
Member

Thanks!

KOLANICH pushed a commit to KOLANICH-libs/packaging that referenced this pull request Nov 30, 2022
0-padding shall only be applied on the prospective version, before shortening,
in order to get the correct shortened prospective version.
@mayeut mayeut deleted the prefix-match-4 branch April 10, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Specifier("==1.0.*") does not contain Version("1a1")
2 participants