SHA256
15
0
forked from pool/python-uv

Accepting request 1315000 from devel:languages:python

- Update to 0.9.7 
 * Enhancements
  * Add Windows x86-32 emulation support to interpreter architecture checks 
  * Improve readability of progress bars 
  * Add GitHub attestations for uv release artifacts 
  * Add --clear to uv build to remove old build artifacts 
  * Add --no-create-gitignore to uv build 
  * Do not error when a virtual environment directory cannot be removed due to a busy error 
  * Improve hint on pip install --system when externally managed 
  * Running uv lock --check with outdated lockfile will print that --check was passed, instead of --locked 
  * Update uv init template for Maturin 
  * Improve ordering of Python sources in logs 
  * Restore DockerHub release images and annotations 
 * Bug fixes
  * Check for matching Python implementation during uv python upgrade 
  * Deterministically order --find-links distributions 
  * Don't panic in uv export --frozen when the lockfile is outdated 
  * Fix root of uv tree when --package is used with circular dependencies 
  * Show package list with pip freeze --quiet 
  * Limit uv auth login pyx.dev retries to 60s 
  * Add an empty group with uv add --group ... -r ... 
  * Drop terminal coloring from uv auth token output 
  * Don't use UV_LOCKED to enable --check flag 
- This release contains an upgrade to Astral's fork of async_zip, which addresses potential sources of ZIP
   parsing differentials between uv and other Python packaging tooling.
   See GHSA-pqhf-p39g-3x64 for additional details.
 * Security
  * Address ZIP parsing differentials (GHSA-pqhf-p39g-3x64)
 * Documentation
  * Update docs for maturin build backend init template

OBS-URL: https://build.opensuse.org/request/show/1315000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uv?expand=0&rev=59
This commit is contained in:
2025-11-01 22:35:21 +00:00
committed by Git OBS Bridge
5 changed files with 42 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Nov 1 13:56:32 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 0.9.7
* Enhancements
* Add Windows x86-32 emulation support to interpreter architecture checks
* Improve readability of progress bars
* Add GitHub attestations for uv release artifacts
* Add --clear to uv build to remove old build artifacts
* Add --no-create-gitignore to uv build
* Do not error when a virtual environment directory cannot be removed due to a busy error
* Improve hint on pip install --system when externally managed
* Running uv lock --check with outdated lockfile will print that --check was passed, instead of --locked
* Update uv init template for Maturin
* Improve ordering of Python sources in logs
* Restore DockerHub release images and annotations
* Bug fixes
* Check for matching Python implementation during uv python upgrade
* Deterministically order --find-links distributions
* Don't panic in uv export --frozen when the lockfile is outdated
* Fix root of uv tree when --package is used with circular dependencies
* Show package list with pip freeze --quiet
* Limit uv auth login pyx.dev retries to 60s
* Add an empty group with uv add --group ... -r ...
* Drop terminal coloring from uv auth token output
* Don't use UV_LOCKED to enable --check flag
- This release contains an upgrade to Astral's fork of async_zip, which addresses potential sources of ZIP
parsing differentials between uv and other Python packaging tooling.
See GHSA-pqhf-p39g-3x64 for additional details.
* Security
* Address ZIP parsing differentials (GHSA-pqhf-p39g-3x64)
* Documentation
* Update docs for maturin build backend init template
* Update docs to reflect previous changes to signal forwarding semantics
-------------------------------------------------------------------
Wed Oct 22 05:48:12 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.9.5
Version: 0.9.7
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.