-
Notifications
You must be signed in to change notification settings - Fork 55
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
Implement build string version comparison #96
Comments
Is this still needed? I'd like to take a look. Additionally, the link is to main branch instead of commit hash, so to make sure, are you referring to the method below? BuildNumberMatch.get_matcher Anything else to know? |
Yes this is still needed! :) Indeed, the link should point to the |
Thoughts on new dependency for more general version matching? Seems well established and has no depends. Might mess around with it for fun. |
Conda version parsing and ordering is very specific. I doubt the approach used by that crate will provide the correct result. |
Implemented in #346 |
Our matchspec implementation currently doesn't implement build string version comparison like
>6
inpython 3.9.3[build_number=">6"]
.This would be a nice addition!
Conda implementation: https://github.com/conda/conda/blob/main/conda/models/version.py#L613
The text was updated successfully, but these errors were encountered: