forked from pool/python-uv
* Enhancements * Improve error message for HTTP validation in auth services * Respect PYX_API_URL when suggesting uv auth login on 401 * Add pyx as a supported PyTorch index URL * Bug fixes * Avoid initiating login flow for invalid API keys * Do not search for a password for requests with a token attached already * Filter pre-release Python versions in uv init --script OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=116
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>
|