Files
python-uv/_service
Ondřej Súkup 06dd8c88f4 - update to 0.8.9
* Enhancements
  * Add --reinstall flag to uv python upgrade 
 * Bug fixes
  * Include build settings in cache key for registry source distribution lookups 
  * Avoid creating bin links on uv python upgrade if they don't already exist 
  * Respect system proxies on macOS and Windows 
 * Documentation
  * Add the 3.14 classifier

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=99
2025-08-12 09:33:20 +00:00

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>