-
Notifications
You must be signed in to change notification settings - Fork 96
Library is partially non-compliant with semver spec #114
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
Labels
Duplicate
Same as another issue
Comments
Any update on this? We use git commit hash as a prerelease part, so sometimes we trigger this error too. |
If I'm not mistaken, it is related (or a duplicate?) of #194. |
ppkt
added a commit
to ppkt/python-semver
that referenced
this issue
Nov 20, 2019
…ersion from semver.org Also, fix problem with invalid Python 2.7 super call.
ppkt
added a commit
to ppkt/python-semver
that referenced
this issue
Nov 20, 2019
…ersion from semver.org Also, fix problem with invalid Python 2.7 super call.
Yes, it is a duplicate. You can close this issue. |
Duplicate of #194 so closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Breaking input:
0.0.0-0foo.1
Expected result:
Actual result:
Per item 9, only numeric IDs cannot contain leading zeros -- since
0foo
is not entirely numeric, it may contain a leading zero.The text was updated successfully, but these errors were encountered: