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

Pypi pip version bugfix #501

Merged
merged 10 commits into from
Sep 8, 2017

Conversation

techalchemy
Copy link
Member

  • Uses pip version parser to parse package versions for semver compliance enforcement
  • Uses this for json api version numbers in PyPI which are not represented in a way that is consistent with pip
  • Opted to use the pip parsing standard for our codebase because it is implemented in the language and readily accessible

See #499

Dan Ryan and others added 6 commits September 7, 2017 14:51
- Addresses conflicts between the PyPI api and pip
- Fixes pypa#499 
- Uses semantic versioning and PEP approved post-release naming
- Addresses conflicts between the PyPI api and pip
- Fixes pypa#499 
- Uses semantic versioning and PEP approved post-release naming
@techalchemy
Copy link
Member Author

I have a fix coming for the build failure shortly

@kennethreitz kennethreitz merged commit f5e93be into pypa:master Sep 8, 2017
@techalchemy techalchemy deleted the pypi-pip-version-bugfix branch September 9, 2017 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants