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

Bump pypa/cibuildwheel from 2.9.0 to 2.10.1#23957

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 19, 2022

Bumpspypa/cibuildwheel from 2.9.0 to 2.10.1.

Release notes

Sourced frompypa/cibuildwheel's releases.

v2.10.1

  • 🐛 Fix a bug that stopped environment variables specified in TOML from being expanded. (#1273)

v2.10.0

  • 🌟 Adds support forbuilding wheels on Cirrus CI. This is exciting for us, as it's the first public CI platform that natively supports macOS Apple Silicon (aka. M1,arm64) runners. As such, it's the first platform that you can natively buildand test macOSarm64 wheels. It also has native Linux ARM (aarch64) runners, for fast, native builds there. (#1191)
  • 🌟 Adds support for running cibuildwheel on Apple Silicon machines. For a while, we've supported cross-compilation of Apple Silicon wheels onx86_64, but now that we have Cirrus CI we can run our test suite and officially support running cibuildwheel onarm64. (#1191)
  • ✨ Adds the--onlycommand line option, to specify a single build to run. Previously, it could be cumbersome to set all the build selection options to target a specific build - for example, you might have to run something likeCIBW_BUILD=cp39-manylinux_x86_64 cibuildwheel --platform linux --archs x86_64. The new--only option overrides all the build selection options to simplify running a single build, which now looks likecibuildwheel --only cp39-manylinux_x86_64. (#1098)
  • ✨ Adds theCIBW_CONFIG_SETTINGS option, so you can pass arguments to your package's build backend (#1244)
  • 🛠 Updates the CPython 3.11 version to the latest release candidate - v3.11.0rc2. (#1265)
  • 🐛 Fix a bug that can cause a RecursionError on Windows when building from an sdist. (#1253)
  • 🛠 Add support for the s390x architecture on manylinux_2_28 (#1255)
Changelog

Sourced frompypa/cibuildwheel's changelog.

v2.10.1

18 September 2022

  • 🐛 Fix a bug that stopped environment variables specified in TOML from being expanded. (#1273)

v2.10.0

13 September 2022

  • 🌟 Adds support forbuilding wheels on Cirrus CI. This is exciting for us, as it's the first public CI platform that natively supports macOS Apple Silicon (aka. M1,arm64) runners. As such, it's the first platform that you can natively buildand test macOSarm64 wheels. It also has native Linux ARM (aarch64) runners, for fast, native builds there. (#1191)
  • 🌟 Adds support for running cibuildwheel on Apple Silicon machines. For a while, we've supported cross-compilation of Apple Silicon wheels onx86_64, but now that we have Cirrus CI we can run our test suite and officially support running cibuildwheel onarm64. (#1191)
  • ✨ Adds the--onlycommand line option, to specify a single build to run. Previously, it could be cumbersome to set all the build selection options to target a specific build - for example, you might have to run something likeCIBW_BUILD=cp39-manylinux_x86_64 cibuildwheel --platform linux --archs x86_64. The new--only option overrides all the build selection options to simplify running a single build, which now looks likecibuildwheel --only cp39-manylinux_x86_64. (#1098)
  • ✨ Adds theCIBW_CONFIG_SETTINGS option, so you can pass arguments to your package's build backend (#1244)
  • 🛠 Updates the CPython 3.11 version to the latest release candidate - v3.11.0rc2. (#1265)
  • 🐛 Fix a bug that can cause a RecursionError on Windows when building from an sdist. (#1253)
  • 🛠 Add support for the s390x architecture on manylinux_2_28 (#1255)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.9.0 to 2.10.1.- [Release notes](https://github.com/pypa/cibuildwheel/releases)- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)- [Commits](pypa/cibuildwheel@v2.9.0...v2.10.1)---updated-dependencies:- dependency-name: pypa/cibuildwheel  dependency-type: direct:production  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the PR: dependenciesPull requests that update a dependency file labelSep 19, 2022
@QuLogicQuLogic added the CI: Run cibuildwheelRun wheel building tests on a PR labelSep 19, 2022
Copy link
Member

@QuLogicQuLogic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

The same number of wheels as before appear to have been created.

@QuLogicQuLogic added this to thev3.6.1 milestoneSep 20, 2022
@oscargusoscargus merged commita139e52 intomainSep 20, 2022
@oscargusoscargus deleted the dependabot/github_actions/pypa/cibuildwheel-2.10.1 branchSeptember 20, 2022 13:37
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull requestSep 20, 2022
timhoffm added a commit that referenced this pull requestSep 20, 2022
…957-on-v3.6.xBackport PR#23957 on branch v3.6.x (Bump pypa/cibuildwheel from 2.9.0 to 2.10.1)
@ksundenksunden mentioned this pull requestFeb 20, 2023
6 tasks
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@QuLogicQuLogicQuLogic approved these changes

@oscargusoscargusoscargus approved these changes

Assignees
No one assigned
Labels
CI: Run cibuildwheelRun wheel building tests on a PRPR: dependenciesPull requests that update a dependency file
Projects
None yet
Milestone
v3.6.1
Development

Successfully merging this pull request may close these issues.

2 participants
@QuLogic@oscargus

[8]ページ先頭

©2009-2025 Movatter.jp