SHA256
15
0
forked from pool/python-uv

Accepting request 1316891 from devel:languages:python

- update to 0.9.8
 * Enhancements
  * Accept multiple packages in uv export 
  * Accept multiple packages in uv sync 
  * Add a uv cache size command 
  * Add prerelease guidance for build-system resolution failures 
  * Allow Python requests to include +gil to require a GIL-enabled interpreter 
  * Avoid pluralizing 'retry' for single value 
  * Enable first-class dependency exclusions 
  * Fix inclusive constraints on available package versions in resolver errors 
  * Improve uv init error for invalid directory names 
  * Show help on uv build -h 
  * Include the Python variant suffix in "Using Python ..." messages 
  * Log most recently modified file for cache-keys 
 * Configuration
  * Expose UV_NO_GROUP as an environment variable 
  * Add UV_NO_SOURCES as an environment variable 
 * Bug fixes
  * Allow --check and --locked to be used together in uv lock 
  * Allow for unnormalized names in the METADATA file
  * Fix missing value_type for default-groups in schema 
  * Respect multi-GPU outputs in nvidia-smi 
 * Documentation
  * Fix typo in uv tool list doc 
  * Note uv pip list name normalization in docs

OBS-URL: https://build.opensuse.org/request/show/1316891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=60
This commit is contained in:
2025-11-10 18:20:40 +00:00
committed by Git OBS Bridge
5 changed files with 36 additions and 7 deletions

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Mon Nov 10 10:23:13 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.8
* Enhancements
* Accept multiple packages in uv export
* Accept multiple packages in uv sync
* Add a uv cache size command
* Add prerelease guidance for build-system resolution failures
* Allow Python requests to include +gil to require a GIL-enabled interpreter
* Avoid pluralizing 'retry' for single value
* Enable first-class dependency exclusions
* Fix inclusive constraints on available package versions in resolver errors
* Improve uv init error for invalid directory names
* Show help on uv build -h
* Include the Python variant suffix in "Using Python ..." messages
* Log most recently modified file for cache-keys
* Configuration
* Expose UV_NO_GROUP as an environment variable
* Add UV_NO_SOURCES as an environment variable
* Bug fixes
* Allow --check and --locked to be used together in uv lock
* Allow for unnormalized names in the METADATA file
* Fix missing value_type for default-groups in schema
* Respect multi-GPU outputs in nvidia-smi
* Documentation
* Fix typo in uv tool list doc
* Note uv pip list name normalization in docs
-------------------------------------------------------------------
Sat Nov 1 13:56:32 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.7
Version: 0.9.8
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT
@@ -45,7 +45,7 @@ BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module tomli}
BuildRequires: alts
BuildRequires: cargo >= 1.88
BuildRequires: cargo >= 1.89
BuildRequires: cargo-packaging
BuildRequires: cmake
BuildRequires: fdupes

BIN
vendor.tar.zst LFS

Binary file not shown.