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 version ranges in list patterns #14004

Merged
merged 2 commits into from Jun 1, 2023

Conversation

memsharded
Copy link
Member

@memsharded memsharded commented May 31, 2023

Changelog: Feature: Allow pkg/[version-range] expressions in conan list (and download, upload, remove) patterns.
Docs: conan-io/docs#3244

Close #4318

@memsharded memsharded added this to the 2.0.7 milestone May 31, 2023

@pytest.mark.parametrize("remote", [True, False])
def test_list_recipe_version_ranges_patterns(self, client, remote):
pattern = "*/[>1]"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being able to do this is super nice!

@czoido czoido merged commit db81892 into conan-io:release/2.0 Jun 1, 2023
2 checks passed
@memsharded memsharded deleted the feature/list_version_ranges branch June 1, 2023 10:02
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.

Version range aware search and remove commands
3 participants