forked from pool/python-uv
* Enhancements * Add SBOM support to uv export * Publish to crates.io * Preview features * Add uv workspace list --paths * Fix the preview warning on uv workspace dir * Bug fixes * Fix uv init author serialization via toml_edit inline tables * Fix status messages without TTY * Preserve end-of-line comment whitespace when editing pyproject.toml * Disable always-authenticate when running under Dependabot * Documentation * Document the new behavior for free-threaded python versions * Improve note about build system in publish guide * Move do not upload publish note out of the guide into concepts OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=147
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>
|