Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Backport cibuildwheel updates to v3.7.x#26672

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ksunden merged 9 commits intomatplotlib:v3.7.xfromQuLogic:cibw-backport
Sep 6, 2023

Conversation

QuLogic
Copy link
Member

PR summary

We let this go for a while, so automated backports were failing.

PR checklist

dependabotbotand others added7 commitsSeptember 1, 2023 03:49
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.1 to 2.12.3.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@v2.12.1...v2.12.3)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>(cherry picked from commitbf46361)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.3 to 2.13.0.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@v2.12.3...v2.13.0)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>(cherry picked from commit45a5827)
* For security best practices pin at the commit sha corresponding to the  last stable release and let Dependabot update the commit SHA and  comment as new releases come out.   - c.f.https://github.com/scientific-python/upload-nightly-action(cherry picked from commit92e285f)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.0 to 2.13.1.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@51f5c7f...0ecddd9)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>(cherry picked from commit94c1223)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.1 to 2.14.0.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@0ecddd9...66b46d0)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>(cherry picked from commitf2ee143)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.0 to 2.14.1.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@66b46d0...f21bb83)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>(cherry picked from commitfe47d0e)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@f21bb83...39a63b5)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>(cherry picked from commit4f6681b)
@QuLogicQuLogic added Build CI: Run cibuildwheelRun wheel building tests on a PR labelsSep 1, 2023
@QuLogicQuLogic added this to thev3.7.3 milestoneSep 1, 2023
@ksunden
Copy link
Member

Rerunning the cibw jobs because it failed in fairly early stages on windows, the linux build got a bit further, but was cancelled when the windows build failed... Going to see if it is reproducible

@QuLogic
Copy link
MemberAuthor

This is some annoyance with having to build 3.12 wheels for our dependencies; I must not have backported that exactly right (as I didn't backport the sdist+wheel merger).

@QuLogicQuLogicforce-pushed thecibw-backport branch 3 times, most recently from227b7c0 to80e55b2CompareSeptember 2, 2023 00:17
@QuLogic
Copy link
MemberAuthor

It looks like PyPy started failing a while back due toscipy/oldest-supported-numpy#78, but inmain andv3.8.x, we switched tonumpy>=1.25 so we were okay there. I'm not sure if we want to backport that whole change for this last bugfix release, so I've just modified the PyPy wheels.

@QuLogicQuLogicforce-pushed thecibw-backport branch 4 times, most recently from98923d5 to18de850CompareSeptember 2, 2023 06:33
@ksundenksunden merged commit6e53543 intomatplotlib:v3.7.xSep 6, 2023
@QuLogicQuLogic deleted the cibw-backport branchSeptember 6, 2023 19:43
@ksundenksunden mentioned this pull requestSep 13, 2023
2 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ksundenksundenksunden approved these changes

Assignees
No one assigned
Labels
BuildCI: Run cibuildwheelRun wheel building tests on a PR
Projects
None yet
Milestone
v3.7.3
Development

Successfully merging this pull request may close these issues.

3 participants
@QuLogic@ksunden@matthewfeickert

[8]ページ先頭

©2009-2025 Movatter.jp