SHA256
14
0
forked from pool/python-uv

- update to 0.8.3:

* Enhancements
  * Allow non-standard entrypoint names in uv_build 
  * Publish riscv64 wheels to PyPI 
 * Bug fixes
  * Avoid writing redacted credentials to tool receipt 
  * Respect --with versions over base environment versions 
  * Respect credentials from all defined indexes 
  * Fix missed stabilization of removal of registry entry during Python uninstall 
  * Improve concurrency safety of Python downloads into cache 
 * Documentation
  * Fix typos in uv_build reference documentation 
  * Move the "Cargo" install method further down in docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=92
This commit is contained in:
2025-07-27 20:36:30 +00:00
committed by Git OBS Bridge
parent 26db979dc4
commit 300a69eceb
5 changed files with 23 additions and 6 deletions

View File

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