- update to 0.9.18

* Enhancements
  * Add value hints to command line arguments to improve shell completion accuracy 
  * Improve error handling in uv publish 
  * Improve rendering of multiline error messages 
  * Support redirects in uv publish 
 * Configuration
  * Accept --torch-backend in [tool.uv] 
 * Performance
  * Speed up uv cache size 
  * Initialize S3 signer once 
 * Bug fixes
  * Avoid panics due to reads on failed requests 
  * Enforce latest-version in @latest requests 
  * Explicitly set EntryType for file entries in tar 
  * Ignore pyproject.toml index username in lockfile comparison 
  * Relax error when using uv add with UV_GIT_LFS set 
  * Change schema for exclude-newer into optional string 
 * Documentation
  * Fix version reference in resolver example 
  * Better documentation for exclude-newer*

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=159
This commit is contained in:
2025-12-21 12:45:21 +00:00
committed by Git OBS Bridge
parent a60aa3b561
commit 6ebed45238
5 changed files with 31 additions and 6 deletions

Binary file not shown.

BIN
python-uv-0.9.18.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sun Dec 21 12:43:52 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.18
* Enhancements
* Add value hints to command line arguments to improve shell completion accuracy
* Improve error handling in uv publish
* Improve rendering of multiline error messages
* Support redirects in uv publish
* Configuration
* Accept --torch-backend in [tool.uv]
* Performance
* Speed up uv cache size
* Initialize S3 signer once
* Bug fixes
* Avoid panics due to reads on failed requests
* Enforce latest-version in @latest requests
* Explicitly set EntryType for file entries in tar
* Ignore pyproject.toml index username in lockfile comparison
* Relax error when using uv add with UV_GIT_LFS set
* Change schema for exclude-newer into optional string
* Documentation
* Fix version reference in resolver example
* Better documentation for exclude-newer*
-------------------------------------------------------------------
Wed Dec 10 21:09:53 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

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

BIN
vendor.tar.zst LFS

Binary file not shown.