Skip to content

A more flexible matching rule #345

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

Closed
llbai opened this issue Dec 9, 2021 · 1 comment
Closed

A more flexible matching rule #345

llbai opened this issue Dec 9, 2021 · 1 comment
Labels
Duplicate Same as another issue Enhancement Not a bug, but increases or improves in value, quality, desirability, or attractiveness

Comments

@llbai
Copy link

llbai commented Dec 9, 2021

Situation

I hope I can in my python project, more succinctly and more advanced compare versions

Possible Solution/Idea

A more flexible matching rule, like node-semver's Advanced Range Syntax
eg:

  • Hyphen Ranges X.Y.Z - A.B.C
  • X-Ranges 1.2.x 1.X 1.2.* *
  • Caret Ranges ^1.2.3 ^0.2.5 ^0.0.4
  • ...

Additional context

@llbai llbai added the Enhancement Not a bug, but increases or improves in value, quality, desirability, or attractiveness label Dec 9, 2021
@tomschr tomschr added the Duplicate Same as another issue label Dec 10, 2021
@tomschr
Copy link
Member

tomschr commented Dec 10, 2021

Thanks @llbai for your report! Much appreciated. 👍

Your suggestion is already covered in #241. Closing this as a duplicate.

@tomschr tomschr closed this as completed Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Duplicate Same as another issue Enhancement Not a bug, but increases or improves in value, quality, desirability, or attractiveness
Projects
None yet
Development

No branches or pull requests

2 participants