Skip to content

Commit

Permalink
Update maturin requirement from <1.8.0,>=1 to >=1,<1.9.0 (#3465)
Browse files Browse the repository at this point in the history
Updates the requirements on [maturin](https://github.com/pyo3/maturin)
to permit the latest version.
<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.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update minimal manylinux version for riscv64 by <a
href="https://github.com/messense"><code>@​messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2415">PyO3/maturin#2415</a></li>
<li>Make invalid version info in <code>pyproject.toml</code> less fatal
by <a href="https://github.com/mhils"><code>@​mhils</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2417">PyO3/maturin#2417</a></li>
<li>Make <code>maturin develop</code> fail if version info is missing in
<code>pyproject.toml</code> by <a
href="https://github.com/mhils"><code>@​mhils</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/2418">PyO3/maturin#2418</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyO3/maturin/compare/v1.8.0...v1.8.1">https://github.com/PyO3/maturin/compare/v1.8.0...v1.8.1</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.8.1]</h2>
<ul>
<li>Downgrade invalid version info in <code>pyproject.toml</code> error
to warning in <a
href="https://redirect.github.com/PyO3/maturin/pull/2417">#2417</a></li>
<li>Make <code>maturin develop</code> fail if version info is invalid in
pyproject.toml in <a
href="https://redirect.github.com/PyO3/maturin/pull/2418">#2418</a></li>
</ul>
<h2>[1.8.0]</h2>
<ul>
<li>Don't add wheel data to sdist in <a
href="https://redirect.github.com/PyO3/maturin/pull/2367">#2367</a></li>
<li>Add sparcv9 architecture support in <a
href="https://redirect.github.com/PyO3/maturin/pull/2380">#2380</a></li>
<li>Properly handle dynamic version in pyproject.toml in <a
href="https://redirect.github.com/PyO3/maturin/pull/2391">#2391</a></li>
<li>Fix xwin cross compile on non-Windows system in <a
href="https://redirect.github.com/PyO3/maturin/pull/2391">#2391</a></li>
<li>Fix interpreter selection for abi3 bindings in <a
href="https://redirect.github.com/PyO3/maturin/pull/2392">#2392</a></li>
<li>Use the official recommended naming pattern for cffi module file in
<a
href="https://redirect.github.com/PyO3/maturin/pull/2406">#2406</a></li>
<li>Add Linux armv5te architecture support in <a
href="https://redirect.github.com/PyO3/maturin/pull/2409">#2409</a></li>
<li>Only build Python 3.13t wheels by default for <code>pyo3</code>
0.23+ in <a
href="https://redirect.github.com/PyO3/maturin/pull/2413">#2413</a></li>
</ul>
<h2>[1.7.8]</h2>
<ul>
<li>Fix aarch64 Windows cross compilation in <a
href="https://redirect.github.com/PyO3/maturin/pull/2359">#2359</a></li>
</ul>
<h2>[1.7.7]</h2>
<ul>
<li>Fix abi3 interpreter discovery on Windows in <a
href="https://redirect.github.com/PyO3/maturin/pull/2333">#2333</a></li>
<li>Normalize python source directory path in <a
href="https://redirect.github.com/PyO3/maturin/pull/2343">#2343</a></li>
<li>Use different binding dirs for different uniffi modules in <a
href="https://redirect.github.com/PyO3/maturin/pull/2348">#2348</a></li>
<li>Limit minimal PyPy version based on bindings crate version in <a
href="https://redirect.github.com/PyO3/maturin/pull/2351">#2351</a></li>
<li>Do not use <code>xwin</code> to compile on Windows when MSVC
compiler can build for the target in <a
href="https://redirect.github.com/PyO3/maturin/pull/2353">#2353</a></li>
</ul>
<h2>[1.7.6]</h2>
<ul>
<li>Set core metadata version to 2.4 to fix
<code>project.license.files</code> handling in <a
href="https://redirect.github.com/PyO3/maturin/pull/2332">#2332</a></li>
</ul>
<h2>[1.7.5]</h2>
<ul>
<li>Improve wheel reproducibility by sorting external libraries <a
href="https://redirect.github.com/PyO3/maturin/pull/2261">#2261</a></li>
<li>Fix Readme and pyproject.toml inclusions for workspace where the
bindings crate is not in the root in <a
href="https://redirect.github.com/PyO3/maturin/pull/2262">#2262</a></li>
<li>Add support for GNU/Hurd target in <a
href="https://redirect.github.com/PyO3/maturin/pull/2306">#2306</a></li>
<li>Add preliminary free-threaded Python wheel building support in <a
href="https://redirect.github.com/PyO3/maturin/pull/2310">#2310</a></li>
</ul>
<h2>[1.7.4]</h2>
<ul>
<li>Fix musllinux rpath for non-cffi bindings in <a
href="https://redirect.github.com/PyO3/maturin/pull/2233">#2233</a></li>
<li>Add GitHub Actions attestation support to generate-ci in <a
href="https://redirect.github.com/PyO3/maturin/pull/2234">#2234</a></li>
</ul>
<h2>[1.7.3]</h2>
<ul>
<li>Fix upload regression to pypi/testpypi in <a
href="https://redirect.github.com/PyO3/maturin/pull/2229">#2229</a></li>
</ul>
<h2>[1.7.2]</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/maturin/commit/d95faa64f2c9971820314d228da9a7e71d2e4b87"><code>d95faa6</code></a>
Release v1.8.1</li>
<li><a
href="https://github.com/PyO3/maturin/commit/0c5672c7c704b3adacddf344afe83f48cfd3dd37"><code>0c5672c</code></a>
Tweak invalid version info error message</li>
<li><a
href="https://github.com/PyO3/maturin/commit/cd7828f9ea98e83c4eddab8fc390060a008f3d42"><code>cd7828f</code></a>
Make <code>maturin develop</code> fail if version info is missing in
<code>pyproject.toml</code> (#...</li>
<li><a
href="https://github.com/PyO3/maturin/commit/0e143c1acbd4420a9ba3677ba0f246fc41aea052"><code>0e143c1</code></a>
Make invalid version info in <code>pyproject.toml</code> less fatal (<a
href="https://redirect.github.com/pyo3/maturin/issues/2417">#2417</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/1082bc41c2200382642ddbae87e35a8bd0714289"><code>1082bc4</code></a>
Update minimal manylinux version for riscv64 (<a
href="https://redirect.github.com/pyo3/maturin/issues/2415">#2415</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/864e6bbc0af9c57e7d49a63aa499b19f8e6c3cc7"><code>864e6bb</code></a>
Release v1.8.0 (<a
href="https://redirect.github.com/pyo3/maturin/issues/2414">#2414</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/55d7beb410d6672c500a62735e463a3707f80e6b"><code>55d7beb</code></a>
Encode free-threaded Python support in bridge model (<a
href="https://redirect.github.com/pyo3/maturin/issues/2413">#2413</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/c2be6946c9495531e25c63d6d5162551c43cca35"><code>c2be694</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pyo3/maturin/issues/2410">#2410</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/1afe25d98f9c9162b55eb4b0dd1268cfe74fd83d"><code>1afe25d</code></a>
Add Linux armv5te architecture support (<a
href="https://redirect.github.com/pyo3/maturin/issues/2409">#2409</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/0825f6db8e85e9377ab2144e43b0018c40b06c5e"><code>0825f6d</code></a>
Refine <code>armv7l</code> target architecture detection (<a
href="https://redirect.github.com/pyo3/maturin/issues/2408">#2408</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyo3/maturin/compare/v1.0.0...v1.8.1">compare
view</a></li>
</ul>
</details>
<br />


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
dependabot[bot] authored Jan 2, 2025
1 parent 872e984 commit 29aa2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"maturin>=1,<1.8.0",
"maturin>=1,<1.9.0",
"cffi",
]
build-backend = 'maturin'
Expand Down

0 comments on commit 29aa2db

Please sign in to comment.