aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

Bump pypa/cibuildwheel from 2.7.0 to 2.8.1

Open dependabot[bot] opened this issue 3 years ago β€’ 1 comments

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_ENGINE option. (#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_ENGINE option. (#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

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)

dependabot[bot] avatar Jul 19 '22 10:07 dependabot[bot]

Codecov Report

Merging #6833 (6c65c97) into master (c34eccb) will increase coverage by 71.68%. The diff coverage is n/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 data Powered by Codecov. Last update c34eccb...60463d1. Read the comment docs.

codecov[bot] avatar Jul 19 '22 10:07 codecov[bot]

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.

dependabot[bot] avatar Aug 12 '22 10:08 dependabot[bot]

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.

dependabot[bot] avatar Sep 20 '22 14:09 dependabot[bot]