forked from pool/python-uv
* Enhancements * Add UV_SKIP_WHEEL_FILENAME_CHECK to allow installing invalid wheels * Emit a message on cache clean and prune when lock is held * Add --force flag for uv cache prune * Documentation * Document transparent x86_64 emulation on aarch64 * Document why we ban URLs from index dependencies * Fix rendering of _CONDA_ROOT in reference * Fix example of bumping beta version without patch bump * Bug fixes * Avoid rejecting already-installed URL distributions with --no-sources * Confirm that the directory name is a valid Python install key during managed check * Ignore origin when comparing installed tools * Make cache control lookups robust to username * Re-order lock validation checks by severity * Remove tracking of inferred dependency conflicts * Respect --no-color on the CLI * Deduplicate marker-specific dependencies in uv pip tree output OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=128
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>
|