Uh oh!
There was an error while loading. Please reload this page.
[#25] Added PyVer Crate - #27
Open
Allstreamer wants to merge 6 commits into
Open
Conversation
- Moved changes from #20 to 25-add-python-version-parsing-pep-440 branch
#25] Python versioning SystemAllstreamer
marked this pull request as draft
August 16, 2022 09:04
- Fixed naming - `VERSION_VALIDATIOR` to `VERSION_VALIDATOR` - `ReleaseCanidate` to `ReleaseCandidate` - Did some manual formatting - Ran cargo fmt
Allstreamer
marked this pull request as ready for review
August 16, 2022 11:15
#25] Python versioning System#25] Python versioning System- Created base template changelog including dev branch changes
This reverts commit 3d1a0ab.
Allstreamer
commented
Aug 23, 2022
CollaboratorAuthor
So how are we looking on merging this? |
John15321
commented
Aug 23, 2022
Contributor
I want us to finish the project/CI setup first. So just leave it for now, its not gonna run away :) And focus on other CI/Project related issues |
John15321
commented
Sep 13, 2022
Contributor
@Allstreamer looks like your package is doing well. Can you change this code to simply use |
Allstreamer
commented
Sep 14, 2022
CollaboratorAuthor
Will do gimme 30-40 min |
Allstreamer
commented
Sep 14, 2022
CollaboratorAuthor
Should be good to go! @John15321 |
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add PyVer crate to project
Based on:
PEP-440 Docs
Example Usage
Commits