-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
aws-c-auth: add version 0.7.21 #22998
Conversation
This comment has been minimized.
This comment has been minimized.
@@ -62,7 +62,7 @@ def requirements(self): | |||
self.requires("aws-c-common/0.9.6", transitive_headers=True, transitive_libs=True) | |||
self.requires("aws-c-cal/0.6.9") | |||
self.requires("aws-c-io/0.13.35", transitive_headers=True, transitive_libs=True) | |||
self.requires("aws-c-http/0.7.14", transitive_headers=True) | |||
self.requires("aws-c-http/0.8.1", transitive_headers=True) |
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.
Hi! Thanks a lot for the contribution @toge
Isn't this going to conflict with the other recipes that require aws-c-http/0.7.14
?
Is this bump needed for the new version? I can see that are other recipes that depend on 0.7.14
:
./recipes/aws-c-mqtt/all/conanfile.py: self.requires("aws-c-http/0.7.14")
./recipes/aws-crt-cpp/all/conanfile.py: self.requires("aws-c-http/0.7.14", transitive_headers=True)
./recipes/aws-c-s3/all/conanfile.py: self.requires("aws-c-http/0.7.14")
Aren't they used together?
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.
@czoido
aws-c-http/0.7.14 is required to upgrade aws-c-s3.
And awsc-http is also used by aws-c-auth, which is used by aws-c-s3, so an update is required.
aws-crt-cpp is used by aws-c-s3 and aws-c-mqtt, aws-c-http, and aws-c-auth.
Therefore, when considering aws-crt-cpp, the aws-c-http version needs to be increased for all aws-c-s3, aws-c-mqtt, and aws-c-auth.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 4 (
|
* aws-c-auth: add version 0.7.16 * update 0.7.17 * update 0.7.20 * update 0.7.21
Specify library name and version: aws-c-auth/*
awslabs/aws-c-auth@v0.7.8...v0.7.21