-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Utilize
packaging.version.Version
(#220)
Added tests: * Test epoch and post-release segments * Test python_version parts of SemanticVersion * Tests for SemanticVersion.python_version with local * Update and test repr(SemanticVersion) Implementation of `packaging.version.Version`: Implement digestion of packaging.version.Version instances in SemanticVersion to be used when updating version specifiers, but still have the usability of the special SemanticVersion methods. Parse latest_version into packaging.version.Version. Implement support for packaging.version.Version in SemanticVersion, making it able to parse its current internals as a packaging.version.Version, as well as being able to digest one. Add epochs to versions if necessary. Co-authored-by: Daniel Marchand <[email protected]>
- Loading branch information
1 parent
fff08c4
commit 7f11bdb
Showing
5 changed files
with
334 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.