Skip to content
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

Support semantic version select #6

Open
abcfy2 opened this issue Nov 13, 2020 · 0 comments
Open

Support semantic version select #6

abcfy2 opened this issue Nov 13, 2020 · 0 comments

Comments

@abcfy2
Copy link
Contributor

abcfy2 commented Nov 13, 2020

python-semanticversion has a select method to choose the best version, see: https://pypi.org/project/semantic-version/#using-a-specification

Maybe we can use this feature to select the best matched version, such as(until now):

  • latest (*) matches 5.15.1
  • 5 matches 5.15.1
  • 5.12 matches 5.12.10
  • 5.14.1 matches 5.14.1
  • >=5.12.1,<5.12.5 matches 5.12.4
abcfy2 added a commit to abcfy2/qt-downloader that referenced this issue Nov 23, 2020
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

No branches or pull requests

1 participant