Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

chore: prevent normalization of semver versioning#259

Merged
daniel-sanche merged 2 commits intomasterfrom
remove-semver-normalization
Apr 16, 2021
Merged

chore: prevent normalization of semver versioning#259
daniel-sanche merged 2 commits intomasterfrom
remove-semver-normalization

Conversation

@dandhlee
Copy link
Contributor

When there is a patch version added to semver versioning, setuptools.setup(version) will normalize the versioning from -patch to .patch which is not correct SEMVER versioning. The added feature with setuptools.sic(version) will prevent this from happening.

@dandhlee dandhlee requested a review from a team April 15, 2021 23:18
@dandhlee dandhlee requested a review from a team as a code owner April 15, 2021 23:18
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/python-logging API. label Apr 15, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Apr 15, 2021
@daniel-sanche daniel-sanche merged commit 2a4464f into master Apr 16, 2021
@daniel-sanche daniel-sanche deleted the remove-semver-normalization branch April 16, 2021 18:41
daniel-sanche pushed a commit that referenced this pull request May 12, 2021
* chore: prevent normalization of semver versioning

* chore: update workaround to make sic work
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: logging Issues related to the googleapis/python-logging API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants