SHA256
15
0
forked from pool/python-uv

Accepting request 1325232 from devel:languages:python

- update to 0.9.21 
 * Bug fixes
  * Avoid enforcing incorrect hash in mixed-hash settings 
  * Fix retry counts in cached client 
  * Respect UV_PYTHON_DOWNLOAD_MIRROR in uv python list 
  * Support remote pylock.toml files 
  * Avoid flagging proxied Git URLs as ambiguous authority 
  * Fix dropped support of - in pip constraints, overrides, and excludes 
  * Fix regression where zstd distribution hashes were not considered valid 
 * Documentation
  * Fix a typo in the resolution documentation 
  * Fix a typo in python install --default documentation 
 * Enhancements
  * Allow uv pip compile to install missing python interpreters in cases where it would otherwise fail 
  * Avoid creating file contents with uv init --bare --script 
  * Respect --torch-backend in uv tool commands 
  * Support comma-separated values in --no-binary and --only-binary 
 * Preview features
  * Summarize package changes in uv sync with JSON output format 
 * Performance
  * Avoid two hot String allocations in deserialization 
  * Cache NVIDIA-hosted wheels by default

OBS-URL: https://build.opensuse.org/request/show/1325232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=70
This commit is contained in:
2026-01-05 13:52:02 +00:00
committed by Git OBS Bridge
5 changed files with 33 additions and 7 deletions

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Sat Jan 3 20:53:25 UTC 2026 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.21
* Bug fixes
* Avoid enforcing incorrect hash in mixed-hash settings
* Fix retry counts in cached client
* Respect UV_PYTHON_DOWNLOAD_MIRROR in uv python list
* Support remote pylock.toml files
* Avoid flagging proxied Git URLs as ambiguous authority
* Fix dropped support of - in pip constraints, overrides, and excludes
* Fix regression where zstd distribution hashes were not considered valid
* Documentation
* Fix a typo in the resolution documentation
* Fix a typo in python install --default documentation
* Enhancements
* Allow uv pip compile to install missing python interpreters in cases where it would otherwise fail
* Avoid creating file contents with uv init --bare --script
* Respect --torch-backend in uv tool commands
* Support comma-separated values in --no-binary and --only-binary
* Preview features
* Summarize package changes in uv sync with JSON output format
* Performance
* Avoid two hot String allocations in deserialization
* Cache NVIDIA-hosted wheels by default
-------------------------------------------------------------------
Sun Dec 21 12:43:52 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-uv
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
@@ -34,7 +34,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.9.18
Version: 0.9.21
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.