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

Use Specifier class to check version constraints #636

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Use Specifier class to check version constraints #636

merged 1 commit into from
Sep 22, 2023

Conversation

adanaja
Copy link
Contributor

@adanaja adanaja commented Sep 22, 2023

Package.add_constraint implements its own way to check for version constraints, while packaging.specifiers.Specifier can be used

Package.add_constraint implements its own way to check for
version constraints, while packaging.specifiers.Specifier can
be used
@adanaja adanaja linked an issue Sep 22, 2023 that may be closed by this pull request
@adanaja adanaja merged commit 989ac20 into AdaCore:master Sep 22, 2023
6 checks passed
@grouigrokon
Copy link
Contributor

The packaging module is external to python. Would the requirements.txt (or setup.py here) need an update ?

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.

Cannot satisfy constraint package~=x.y.z
3 participants