forked from pool/python-uv
* Enhancements * Allow non-standard entrypoint names in uv_build * Publish riscv64 wheels to PyPI * Bug fixes * Avoid writing redacted credentials to tool receipt * Respect --with versions over base environment versions * Respect credentials from all defined indexes * Fix missed stabilization of removal of registry entry during Python uninstall * Improve concurrency safety of Python downloads into cache * Documentation * Fix typos in uv_build reference documentation * Move the "Cargo" install method further down in docs OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=92
10 lines
285 B
XML
10 lines
285 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service mode="manual" name="download_files" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="src">python-uv*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
</services>
|