SHA256
14
0
forked from pool/python-uv

Accepting request 1323925 from devel:languages:python

- 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/request/show/1323925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=69
This commit is contained in:
2025-12-22 21:49:25 +00:00
committed by Git OBS Bridge
5 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea948dc7141c56c798ff603f71793351917f9c777302d428840848515999fb29
size 4774663

3
python-uv-0.9.18.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef36077988a9cda5bec1beb39ade712672279d20b53cf02d0e3515ab028b74b8
size 4786468

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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c420f065e86da7df50db6a47e5980431731bd2b21bf36dbbb659b1c260653ea
size 66638599
oid sha256:06d4da18bb3c41b14d0ba7ac480d27b3f1d62648849c634bb3878a9110448fd7
size 69450829