* 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/package/show/devel:languages:python/python-maturin?expand=0&rev=78
9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
<services>
|
|
<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="manual"></service>
|
|
</services>
|