* Update clap_complete_command to v0.6.1 gh#PyO3/maturin#2144 * Fix platform tags when cross-compiling universal2 gh#PyO3/maturin#2153 * Fix Typo in Migration Guide gh#PyO3/maturin#2162 * Fix rust 1.80 clippy errors gh#PyO3/maturin#2164 * Don't check .gitignore files in parent directories gh#PyO3/maturin#2158 * Replace --skip-auditwheel with --auditwheel option gh#PyO3/maturin#2165 * Remove install_requires and setup_requires from setup.py gh#PyO3/maturin#2171 * Use modern stripping option gh#PyO3/maturin#2173 * Move project metadata from setup.py to pyproject.toml gh#PyO3/maturin#2175 * Update manylinux/musllinux policies to the latest main gh#PyO3/maturin#2178 * use just licenses as the license directory in a wheel gh#PyO3/maturin#2181 * Forward cargo package --list warnings gh#PyO3/maturin#2186 * Add current package context to source dist error gh#PyO3/maturin#2187 * Place source dist readmes next to Cargo.toml gh#PyO3/maturin#2184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-maturin?expand=0&rev=92
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>
|