-
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
WIP [cpython] Conan v2 and version bump 3.10.4 #12470
WIP [cpython] Conan v2 and version bump 3.10.4 #12470
Conversation
Mostly the same as 3.10.0 only had to change the patch (disable-macos-tcltk) line numbers.
2to3 is no longer supported in setuptools higher than 58.0, which is used in all versions of python 3.10.x and higher.
I detected other pull requests that are modifying cpython/all recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Allows it to be build by the CI
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 8e6e4bacpython/3.10.0
|
@ericLemanissier are the tests failing due to changes on my side? Or is modernizing to V2 and not using
|
No, this error should not happen. Please retrigger CI by closing and reopenning this PR |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 8e6e4bacpython/3.9.7
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Contributes to CURA-9615
Contributes to CURA-9615
Contributes to CURA-9615
This comment has been minimized.
This comment has been minimized.
Contributes to CURA-9615
This comment has been minimized.
This comment has been minimized.
Still failing tests in the spam modules. Fairly certain that the module themself work. Need to look at the test_package.py Contributes to CURA-9615
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipelineFailure in build 28 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
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. |
This should help with debugging failed builds on the CCI build server See conan-io#12470 (comment)
Specify library name and version: cpython/3.10.4
Originally intended as a simple version bump, various linting errors and upgrades of dependencies forced this to grow in a full blown upgrade for Conan v2.
Still needs a lot of work
Ultimaker Cura (https://github.com/Ultimaker/Cura) uses CPython 3.10.4 and we recently switched over to manage our complete build-process with Conan. This required us to bump up the version of this dependency and we want to contribute this change back to the community.