Skip to content

get control over prereleases#84

Open
shamilbi wants to merge 6 commits intoido50:mainfrom
shamilbi:prerelease
Open

get control over prereleases#84
shamilbi wants to merge 6 commits intoido50:mainfrom
shamilbi:prerelease

Conversation

@shamilbi
Copy link
Copy Markdown
Collaborator

Since v26 packaging changed the behaviour of Specifier.contains():
old: Specifier(">=1.2.3").contains("1.3.0a1") = False
new: True
So let's get control over prereleases

Copy link
Copy Markdown
Contributor

@grische grische left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend that you rebase your commits and squash or fixup those together that should be squashed.

I'd expect two or three commits, not 6, in the end that can be merged:

Comment thread tests/test_init.py
mirror_all_versions=False,
package_type_regex="(whl|zip|tar.gz)",
mirror_all_wheels=False,
args = create_arg_parser().parse_args(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather have this refactoring as a separate PR, to simplify the review.

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