Accepting request 1123696 from devel:languages:python
- Update to 1.3.1 * Use external uniffi-bindgen if no root package is configured gh#PyO3/maturin#1797 * Add trusted publishing section to the user guide gh#PyO3/maturin#1800 * Fix wheel filename for GraalPy gh#PyO3/maturin#1802 * Pytest skeleton in mixed template gh#PyO3/maturin#1807 * Keep trailing newlines from templates gh#PyO3/maturin#1808 * Bump rustix from 0.37.23 to 0.37.25 gh#PyO3/maturin#1809 * Auto detect Python 3.13 gh#PyO3/maturin#1810 * Fix missing workspace.members in sdist gh#PyO3/maturin#1811 * Don't set MACOSX_DEPLOYMENT_TARGET for editable builds gh#PyO3/maturin#1815 OBS-URL: https://build.opensuse.org/request/show/1123696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-maturin?expand=0&rev=34
This commit is contained in:
commit
71481dc333
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">maturin</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled"></service>
|
||||
<service name="cargo_audit" mode="manual"></service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6c69bc7ae147a5effd55587447b35cab1ceb726ba244d08698bc7518b8688ac
|
||||
size 175646
|
3
maturin-1.3.1.tar.gz
Normal file
3
maturin-1.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efa194e99ae5fff185263d8244acacb12ae256ea73aba62c9446f6075ffc7ac1
|
||||
size 176022
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 6 23:39:36 UTC 2023 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- Update to 1.3.1
|
||||
* Use external uniffi-bindgen if no root package is configured
|
||||
gh#PyO3/maturin#1797
|
||||
* Add trusted publishing section to the user guide
|
||||
gh#PyO3/maturin#1800
|
||||
* Fix wheel filename for GraalPy
|
||||
gh#PyO3/maturin#1802
|
||||
* Pytest skeleton in mixed template
|
||||
gh#PyO3/maturin#1807
|
||||
* Keep trailing newlines from templates
|
||||
gh#PyO3/maturin#1808
|
||||
* Bump rustix from 0.37.23 to 0.37.25
|
||||
gh#PyO3/maturin#1809
|
||||
* Auto detect Python 3.13
|
||||
gh#PyO3/maturin#1810
|
||||
* Fix missing workspace.members in sdist
|
||||
gh#PyO3/maturin#1811
|
||||
* Don't set MACOSX_DEPLOYMENT_TARGET for editable builds
|
||||
gh#PyO3/maturin#1815
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 18:34:41 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-maturin
|
||||
Version: 1.3.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: Rust/Python Interoperability
|
||||
License: Apache-2.0 OR MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1da454e50e555d3fafaab541867134120a736b4c60cc59606ef7cfb9f082f75f
|
||||
size 34465132
|
||||
oid sha256:afbaede2b4847cc02569b56cc95065d0df476c1af35b46c751793087572dce89
|
||||
size 32996756
|
||||
|
Loading…
x
Reference in New Issue
Block a user