generated from Diapolo10/python-poetry-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 53ce4af
authored
Bump maturin from 1.4.0 to 1.5.0 (#44)
Bumps [maturin](https://github.com/pyo3/maturin) from 1.4.0 to 1.5.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.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>tutorial: fix abi to match comment by <a
href="https://github.com/skshetry"><code>@skshetry</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1876">PyO3/maturin#1876</a></li>
<li>Allow identical <code>VIRTUAL_ENV</code> and
<code>CONDA_PREFIX</code> env vars by <a
href="https://github.com/konstin"><code>@konstin</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1879">PyO3/maturin#1879</a></li>
<li>Upgrade pyo3 to 0.20 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1881">PyO3/maturin#1881</a></li>
<li>Skip PyPy tests on Windows for now by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1885">PyO3/maturin#1885</a></li>
<li>Bump generated github actions workflow to v4 of up/download-artifact
actions by <a
href="https://github.com/chrjabs"><code>@chrjabs</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1886">PyO3/maturin#1886</a></li>
<li>Skip directory when adding license files to wheel by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1890">PyO3/maturin#1890</a></li>
<li>Reject <code>-i python</code> when cross compiling by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1891">PyO3/maturin#1891</a></li>
<li>simplified clear-cache github action by <a
href="https://github.com/mbway"><code>@mbway</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1897">PyO3/maturin#1897</a></li>
<li>Support uniffi-bindgen in cargo workspaces by <a
href="https://github.com/Hinton"><code>@Hinton</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1909">PyO3/maturin#1909</a></li>
<li>Upgrade globlin to 0.8.0 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1912">PyO3/maturin#1912</a></li>
<li>Update <code>**Note**</code> to <code>[!NOTE]</code> in README by <a
href="https://github.com/SigureMo"><code>@SigureMo</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1917">PyO3/maturin#1917</a></li>
<li>Match dependency readmes by package id by <a
href="https://github.com/konstin"><code>@konstin</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1915">PyO3/maturin#1915</a></li>
<li>Update some actions version in generate ci cli by <a
href="https://github.com/SigureMo"><code>@SigureMo</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1916">PyO3/maturin#1916</a></li>
<li>Use extension name as library name, instead of hardcoded 'native.so'
by <a href="https://github.com/timkpaine"><code>@timkpaine</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/1918">PyO3/maturin#1918</a></li>
<li>Bump MSRV to 1.70 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1923">PyO3/maturin#1923</a></li>
<li>Remove setuptools-rust and milksnake mentions from readme by <a
href="https://github.com/konstin"><code>@konstin</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1926">PyO3/maturin#1926</a></li>
<li>Upgrade uniffi to 0.26.0 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1927">PyO3/maturin#1927</a></li>
<li>Use M1 runner on GitHub Actions by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1928">PyO3/maturin#1928</a></li>
<li>Upgrade rustls to 0.22 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1929">PyO3/maturin#1929</a></li>
<li>Add extra note to "Using PyPI's trusted publishing"
section. by <a href="https://github.com/ghuls"><code>@ghuls</code></a>
in <a
href="https://redirect.github.com/PyO3/maturin/pull/1939">PyO3/maturin#1939</a></li>
<li>Update pep440_rs, pep508_rs and pyproject-toml by <a
href="https://github.com/konstin"><code>@konstin</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1945">PyO3/maturin#1945</a></li>
<li>Add support for configuring <code>xwin</code> using env vars by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1961">PyO3/maturin#1961</a></li>
<li>Put dynamic field under project instead of
project.optional-dependencies by <a
href="https://github.com/weiji14"><code>@weiji14</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1963">PyO3/maturin#1963</a></li>
<li>Revert "Auto detect Python 3.13" by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1964">PyO3/maturin#1964</a></li>
<li>Add validation for crate/package name in new/init by <a
href="https://github.com/alonme"><code>@alonme</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1943">PyO3/maturin#1943</a></li>
<li>Update <code>upload-artifact</code> and
<code>download-artifact</code> actions to v4 by <a
href="https://github.com/messense"><code>@messense</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1967">PyO3/maturin#1967</a></li>
<li>Add 32-bit RISC-V support by <a
href="https://github.com/kraj"><code>@kraj</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1969">PyO3/maturin#1969</a></li>
<li>Isolated import hook changes by <a
href="https://github.com/mbway"><code>@mbway</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1958">PyO3/maturin#1958</a></li>
<li>Fix feature = "cargo-clippy" deprecation by <a
href="https://github.com/rex4539"><code>@rex4539</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1970">PyO3/maturin#1970</a></li>
<li>Adjust cbindgen Overrides for CFFI by <a
href="https://github.com/nhusung"><code>@nhusung</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1957">PyO3/maturin#1957</a></li>
<li>Update to Metadata 2.3 to create reliable source dist metadata by <a
href="https://github.com/konstin"><code>@konstin</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1965">PyO3/maturin#1965</a></li>
<li>Only set rustflags when necessary by <a
href="https://github.com/taiki-e"><code>@taiki-e</code></a> in <a
href="https://redirect.github.com/PyO3/maturin/pull/1978">PyO3/maturin#1978</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/skshetry"><code>@skshetry</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1876">PyO3/maturin#1876</a></li>
<li><a href="https://github.com/chrjabs"><code>@chrjabs</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1886">PyO3/maturin#1886</a></li>
<li><a href="https://github.com/Hinton"><code>@Hinton</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1909">PyO3/maturin#1909</a></li>
<li><a href="https://github.com/SigureMo"><code>@SigureMo</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1917">PyO3/maturin#1917</a></li>
<li><a href="https://github.com/timkpaine"><code>@timkpaine</code></a>
made their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1918">PyO3/maturin#1918</a></li>
<li><a href="https://github.com/ghuls"><code>@ghuls</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1939">PyO3/maturin#1939</a></li>
<li><a href="https://github.com/weiji14"><code>@weiji14</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1963">PyO3/maturin#1963</a></li>
<li><a href="https://github.com/alonme"><code>@alonme</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1943">PyO3/maturin#1943</a></li>
<li><a href="https://github.com/kraj"><code>@kraj</code></a> made their
first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1969">PyO3/maturin#1969</a></li>
<li><a href="https://github.com/rex4539"><code>@rex4539</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1970">PyO3/maturin#1970</a></li>
<li><a href="https://github.com/nhusung"><code>@nhusung</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1957">PyO3/maturin#1957</a></li>
<li><a href="https://github.com/taiki-e"><code>@taiki-e</code></a> made
their first contribution in <a
href="https://redirect.github.com/PyO3/maturin/pull/1978">PyO3/maturin#1978</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/PyO3/maturin/compare/v1.4.0...v1.5.0">https://github.com/PyO3/maturin/compare/v1.4.0...v1.5.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.5.0] - 2024-03-05</h2>
<ul>
<li>Bump metadata version from 2.1 to 2.3 in <a
href="https://redirect.github.com/PyO3/maturin/pull/1960">#1960</a>.
Source distributions created by maturin now have reliable metadata,
meaning tool such as pip, uv and poetry could skip building them for
version resolution.</li>
<li>Allow identical <code>VIRTUAL_ENV</code> and
<code>CONDA_PREFIX</code> env vars in <a
href="https://redirect.github.com/PyO3/maturin/pull/1879">#1879</a></li>
<li>Reject <code>-i python</code> when cross compiling in <a
href="https://redirect.github.com/PyO3/maturin/pull/1891">#1891</a></li>
<li>Support uniffi-bindgen in cargo workspaces in <a
href="https://redirect.github.com/PyO3/maturin/pull/1909">#1909</a></li>
<li>Add support for configuring <code>xwin</code> using env vars in <a
href="https://redirect.github.com/PyO3/maturin/pull/1961">#1961</a></li>
<li>Add validation for crate/package name in new/init in <a
href="https://redirect.github.com/PyO3/maturin/pull/1943">#1943</a></li>
<li>Add 32-bit RISC-V support in <a
href="https://redirect.github.com/PyO3/maturin/pull/1969">#1969</a></li>
<li>Improve import hook changes in <a
href="https://redirect.github.com/PyO3/maturin/pull/1958">#1958</a></li>
<li>Adjust cbindgen Overrides for CFFI in <a
href="https://redirect.github.com/PyO3/maturin/pull/1957">#1957</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/maturin/commit/855f6d2cb1fb8fb43c2bb9e500ab0e5e84bd3140"><code>855f6d2</code></a>
Release 1.5.0 (<a
href="https://redirect.github.com/pyo3/maturin/issues/1979">#1979</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/7f1df2b2d9dfaf3a46af8200ee2a562af0bd8807"><code>7f1df2b</code></a>
Only set rustflags when necessary (<a
href="https://redirect.github.com/pyo3/maturin/issues/1978">#1978</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/7bd229da0293355ca52df975b745215b8e684a9a"><code>7bd229d</code></a>
Merge pull request <a
href="https://redirect.github.com/pyo3/maturin/issues/1965">#1965</a>
from PyO3/konsti/metadata-2-3</li>
<li><a
href="https://github.com/PyO3/maturin/commit/9d26d20a61c9475e76c5f5a6d82d5e53808bdcd6"><code>9d26d20</code></a>
Update to Metadata 2.3 to create reliable source dist metadata</li>
<li><a
href="https://github.com/PyO3/maturin/commit/fd85ab4f2af21d6e04abf96de704f6b0a60500c0"><code>fd85ab4</code></a>
Bump mozilla-actions/sccache-action from 0.0.3 to 0.0.4 (<a
href="https://redirect.github.com/pyo3/maturin/issues/1977">#1977</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/d4e881ee73275eb101d58218cb6c4a69dcef1d49"><code>d4e881e</code></a>
Adjust cbindgen Overrides for CFFI (<a
href="https://redirect.github.com/pyo3/maturin/issues/1957">#1957</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/14a7b2dbe215586b15ad6ec5e94be281c66b84ea"><code>14a7b2d</code></a>
Merge pull request <a
href="https://redirect.github.com/pyo3/maturin/issues/1970">#1970</a>
from rex4539/clippy</li>
<li><a
href="https://github.com/PyO3/maturin/commit/e989f332bb41e55247eb6d80c593c782d29be111"><code>e989f33</code></a>
Fix feature = "cargo-clippy" deprecation</li>
<li><a
href="https://github.com/PyO3/maturin/commit/96b66ac30330f18d1a62fcc94c1c9fa2288676a4"><code>96b66ac</code></a>
Isolated import hook changes (<a
href="https://redirect.github.com/pyo3/maturin/issues/1958">#1958</a>)</li>
<li><a
href="https://github.com/PyO3/maturin/commit/58dec477a18f93202a987caaefef60569a8df07e"><code>58dec47</code></a>
Add 32-bit RISC-V support (<a
href="https://redirect.github.com/pyo3/maturin/issues/1969">#1969</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pyo3/maturin/compare/v1.4.0...v1.5.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>File tree
Expand file treeCollapse file tree
2 files changed
+16
-16
lines changedFilter options
Expand file treeCollapse file tree
2 files changed
+16
-16
lines changed+15-15Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
0 commit comments