Commit 5aca4bf
authored
Bump pypa/cibuildwheel from 2.15 to 2.16 (#2861)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.15 to 2.16.
<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.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 <code>if __name__ ==
"__main__"</code> 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>
</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>
<hr />
<h2>title: Changelog</h2>
<h1>Changelog</h1>
<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>1 parent 938cea2 commit 5aca4bf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments