- 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/package/show/devel:languages:python/python-uv?expand=0&rev=139
This commit is contained in:
2025-11-01 13:59:29 +00:00
committed by Git OBS Bridge
parent 58cd8642c7
commit ab2f92f140
5 changed files with 42 additions and 6 deletions

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>