-
Notifications
You must be signed in to change notification settings - Fork 13
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - build(deps): Bump cibuildwheel from 2.12.0 to 2.16.0 #309
Conversation
Bumps [cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.16.0. - [Release notes](https://github.com/pypa/cibuildwheel/releases) - [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md) - [Commits](pypa/cibuildwheel@v2.12.0...v2.16) --- updated-dependencies: - dependency-name: cibuildwheel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
bors r+ |
Bumps [cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.12.0 to 2.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">cibuildwheel's releases</a>.</em></p> <blockquote> <h2>v2.16.0</h2> <ul> <li>✨ Add the ability to pass additional flags to a build frontend through the <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#build-frontend">CIBW_BUILD_FRONTEND</a> option (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1588">#1588</a>).</li> <li>✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for <a href="https://reproducible-builds.org/docs/source-date-epoch/">reproducible builds</a>!) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1589">#1589</a>)</li> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1604">#1604</a>)</li> <li>🐛 Fix <code>requires_python</code> auto-detection from setup.py when the call to <code>setup()</code> is within an `if <strong>name</strong> == "<strong>main</strong>" block (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1613">#1613</a>)</li> <li>🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1573">#1573</a>)</li> <li>🐛 <code>--only</code> can now select prerelease-pythons (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1564">#1564</a>)</li> <li>📚 Docs & examples updates (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1582">#1582</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1593">#1593</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1598">#1598</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1615">#1615</a>)</li> </ul> <h2>v2.15.0</h2> <ul> <li>🌟 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. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1565">#1565</a>)</li> <li>✨ 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. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1561">#1561</a>)</li> </ul> <h2>v2.14.1</h2> <ul> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0b4 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1550">#1550</a>)</li> </ul> <h2>v2.14.0</h2> <ul> <li>✨ Adds support for building PyPy 3.10 wheels. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1525">#1525</a>)</li> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0b3.</li> <li>✨ Allow the use of the <code>{wheel}</code> placeholder in CIBW_TEST_COMMAND (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1533">#1533</a>)</li> <li>📚 Docs & examples updates (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1532">#1532</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1416">#1416</a>)</li> <li>⚠️ 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. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1175">#1175</a>)</li> </ul> <h2>v2.13.1</h2> <ul> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0b2. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1516">#1516</a>)</li> <li>🛠 Adds a moving <code>v<major>.<minor></code> tag for use in GitHub Actions workflow files. If you use this, you'll get the latest patch release within a minor version. Additionally, Dependabot won't send you PRs for patch releases. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1517">#1517</a>)</li> </ul> <h2>v2.13.0</h2> <ul> <li> <p>✨ Adds CPython 3.12 support, under the prerelease flag <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons">CIBW_PRERELEASE_PYTHONS</a>. This version of cibuildwheel uses 3.12.0b1.</p> <p>While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.12 will be available in cibuildwheel without the flag. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1507">#1507</a>)</p> </li> <li> <p>✨ Adds the ability to pass arguments to the container engine when the container is created, using the <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#container-engine">CIBW_CONTAINER_ENGINE</a> option. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1499">#1499</a>)</p> </li> </ul> <h2>v2.12.3</h2> <ul> <li>🐛 Fix an import error when running on Python 3.7. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1479">#1479</a>)</li> </ul> <h2>v2.12.2</h2> <ul> <li>🐛 Fix a bug that caused an extra empty config-setting to be passed to the backend when CIBW_BUILD_FRONTEND is set to <code>build</code>. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1474">#1474</a>)</li> <li>🐛 Fix a crash that occurred when overwriting an existing wheel on Windows. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1464">#1464</a>)</li> <li>🛠 Pinned version updates, including CPython 3.10.11, 3.11.3, pip 23.1 and wheel 0.40.0.</li> </ul> <h2>v2.12.1</h2> <ul> <li>🐛 Fix a bug that prevented the use of CIBW_CONFIG_SETTINGS with the 'pip' build backend. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1430">#1430</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md">cibuildwheel's changelog</a>.</em></p> <blockquote> <h3>v2.16.0</h3> <p><em>18 September 2023</em></p> <ul> <li>✨ Add the ability to pass additional flags to a build frontend through the <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#build-frontend">CIBW_BUILD_FRONTEND</a> option (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1588">#1588</a>).</li> <li>✨ The environment variable SOURCE_DATE_EPOCH is now automatically passed through to container Linux builds (useful for <a href="https://reproducible-builds.org/docs/source-date-epoch/">reproducible builds</a>!) (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1589">#1589</a>)</li> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1604">#1604</a>)</li> <li>🐛 Fix <code>requires_python</code> auto-detection from setup.py when the call to <code>setup()</code> is within an `if <strong>name</strong> == "<strong>main</strong>" block (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1613">#1613</a>)</li> <li>🐛 Fix a bug that prevented building Linux wheels in Docker on a Windows host (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1573">#1573</a>)</li> <li>🐛 <code>--only</code> can now select prerelease-pythons (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1564">#1564</a>)</li> <li>📚 Docs & examples updates (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1582">#1582</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1593">#1593</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1598">#1598</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1615">#1615</a>)</li> </ul> <h3>v2.15.0</h3> <p><em>8 August 2023</em></p> <ul> <li>🌟 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. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1565">#1565</a>)</li> <li>✨ 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. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1561">#1561</a>)</li> </ul> <h3>v2.14.1</h3> <p><em>15 July 2023</em></p> <ul> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0b4 (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1550">#1550</a>)</li> </ul> <h3>v2.14.0</h3> <p><em>10 July 2023</em></p> <ul> <li>✨ Adds support for building PyPy 3.10 wheels. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1525">#1525</a>)</li> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0b3.</li> <li>✨ Allow the use of the <code>{wheel}</code> placeholder in CIBW_TEST_COMMAND (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1533">#1533</a>)</li> <li>📚 Docs & examples updates (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1532">#1532</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1416">#1416</a>)</li> <li>⚠️ 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. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1175">#1175</a>)</li> </ul> <h3>v2.13.1</h3> <p><em>10 June 2023</em></p> <ul> <li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0b2. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1516">#1516</a>)</li> <li>🛠 Adds a moving <code>v<major>.<minor></code> tag for use in GitHub Actions workflow files. If you use this, you'll get the latest patch release within a minor version. Additionally, Dependabot won't send you PRs for patch releases. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1517">#1517</a>)</li> </ul> <h3>v2.13.0</h3> <p><em>28 May 2023</em></p> <ul> <li> <p>✨ Adds CPython 3.12 support, under the prerelease flag <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#prerelease-pythons">CIBW_PRERELEASE_PYTHONS</a>. This version of cibuildwheel uses 3.12.0b1.</p> <p>While CPython is in beta, the ABI can change, so your wheels might not be compatible with the final release. For this reason, we don't recommend distributing wheels until RC1, at which point 3.12 will be available in cibuildwheel without the flag. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1507">#1507</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/cibuildwheel/commit/a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502"><code>a873dd9</code></a> Bump version: v2.16.0</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/e8ba0d49edd2845a1a46395921609f1b7a194bbf"><code>e8ba0d4</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1615">#1615</a> from pypa/dependabot/github_actions/docker/setup-qem...</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/f0feaffbaabd508d48bb83b5d46b83cac7107181"><code>f0feaff</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1613">#1613</a> from henryiii/henryiii/fix/mainif</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/80a54b0226a8a4cc643bc24a968570871dd84364"><code>80a54b0</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1589">#1589</a> from dalcinl/source_date_epoch</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/76dba0b9ba3b5143ff833d8414b023ecf2ce8a90"><code>76dba0b</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1588">#1588</a> from pypa/frontend-flags</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/0954ffaa6586fffcdc720ab2b788ec1abcdf3481"><code>0954ffa</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1618">#1618</a> from pypa/rtd-update</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/753cbd1ca526543d317f0678fb5bc16018ed5ee9"><code>753cbd1</code></a> Update RtD config to include mandatory build.os option</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/825d89818ab1c7ca0bb9b9781b0b9beb74925b6d"><code>825d898</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1614">#1614</a> from henryiii/henryiii/chore/minor</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/f5e60d647fe700ba6e357c30376e8a48f91e5974"><code>f5e60d6</code></a> fix: include examples too</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/adc991c47b1cb56b6de3bb052686f8081791b21b"><code>adc991c</code></a> [Bot] Update dependencies (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1604">#1604</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.12.0...v2.16">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details>
Pull request successfully merged into main. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps cibuildwheel from 2.12.0 to 2.16.0.
Release notes
Sourced from cibuildwheel's releases.
Changelog
Sourced from cibuildwheel's changelog.
... (truncated)
Commits
a873dd9
Bump version: v2.16.0e8ba0d4
Merge pull request #1615 from pypa/dependabot/github_actions/docker/setup-qem...f0feaff
Merge pull request #1613 from henryiii/henryiii/fix/mainif80a54b0
Merge pull request #1589 from dalcinl/source_date_epoch76dba0b
Merge pull request #1588 from pypa/frontend-flags0954ffa
Merge pull request #1618 from pypa/rtd-update753cbd1
Update RtD config to include mandatory build.os option825d898
Merge pull request #1614 from henryiii/henryiii/chore/minorf5e60d6
fix: include examples tooadc991c
[Bot] Update dependencies (#1604)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 <dependency name> 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)