Commit dc000b8
authored
chore(deps): bump maturin from 1.9.6 to 1.10.0 in /docs (#18590)
Bumps [maturin](https://github.com/pyo3/maturin) from 1.9.6 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyo3/maturin/releases">maturin's
releases</a>.</em></p>
<blockquote>
<h2>v1.10.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix generated WHEEL Tag metadata to be spec compliant. by <a
href="https://github.com/jsirois"><code>@jsirois</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2762">PyO3/maturin#2762</a></li>
<li>Export all Cargo URL metadata items to Python by <a
href="https://github.com/chrysn"><code>@chrysn</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2760">PyO3/maturin#2760</a></li>
<li>Update maximum Python version to 3.14 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2763">PyO3/maturin#2763</a></li>
<li>Remove shebang from non-executable <strong>init</strong>.py file by
<a
href="https://github.com/musicinmybrain"><code>@musicinmybrain</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2775">PyO3/maturin#2775</a></li>
<li>Stop warning about missing <code>extension-module</code> feature on
pyo3 0.26+ by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2789">PyO3/maturin#2789</a></li>
<li><code>--profile</code> conflicts with <code>--release</code> (and/or
<code>--debug</code>) by <a
href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in
<a
href="https://redirect.github.com/PyO3/maturin/pull/2793">PyO3/maturin#2793</a></li>
<li>Bump MSRV to 1.83.0 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2790">PyO3/maturin#2790</a></li>
<li>respect CLI profile over pyproject.toml by <a
href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in
<a
href="https://redirect.github.com/PyO3/maturin/pull/2794">PyO3/maturin#2794</a></li>
<li>chore: add FreeBSD 14.3 amd64 sysconfig by <a
href="https://github.com/fleetingbytes"><code>@fleetingbytes</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2805">PyO3/maturin#2805</a></li>
<li>Add Cygwin support by <a
href="https://github.com/lazka"><code>@lazka</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2819">PyO3/maturin#2819</a></li>
<li>PyO3: do not add <code>extension-module</code> feature in template
and tutorial by <a href="https://github.com/Tpt"><code>@Tpt</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2821">PyO3/maturin#2821</a></li>
<li>Remove add_directory() from ModuleWriter trait by <a
href="https://github.com/e-nomem"><code>@e-nomem</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2824">PyO3/maturin#2824</a></li>
<li>Correct wheel naming when targeting iOS by <a
href="https://github.com/freakboy3742"><code>@freakboy3742</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2827">PyO3/maturin#2827</a></li>
<li>Add support for iOS cross-platform virtual environments by <a
href="https://github.com/freakboy3742"><code>@freakboy3742</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2828">PyO3/maturin#2828</a></li>
<li>add <code>editable-profile</code> option by <a
href="https://github.com/davidhewitt"><code>@davidhewitt</code></a> in
<a
href="https://redirect.github.com/PyO3/maturin/pull/2826">PyO3/maturin#2826</a></li>
<li>Make sdist reproducible by <a
href="https://github.com/e-nomem"><code>@e-nomem</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2831">PyO3/maturin#2831</a></li>
<li>always use "library" mode to generate uniffi bindings by
<a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2840">PyO3/maturin#2840</a></li>
<li>If an interpreter is available, use it, even when building ABI3. by
<a
href="https://github.com/freakboy3742"><code>@freakboy3742</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/2829">PyO3/maturin#2829</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jsirois"><code>@jsirois</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2762">PyO3/maturin#2762</a></li>
<li><a href="https://github.com/chrysn"><code>@chrysn</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2760">PyO3/maturin#2760</a></li>
<li><a href="https://github.com/ddelange"><code>@ddelange</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2769">PyO3/maturin#2769</a></li>
<li><a href="https://github.com/vvsagar"><code>@vvsagar</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2783">PyO3/maturin#2783</a></li>
<li><a
href="https://github.com/MatthijsKok"><code>@MatthijsKok</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2799">PyO3/maturin#2799</a></li>
<li><a
href="https://github.com/fleetingbytes"><code>@fleetingbytes</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2805">PyO3/maturin#2805</a></li>
<li><a href="https://github.com/linkmauve"><code>@linkmauve</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2811">PyO3/maturin#2811</a></li>
<li><a href="https://github.com/lazka"><code>@lazka</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2819">PyO3/maturin#2819</a></li>
<li><a href="https://github.com/e-nomem"><code>@e-nomem</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2824">PyO3/maturin#2824</a></li>
<li><a
href="https://github.com/freakboy3742"><code>@freakboy3742</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/2827">PyO3/maturin#2827</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyO3/maturin/compare/v1.9.6...v1.10.0">https://github.com/PyO3/maturin/compare/v1.9.6...v1.10.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyO3/maturin/blob/main/Changelog.md">maturin's
changelog</a>.</em></p>
<blockquote>
<h2>[1.10.0]</h2>
<ul>
<li>Add <code>tool.maturin.editable-profile</code> option to override
profile for editable package installations.</li>
<li>Add support for Cygwin.</li>
<li>When building <code>abi3</code> wheels on non-Windows platforms that
aren't cross-compiling, the <code>sysconfigdata</code> of the
interpreter used to run maturin will now be used, rather than a dummy
interpreter.</li>
<li>Allow iOS cross-platform virtual environments, such as those used by
cibuildwheel, to imply an iOS target.</li>
<li>Fix iOS wheel naming to be compliant with PEP 730.</li>
<li>Fix generated WHEEL Tag metadata to be spec compliant.</li>
<li>Fix incorrect warning about missing <code>extension-module</code>
feature on PyO3 0.26+.</li>
<li>Remove <code>add_directory()</code> from ModuleWriter and make it an
implementation detail for the specific impl.</li>
<li>Clear out uid/gid and set deterministic mtime for files in
sdist.</li>
<li>Always use "library" mode to build uniffi bindings.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/maturin/commit/c3093d1c1089a65e4baca7bb98b930ce0b297863"><code>c3093d1</code></a>
release: 1.10.0 (<a
href="https://redirect.github.com/pyo3/maturin/issues/2841">#2841</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/a41bc8654c7753106a50c52fbea6c51f63e18adb"><code>a41bc86</code></a>
If an interpreter is available, use it, even when building ABI3. (<a
href="https://redirect.github.com/pyo3/maturin/issues/2829">#2829</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/e75305205431319e1b9a70b5a76bb84e8bfa60bb"><code>e753052</code></a>
always use "library" mode to generate uniffi bindings (<a
href="https://redirect.github.com/pyo3/maturin/issues/2840">#2840</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/216b643ea45794107922308c71b352f06d27a163"><code>216b643</code></a>
Update manylinux/musllinux policies to the latest main (<a
href="https://redirect.github.com/pyo3/maturin/issues/2836">#2836</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/044ba832245e67924cb950e81597949ae14acb97"><code>044ba83</code></a>
Revert "Upgrade goblin to 0.10" (<a
href="https://redirect.github.com/pyo3/maturin/issues/2837">#2837</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/bb3d629fb79cc41e3fb71a75a86eed599a2d2643"><code>bb3d629</code></a>
Upgrade goblin to 0.10 (<a
href="https://redirect.github.com/pyo3/maturin/issues/2833">#2833</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/837549608af174d232b6f9e15f04ab3e77258bf5"><code>8375496</code></a>
Use <code>serial_test</code> for tests that modifies env vars (<a
href="https://redirect.github.com/pyo3/maturin/issues/2832">#2832</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/9dc2f5fc546d609436805e655b4c02b4ebf9287b"><code>9dc2f5f</code></a>
Make sdist reproducible (<a
href="https://redirect.github.com/pyo3/maturin/issues/2831">#2831</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/685efba876ad23417d506e40f21c8bebacb0c00f"><code>685efba</code></a>
ci: bump to Python 3.14, update runners (<a
href="https://redirect.github.com/pyo3/maturin/issues/2830">#2830</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/57aa6ed9663c70ebd57b78eebe7143b5fa3b0839"><code>57aa6ed</code></a>
add <code>editable-profile</code> option (<a
href="https://redirect.github.com/pyo3/maturin/issues/2826">#2826</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyo3/maturin/compare/v1.9.6...v1.10.0">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 1988ffc commit dc000b8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
0 commit comments