forked from pool/python-uv
* Enhancements * Add torch-tensorrt and torchao to the PyTorch list * Add hint for misplaced --verbose in uv tool run * Add support for relative durations in exclude-newer (a.k.a., dependency cooldowns) * Add support for relocatable nushell activation script * Bug fixes * Respect dropped (but explicit) indexes in dependency groups * Documentation * Improve source-exclude reference docs * Recommend UV_NO_DEV in Docker installs * Update UV_VERSION in docs for GitLab CI/CD OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=157
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>
|