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

Conan version #399

Open
garethsb opened this issue Jun 24, 2024 · 1 comment
Open

Conan version #399

garethsb opened this issue Jun 24, 2024 · 1 comment

Comments

@garethsb
Copy link
Contributor

garethsb commented Jun 24, 2024

Latest Conan version is 2.4.1.
DBus recipe now requires Conan >=2.2.0.

I also misunderstood that the version specifier ~=2.0.5 was equivalent to >=2.0.5,<3, whereas in fact it is like >=2.0.5,==2.0.*, so we were never going to fetch 2.1 or higher versions.

Now that we don't depend on a specific patch version however, we can use ~= and get the behaviour we want...

Therefore I think we should change guidance in docs from:

pip install --upgrade conan~=2.0.5

to:

pip install --upgrade conan~=2.2
@lo-simon
Copy link
Contributor

Thanks @garethsb; we will update the doc; now using Conan 2.4.1

pip install --upgrade conan~=2.0.5
to
pip install --upgrade conan~=2.4

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

2 participants