pyutils / line_profiler

Line-by-line profiling for Python
Other
2.56k stars 118 forks source link

Bump pypa/cibuildwheel from 2.13.1 to 2.16.1 #243

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps pypa/cibuildwheel from 2.13.1 to 2.16.1.

Release notes

Sourced from pypa/cibuildwheel's releases.

v2.16.1

  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0rc3 (#1625)
  • πŸ›  Only calls linux32 in containers when necessary (#1599)

v2.16.0

  • ✨ Add the ability to pass additional flags to a build frontend through the CIBW_BUILD_FRONTEND option (#1588).
  • ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for reproducible builds!) (#1589)
  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
  • πŸ› Fix requires_python auto-detection from setup.py when the call to setup() is within an if __name__ == "__main__" block (#1613)
  • πŸ› Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
  • πŸ› --only can now select prerelease-pythons (#1564)
  • πŸ“š Docs & examples updates (#1582, #1593, #1598, #1615)

v2.15.0

  • 🌟 CPython 3.12 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.12.0rc1, which is guaranteed to be ABI compatible with the final release. (#1565)
  • ✨ Adds musllinux_1_2 support - this allows packagers to build for musl-based Linux distributions on a more recent Alpine image, and a newer musl libc. (#1561)

v2.14.1

  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0b4 (#1550)

v2.14.0

  • ✨ Adds support for building PyPy 3.10 wheels. (#1525)
  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0b3.
  • ✨ Allow the use of the {wheel} placeholder in CIBW_TEST_COMMAND (#1533)
  • πŸ“š Docs & examples updates (#1532, #1416)
  • ⚠️ Removed support for running cibuildwheel in Python 3.7. Python 3.7 is EOL. However, cibuildwheel continues to build Python 3.7 wheels for the moment. (#1175)
Changelog

Sourced from pypa/cibuildwheel's changelog.

v2.16.1

26 September 2023

  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0rc3 (#1625)
  • πŸ›  Only calls linux32 in containers when necessary (#1599)

v2.16.0

18 September 2023

  • ✨ Add the ability to pass additional flags to a build frontend through the CIBW_BUILD_FRONTEND option (#1588).
  • ✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for reproducible builds!) (#1589)
  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0rc2 (#1604)
  • πŸ› Fix requires_python auto-detection from setup.py when the call to setup() is within an `if name == "main" block (#1613)
  • πŸ› Fix a bug that prevented building Linux wheels in Docker on a Windows host (#1573)
  • πŸ› --only can now select prerelease-pythons (#1564)
  • πŸ“š Docs & examples updates (#1582, #1593, #1598, #1615)

v2.15.0

8 August 2023

  • 🌟 CPython 3.12 wheels are now built by default - without the CIBW_PRERELEASE_PYTHONS flag. It's time to build and upload these wheels to PyPI! This release includes CPython 3.12.0rc1, which is guaranteed to be ABI compatible with the final release. (#1565)
  • ✨ Adds musllinux_1_2 support - this allows packagers to build for musl-based Linux distributions on a more recent Alpine image, and a newer musl libc. (#1561)

v2.14.1

15 July 2023

  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0b4 (#1550)

v2.14.0

10 July 2023

  • ✨ Adds support for building PyPy 3.10 wheels. (#1525)
  • πŸ›  Updates the prerelease CPython 3.12 version to 3.12.0b3.
  • ✨ Allow the use of the {wheel} placeholder in CIBW_TEST_COMMAND (#1533)
  • πŸ“š Docs & examples updates (#1532, #1416)
  • ⚠️ Removed support for running cibuildwheel in Python 3.7. Python 3.7 is EOL. However, cibuildwheel continues to build Python 3.7 wheels for the moment. (#1175)
Commits
  • 7da7df1 Bump version: v2.16.1
  • 9deb1b6 Merge pull request #1625 from pypa/update-dependencies-pr
  • 271c5fe [pre-commit.ci] pre-commit autoupdate (#1627)
  • c716cfa Update dependencies
  • 099d397 Merge pull request #1599 from mayeut/manylinux-entrypoint
  • 7222265 [pre-commit.ci] pre-commit autoupdate (#1619)
  • 7a8b801 clearer simulate_32_bit initialization
  • 0ccf1dc remove GHA runner cached docker images
  • ba11212 use fixture in oci_container_test.py to clean-up images after tests
  • 6d0890e add tests
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 9 months ago

Codecov Report

Merging #243 (dda0c1f) into main (c48f643) will not change coverage. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pyutils/line_profiler/pull/243/graphs/tree.svg?width=650&height=150&src=pr&token=xIK8nFU3K5&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils)](https://app.codecov.io/gh/pyutils/line_profiler/pull/243?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils) ```diff @@ Coverage Diff @@ ## main #243 +/- ## ======================================= Coverage 53.36% 53.36% ======================================= Files 11 11 Lines 832 832 Branches 168 168 ======================================= Hits 444 444 Misses 329 329 Partials 59 59 ``` ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/pyutils/line_profiler/pull/243?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils) > `Ξ” = absolute (impact)`, `ΓΈ = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/pyutils/line_profiler/pull/243?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils). Last update [c48f643...dda0c1f](https://app.codecov.io/gh/pyutils/line_profiler/pull/243?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pyutils).
dependabot[bot] commented 9 months ago

Superseded by #245.