Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Bump pypa/cibuildwheel from 1.11.0 to 2.0.1 #115

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2021

Bumps pypa/cibuildwheel from 1.11.0 to 2.0.1.

Release notes

Sourced from pypa/cibuildwheel's releases.

v2.0.1

  • πŸ“š Docs improvements (#767)
  • πŸ›  Dependency updates, including delocate 0.9.0.

v2.0.0

  • 🌟 You can now configure cibuildwheel options inside your project's pyproject.toml! Environment variables still work of course. Check out the documentation for more info.
  • 🌟 Added support for building wheels with build, as well as pip. This feature is controlled with the CIBW_BUILD_FRONTEND option.
  • 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag --prerelease-pythons or CIBW_PRERELEASE_PYTHONS to test. (#675) This version of cibuildwheel includes CPython 3.10.0b4.
  • ⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)
  • ✨ Added the ability to build CPython 3.8 wheels for Apple Silicon. (#704)
  • πŸ›  Update to the latest build dependencies, including Auditwheel 4. (#633)
  • πŸ›  Use the unified pypa/manylinux images to build PyPy (#671)
  • πŸ› Numerous bug fixes & docs improvements

v2.0.0a4

This release is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release.

v2.0.0a4 (25 Jun 2021)

  • 🌟 Added support for building wheels with build, as well as pip. This feature is controlled with the CIBW_BUILD_FRONTEND option.

v2.0.0a3 (22 Jun 2021)

  • 🌟 You can now configure cibuildwheel options inside your project's pyproject.toml! Environment variables still work of course. Check out the documentation for more info.

v2.0.0a2 (1 Jun 2021)

  • 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag --prerelease-pythons or CIBW_PRERELEASE_PYTHONS to test. (#675)
  • ✨ Added the ability to build CPython 3.8 wheels for Apple Silicon. (#704)
  • πŸ›  Update to the latest build dependencies, including auditwheel 4. (#633)
  • πŸ›  Use the unified pypa/manylinux images to build PyPy (#671)
  • ⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)

v2.0.0a3

This release is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release.

v2.0.0a3 (22 Jun 2021)

  • 🌟 You can now configure cibuildwheel options inside your project's pyproject.toml! Environment variables still work of course. Check out the documentation for more info.

v2.0.0a2 (1 Jun 2021)

  • 🌟 Added the ability to test building wheels on CPython 3.10! Because CPython 3.10 is in beta, these wheels should not be distributed, because they might not be compatible with the final release, but it's available to build for testing purposes. Use the flag --prerelease-pythons or CIBW_PRERELEASE_PYTHONS to test. (#675)
  • ✨ Added the ability to build CPython 3.8 wheels for Apple Silicon. (#704)
  • πŸ›  Update to the latest build dependencies, including auditwheel 4. (#633)
  • πŸ›  Use the unified pypa/manylinux images to build PyPy (#671)
  • ⚠️ Removed support for building Python 2.7 and Python 3.5 wheels, for both CPython and PyPy. If you still need to build on these versions, please use the latest v1.x version. (#596)

v2.0.0a2

This version is currently in prerelease. The below release notes will be condensed into a single entry when we do a final release.

... (truncated)

Commits
  • 2de5bf4 Bump version: v2.0.1
  • de75393 Update dependencies (#771)
  • c936190 Merge pull request #770 from pypa/pre-commit-ci-update-config
  • 388ce41 ci: fix authentication failure checking projects (#769)
  • b452a5c [pre-commit.ci] pre-commit autoupdate
  • 2016270 Merge pull request #767 from dvarrazzo/backslash-quotes-example
  • 413c9f3 Quote the $(date) in the yaml example for consistency with pyproject.toml
  • 976173f Add example of Windows PATH manipulation in pyproject.toml too
  • 3e712f1 No need to strip trailing eol in multiline environment example
  • b306ab4 Simplify yaml env vars examples
  • Additional commits viewable in compare view

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 1.11.0 to 2.0.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v1.11.0...v2.0.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 26, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 9, 2021

Superseded by #116.

@dependabot dependabot bot closed this Aug 9, 2021
@dependabot dependabot bot deleted the dependabot/github_actions/pypa/cibuildwheel-2.0.1 branch August 9, 2021 21:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants