X Tutup
Skip to content

Backport cibuildwheel updates to v3.7.x#26672

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

Backport cibuildwheel updates to v3.7.x#26672
ksunden merged 9 commits intomatplotlib:v3.7.xfrom
QuLogic:cibw-backport

Conversation

@QuLogic
Copy link
Copy Markdown
Member

@QuLogic QuLogic commented Sep 1, 2023

PR summary

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

PR checklist

dependabot bot and others added 7 commits September 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 commit bf46361)
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 commit 45a5827)
* 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 commit 92e285f)
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 commit 94c1223)
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 commit f2ee143)
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 commit fe47d0e)
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 commit 4f6681b)
@QuLogic QuLogic added Build CI: Run cibuildwheel Run wheel building tests on a PR labels Sep 1, 2023
@QuLogic QuLogic added this to the v3.7.3 milestone Sep 1, 2023
@ksunden
Copy link
Copy Markdown
Member

ksunden commented Sep 1, 2023

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
Copy Markdown
Member Author

QuLogic commented Sep 1, 2023

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).

@QuLogic QuLogic force-pushed the cibw-backport branch 3 times, most recently from 227b7c0 to 80e55b2 Compare September 2, 2023 00:17
(cherry picked from commit 6caa683)
@QuLogic
Copy link
Copy Markdown
Member Author

QuLogic commented Sep 2, 2023

It looks like PyPy started failing a while back due to scipy/oldest-supported-numpy#78, but in main and v3.8.x, we switched to numpy>=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.

@QuLogic QuLogic force-pushed the cibw-backport branch 4 times, most recently from 98923d5 to 18de850 Compare September 2, 2023 06:33
@ksunden ksunden merged commit 6e53543 into matplotlib:v3.7.x Sep 6, 2023
@QuLogic QuLogic deleted the cibw-backport branch September 6, 2023 19:43
@ksunden ksunden mentioned this pull request Sep 13, 2023
2 tasks
wavebyrd pushed a commit to wavebyrd/matplotlib that referenced this pull request Mar 13, 2026
Backport cibuildwheel updates to v3.7.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build CI: Run cibuildwheel Run wheel building tests on a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup