Bump pypa/cibuildwheel from 2.7.0 to 2.8.1
Bumps pypa/cibuildwheel from 2.7.0 to 2.8.1.
Release notes
Sourced from pypa/cibuildwheel's releases.
v2.8.1
- π Fix a bug when building CPython 3.8 wheels on an Apple Silicon machine where testing would always fail. cibuildwheel will no longer attempt to test the arm64 part of CPython 3.8 wheels because we use the x86_64 installer of CPython 3.8 due to its macOS system version backward-compatibility. See #1169 for more details. (#1171)
- π Update the prerelease CPython 3.11 to 3.11.0b4. (#1180)
- π The GitHub Action will ensure a compatible version of Python is installed on the runner (#1114)
- π A few docs improvements
v2.8.0
β¨ You can now run cibuildwheel on Podman, as an alternate container engine to Docker (which remains the default). This is useful in environments where a Docker daemon isn't available, for example, it can be run inside a Docker container, or without root access. To use Podman, set the
CIBW_CONTAINER_ENGINEoption. (#966)β¨ Adds support for building
py3-none-{platform}wheels. This works the same as ABI3 - wheels won't be rebuilt, but tests will still be run across all selected versions of Python.These wheels contain native extension code, but don't use the Python APIs. Typically, they're bridged to Python using a FFI module like ctypes or cffi. Because they don't use Python ABI, the wheels are more compatible - they work across many Python versions.
Check out this example ctypes project to see an example of how it works. (#1151)
π cibuildwheel will now error if multiple builds in a single run produce the same wheel filename, as this indicates a misconfiguration. (#1152)
π A few docs improvements and updates to keep things up-to-date.
Changelog
Sourced from pypa/cibuildwheel's changelog.
v2.8.1
18 July 2022
- π Fix a bug when building CPython 3.8 wheels on an Apple Silicon machine where testing would always fail. cibuildwheel will no longer attempt to test the arm64 part of CPython 3.8 wheels because we use the x86_64 installer of CPython 3.8 due to its macOS system version backward-compatibility. See #1169 for more details. (#1171)
- π Update the prerelease CPython 3.11 to 3.11.0b4. (#1180)
- π The GitHub Action will ensure a compatible version of Python is installed on the runner (#1114)
- π A few docs improvements
v2.8.0
5 July 2022
β¨ You can now run cibuildwheel on Podman, as an alternate container engine to Docker (which remains the default). This is useful in environments where a Docker daemon isn't available, for example, it can be run inside a Docker container, or without root access. To use Podman, set the
CIBW_CONTAINER_ENGINEoption. (#966)β¨ Adds support for building
py3-none-{platform}wheels. This works the same as ABI3 - wheels won't be rebuilt, but tests will still be run across all selected versions of Python.These wheels contain native extension code, but don't use the Python APIs. Typically, they're bridged to Python using a FFI module like ctypes or cffi. Because they don't use Python ABI, the wheels are more compatible - they work across many Python versions.
Check out this example ctypes project to see an example of how it works. (#1151)
π cibuildwheel will now error if multiple builds in a single run produce the same wheel filename, as this indicates a misconfiguration. (#1152)
π A few docs improvements and updates to keep things up-to-date.
Commits
afb4329Bump version: v2.8.15d73e91Merge pull request #1185 from pypa/pre-commit-ci-update-config444c40fMerge pull request #1180 from pypa/update-dependencies-pr98f5bc5Merge pull request #1182 from larsoner/bump-macos8bf28fb[pre-commit.ci] pre-commit autoupdate39176acUpdate dependencies61821a8fix(docs): pin things due to the mkdocs pin (#1181)a7b7d14FIX: Name0e1878bDOC: Bump to non-deprecated image7c922f9Merge pull request #1147 from abitrolly/patch-2- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Merging #6833 (6c65c97) into master (c34eccb) will increase coverage by
71.68%. The diff coverage isn/a.
:exclamation: Current head 6c65c97 differs from pull request most recent head 60463d1. Consider uploading reports for the commit 60463d1 to get more accurate results
@@ Coverage Diff @@
## master #6833 +/- ##
===========================================
+ Coverage 21.76% 93.44% +71.68%
===========================================
Files 104 104
Lines 30627 30627
Branches 3076 3076
===========================================
+ Hits 6666 28620 +21954
+ Misses 23849 1838 -22011
- Partials 112 169 +57
| Flag | Coverage Ξ | |
|---|---|---|
| unit | 93.36% <ΓΈ> (+71.62%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
| Impacted Files | Coverage Ξ | |
|---|---|---|
| tests/autobahn/test_autobahn.py | 38.33% <0.00%> (+6.66%) |
:arrow_up: |
| tests/test_circular_imports.py | 100.00% <0.00%> (+7.69%) |
:arrow_up: |
| aiohttp/abc.py | 100.00% <0.00%> (+7.86%) |
:arrow_up: |
| aiohttp/web_exceptions.py | 99.52% <0.00%> (+22.27%) |
:arrow_up: |
| tests/conftest.py | 68.42% <0.00%> (+25.43%) |
:arrow_up: |
| aiohttp/resolver.py | 64.00% <0.00%> (+28.00%) |
:arrow_up: |
| aiohttp/tracing.py | 100.00% <0.00%> (+36.12%) |
:arrow_up: |
| tests/test_resolver.py | 70.07% <0.00%> (+37.79%) |
:arrow_up: |
| aiohttp/client_exceptions.py | 96.66% <0.00%> (+39.16%) |
:arrow_up: |
| aiohttp/http_exceptions.py | 100.00% <0.00%> (+40.81%) |
:arrow_up: |
| ... and 84 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Ξ = absolute <relative> (impact),ΓΈ = not affected,? = missing dataPowered by Codecov. Last update c34eccb...60463d1. Read the comment docs.
A newer version of pypa/cibuildwheel exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.