forked from pool/python-uv
* Enhancements * Add --compile-bytecode to uv python install and uv python upgrade to compile the standard library * Allow disabling exclude-newer per package * Broadcast WM_SETTINGCHANGE on uv tool update-shell * Preview features * Detect workspace from uv run target * Bug fixes * Avoid unwrapping size for file responses * Use keyring authentication when retrieving tool@latest version * Use latest Pyodide version for each python version * Improve trampoline file handle closing * Fix error message when installing musl python on armv7 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=165
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>
|