-
Notifications
You must be signed in to change notification settings - Fork 2k
libnghttp2: add 1.50.0, bump deps #13628
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
Conversation
Signed-off-by: Uilian Ries <[email protected]>
Signed-off-by: Uilian Ries <[email protected]>
Update for Conan 2.0
This comment has been minimized.
This comment has been minimized.
This reverts commit 51ed248.
@uilianries thank you for the modernization PR! I will consider upgrading recipes with their version bumps. By the way, is there any wiki page or status of Conan version on CCI machines? Conan 1.53.0 was released two weeks ago and we don't know when it's safe to use new features. |
@theirix All running versions of Conan are listed under https://github.com/conan-io/conan-center-index/blob/master/.c3i Right now, we have 1.52.0 running: https://github.com/conan-io/conan-center-index/blob/master/.c3i/config_v1.yml#L6 |
@theirix It's safe. We always delay a bit because in case Conan find some bug at first week, we would need to update again. But 2 weeks is totally fine IMO to run locally. |
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Jordan Williams <[email protected]>
All green in build 5 (
|
from conans.errors import ConanInvalidConfiguration | ||
import functools | ||
from conan import ConanFile | ||
from conan.tools.cmake import CMake, CMakeToolchain, CMakeDeps, cmake_layout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add supports v2 in the title (makes it easier for humans to know)
Specify library name and version: libnghttp2/1.50.0
This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!