SHA256
14
0
forked from pool/python-uv

- update to 0.8.13

* Enhancements
  * Add --no-install-* arguments to uv add 
  * Initialize Git prior to reading author in uv init 
  * Add CUDA 129 to available torch backends 
  * Update Pyodide to 0.28.2 
 * Preview features
  * Add an experimental uv format command 
  * Allow version specifiers in extra-build-dependencies if match-runtime is explicitly false 
 * Bug fixes
  * Add triton to torch-backend manifest 
  * Avoid panicking when resolver returns stale distributions 
  * Fix uv_build wheel hashes 
  * Treat --upgrade-package on the command-line as overriding upgrade = false in configuration

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=106
This commit is contained in:
2025-08-22 13:56:32 +00:00
committed by Git OBS Bridge
parent ec8f90853b
commit 0b1573b009
5 changed files with 24 additions and 6 deletions

View File

@@ -33,7 +33,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.8.12
Version: 0.8.13
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT