We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eliminate the possibility of constraints duplication in VersionRange and add some tests to validate the same.
>>> from univers.version_range import NginxVersionRange >>> range=NginxVersionRange.from_native("1.5.0+, 1.4.1+, 1.4.0+") >>> str(range) 'vers:nginx/>=1.4.0|>=1.4.1|<1.5.0|<1.5.0|>=1.5.0'
Context: #42 (comment)
The text was updated successfully, but these errors were encountered:
fix the constraint duplication in VersionRange
ec96179
- add test for constraint duplicaton - closes: aboutcode-org#45 Signed-off-by: Keshav Priyadarshi <[email protected]>
4bac91c
328ba06
df34260
Successfully merging a pull request may close this issue.
Eliminate the possibility of constraints duplication in VersionRange and add some tests to validate the same.
Context: #42 (comment)
The text was updated successfully, but these errors were encountered: