Skip to content
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

Bump pypa/cibuildwheel from 2.14.1 to 2.16.1 #943

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps pypa/cibuildwheel from 2.14.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)
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)
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

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.16.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](pypa/cibuildwheel@v2.14.1...v2.16.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 1, 2023
@henryiii
Copy link
Member

henryiii commented Oct 11, 2023

Coverage job is broken with:

fm = migrad(ncall, self._tolerance)
E               RuntimeError: Unable to cast Python instance of type <class 'numpy.ndarray'> to C++ type '?' (#define PYBIND11_DETAILED_ERROR_MESSAGES or compile in debug mode for details)

This seems to be true across all the PRs.

This update is needed to get Python 3.12 wheels.

@henryiii
Copy link
Member

(Also, PYBIND11_DETAILED_ERROR_MESSAGES is rather nice to define in general)

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2023

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.

@HDembinski HDembinski merged commit 7be42df into develop Dec 7, 2023
5 of 6 checks passed
@HDembinski HDembinski deleted the dependabot/github_actions/pypa/cibuildwheel-2.16.1 branch December 7, 2023 12:04
HDembinski added a commit that referenced this pull request Dec 7, 2023
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from
2.14.1 to 2.16.1.
<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.1</h2>
<ul>
<li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc3 (<a
href="https://github.com/pypa/cibuildwheel/issues/1625">#1625</a>)</li>
<li>🛠 Only calls <code>linux32</code> in containers when necessary (<a
href="https://github.com/pypa/cibuildwheel/issues/1599">#1599</a>)</li>
</ul>
<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://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://github.com/pypa/cibuildwheel/issues/1589">#1589</a>)</li>
<li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (<a
href="https://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__ ==
&quot;__main__&quot;</code> block (<a
href="https://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://github.com/pypa/cibuildwheel/issues/1573">#1573</a>)</li>
<li>🐛 <code>--only</code> can now select prerelease-pythons (<a
href="https://github.com/pypa/cibuildwheel/issues/1564">#1564</a>)</li>
<li>📚 Docs &amp; examples updates (<a
href="https://github.com/pypa/cibuildwheel/issues/1582">#1582</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1593">#1593</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1598">#1598</a>,
<a
href="https://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://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://github.com/pypa/cibuildwheel/issues/1561">#1561</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.1</h3>
<p><em>26 September 2023</em></p>
<ul>
<li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc3 (<a
href="https://github.com/pypa/cibuildwheel/issues/1625">#1625</a>)</li>
<li>🛠 Only calls <code>linux32</code> in containers when necessary (<a
href="https://github.com/pypa/cibuildwheel/issues/1599">#1599</a>)</li>
</ul>
<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://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://github.com/pypa/cibuildwheel/issues/1589">#1589</a>)</li>
<li>🛠 Updates the prerelease CPython 3.12 version to 3.12.0rc2 (<a
href="https://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>
== &quot;<strong>main</strong>&quot; block (<a
href="https://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://github.com/pypa/cibuildwheel/issues/1573">#1573</a>)</li>
<li>🐛 <code>--only</code> can now select prerelease-pythons (<a
href="https://github.com/pypa/cibuildwheel/issues/1564">#1564</a>)</li>
<li>📚 Docs &amp; examples updates (<a
href="https://github.com/pypa/cibuildwheel/issues/1582">#1582</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1593">#1593</a>,
<a
href="https://github.com/pypa/cibuildwheel/issues/1598">#1598</a>,
<a
href="https://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://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://github.com/pypa/cibuildwheel/issues/1561">#1561</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/7da7df1efc530f07d1945c00934b8cfd34be0d50"><code>7da7df1</code></a>
Bump version: v2.16.1</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/9deb1b6794913450fc222b73e2ada1a0eec00487"><code>9deb1b6</code></a>
Merge pull request <a
href="https://github.com/pypa/cibuildwheel/issues/1625">#1625</a>
from pypa/update-dependencies-pr</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/271c5fe6e461766c93e9c45d29923ca93ed751e8"><code>271c5fe</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1627">#1627</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/c716cfaeb8bb52556017300e35cbd7044a614804"><code>c716cfa</code></a>
Update dependencies</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/099d397aee3ec4bead60ae0c8a554d77b156c86c"><code>099d397</code></a>
Merge pull request <a
href="https://github.com/pypa/cibuildwheel/issues/1599">#1599</a>
from mayeut/manylinux-entrypoint</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/72222654f48f70f792df979f05e0c1dea470ae35"><code>7222265</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://github.com/pypa/cibuildwheel/issues/1619">#1619</a>)</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/7a8b8012ffe79448b50852f8b7c327292ed61f48"><code>7a8b801</code></a>
clearer simulate_32_bit initialization</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/0ccf1dc016d1bb88e118ce6549475e82b21217bd"><code>0ccf1dc</code></a>
remove GHA runner cached docker images</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/ba11212a135469b1b3c878756cba85d5258ba9c9"><code>ba11212</code></a>
use fixture in oci_container_test.py to clean-up images after tests</li>
<li><a
href="https://github.com/pypa/cibuildwheel/commit/6d0890e7e04f37bf026d12e72031430f4f85b06c"><code>6d0890e</code></a>
add tests</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/cibuildwheel/compare/v2.14.1...v2.16.1">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.14.1&new-version=2.16.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hans Dembinski <HDembinski@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants