-
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
cpr: Update to 1.9.2 #12950
cpr: Update to 1.9.2 #12950
Conversation
This comment has been minimized.
This comment has been minimized.
All green in build 2 (
|
@chausner Thank you for your contribution, please, take a look on https://github.com/conan-io/conan-center-index/blob/master/docs/v2_linter.md#import-tools-from-conan The Conan V2 linter requires some updates in the recipe that you changed. |
if tools.Version(self.version) <= "1.9.0": | ||
tools.check_min_cppstd(self, 11) | ||
else: | ||
tools.check_min_cppstd(self, 17) |
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.
This requires extra logic to make sure a higher compiler is picked
conan-io/conan#8002 is the old way... here's an updated recipe
def validate(self): |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: cpr/1.9.2