- update to 0.8.24

* Enhancements
  * Add UV_SKIP_WHEEL_FILENAME_CHECK to allow installing invalid wheels
  * Emit a message on cache clean and prune when lock is held
  * Add --force flag for uv cache prune
 * Documentation
  * Document transparent x86_64 emulation on aarch64
  * Document why we ban URLs from index dependencies
  * Fix rendering of _CONDA_ROOT in reference
  * Fix example of bumping beta version without patch bump
 * Bug fixes
  * Avoid rejecting already-installed URL distributions with --no-sources
  * Confirm that the directory name is a valid Python install key during managed check
  * Ignore origin when comparing installed tools
  * Make cache control lookups robust to username
  * Re-order lock validation checks by severity 
  * Remove tracking of inferred dependency conflicts
  * Respect --no-color on the CLI
  * Deduplicate marker-specific dependencies in uv pip tree output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=128
This commit is contained in:
2025-10-07 12:07:08 +00:00
committed by Git OBS Bridge
parent 1224cd2a18
commit a764d99aca
5 changed files with 30 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Oct 7 12:04:24 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.24
* Enhancements
* Add UV_SKIP_WHEEL_FILENAME_CHECK to allow installing invalid wheels
* Emit a message on cache clean and prune when lock is held
* Add --force flag for uv cache prune
* Documentation
* Document transparent x86_64 emulation on aarch64
* Document why we ban URLs from index dependencies
* Fix rendering of _CONDA_ROOT in reference
* Fix example of bumping beta version without patch bump
* Bug fixes
* Avoid rejecting already-installed URL distributions with --no-sources
* Confirm that the directory name is a valid Python install key during managed check
* Ignore origin when comparing installed tools
* Make cache control lookups robust to username
* Re-order lock validation checks by severity
* Remove tracking of inferred dependency conflicts
* Respect --no-color on the CLI
* Deduplicate marker-specific dependencies in uv pip tree output
-------------------------------------------------------------------
Mon Sep 29 08:05:11 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>

View File

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