Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 (#2808)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.1 to 2.16.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pypa/cibuildwheel/releases">pypa/cibuildwheel's releases</a>.</em></p> <blockquote> <h2>v2.16.2</h2> <ul> <li>🛠 Updates CPython 3.12 version to 3.12.0, final release (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1635">#1635</a>)</li> <li>✨ Adds a debug option <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#cibw_debug_keep_container"><code>CIBW_DEBUG_KEEP_CONTAINER</code></a> to stop cibuildwheel deleting build containers after the build finishes. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1620">#1620</a>)</li> <li>📚 Adds support for <code>[tool.cibuildwheel]</code> checking by adding a schema compatible with the <a href="https://github.com/abravalheri/validate-pyproject/">validate-pyproject</a> tool (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1622">#1622</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1628">#1628</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1629">#1629</a>)</li> <li>🐛 Fix parsing of <code>CIBW_CONTAINER_ENGINE</code> and <code>CIBW_BUILD_FRONTEND</code> options to not break arguments on <code>:</code> characters (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1621">#1621</a>)</li> <li>🐛 Fix the evaluation order of <code>CIBW_ENVIRONMENT</code> and <code>CIBW_ENVIRONMENT_PASS</code> so that <code>CIBW_ENVIRONMENT</code> assignments can reference environment variables passed through from the host machine. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1617">#1617</a>)</li> <li>🛠 Supports manylinux images' deferred installation of interpreters through the <code>manylinux-interpreters</code> tool (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1630">#1630</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">pypa/cibuildwheel's changelog</a>.</em></p> <blockquote> <h3>v2.16.2</h3> <p><em>3 October 2023</em></p> <ul> <li>🛠 Updates CPython 3.12 version to 3.12.0, final release (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1635">#1635</a>)</li> <li>✨ Adds a debug option <a href="https://cibuildwheel.readthedocs.io/en/stable/options/#cibw_debug_keep_container"><code>CIBW_DEBUG_KEEP_CONTAINER</code></a> to stop cibuildwheel deleting build containers after the build finishes. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1620">#1620</a>)</li> <li>📚 Adds support for <code>[tool.cibuildwheel]</code> checking by adding a schema compatible with the <a href="https://github.com/abravalheri/validate-pyproject/">validate-pyproject</a> tool (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1622">#1622</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1628">#1628</a>, <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1629">#1629</a>)</li> <li>🐛 Fix parsing of <code>CIBW_CONTAINER_ENGINE</code> and <code>CIBW_BUILD_FRONTEND</code> options to not break arguments on <code>:</code> characters (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1621">#1621</a>)</li> <li>🐛 Fix the evaluation order of <code>CIBW_ENVIRONMENT</code> and <code>CIBW_ENVIRONMENT_PASS</code> so that <code>CIBW_ENVIRONMENT</code> assignments can reference environment variables passed through from the host machine. (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1617">#1617</a>)</li> <li>🛠 Supports manylinux images' deferred installation of interpreters through the <code>manylinux-interpreters</code> tool (<a href="https://redirect.github.com/pypa/cibuildwheel/issues/1630">#1630</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pypa/cibuildwheel/commit/fff9ec32ed25a9c576750c91e06b410ed0c15db7"><code>fff9ec3</code></a> Bump version: v2.16.2</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/f4291e7492ca7d2d51314a5734f103541e300e3d"><code>f4291e7</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1617">#1617</a> from pypa/env-order</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/9da4ede6166a2e1fc5774216d8f4d15d2c902395"><code>9da4ede</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1620">#1620</a> from Helveg/cibw-debug-keep-container</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/77d3a5f98ef09fa92567006bc4209fadb59ed16b"><code>77d3a5f</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1621">#1621</a> from pypa/parse-kvs-colons</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/9535d168faa75eac2085e92defb27ce9194b5707"><code>9535d16</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1629">#1629</a> from henryiii/henryiii/refactor/schemaref</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/70fae8d0b7341087e736ace9aa753ce18a8afd06"><code>70fae8d</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1630">#1630</a> from mayeut/manylinux-interpreters</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/7699db3017051aad483f46772f8d8aaafe734427"><code>7699db3</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1632">#1632</a> from gdementen/patch-1</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/6dceb290087321f43a4252b093471f1ebe4f2d5f"><code>6dceb29</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1634">#1634</a> from pypa/pre-commit-ci-update-config</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/035f5a2297c3a3236d1521aed8d0c2965b91fc43"><code>035f5a2</code></a> Merge pull request <a href="https://redirect.github.com/pypa/cibuildwheel/issues/1635">#1635</a> from pypa/update-dependencies-pr</li> <li><a href="https://github.com/pypa/cibuildwheel/commit/951d453a2ea22631a315c19aa6c5104aef1d8458"><code>951d453</code></a> [pre-commit.ci] auto fixes from pre-commit.com hooks</li> <li>Additional commits viewable in <a href="https://github.com/pypa/cibuildwheel/compare/v2.16.1...v2.16.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pypa/cibuildwheel&package-manager=github_actions&previous-version=2.16.1&new-version=2.16.2)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information