SHA256
14
0
forked from pool/python-uv

- update to 0.12.9

* Preview features
  * [airflow] Add check for airflow.secrets.cache.SecretCache (AIR301) 
  * [ruff] Offer a safe fix for multi-digit zeros (RUF064) 
 * Bug fixes
  * [flake8-blind-except] Fix BLE001 false-positive on raise ... from None 
  * [flake8-comprehensions] Fix false positive for C420 with attribute, subscript, or slice assignment targets 
  * [flake8-simplify] Fix handling of U+001C..U+001F whitespace (SIM905) 
 * Rule changes
  * [pylint] Use lowercase hex characters to match the formatter (PLE2513) 
 * Documentation
  * Fix lint.future-annotations link 
 * Other changes
  * Build riscv64 binaries for release 
  * Add rule code to error description in GitLab output

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=104
This commit is contained in:
2025-08-20 09:40:21 +00:00
committed by Git OBS Bridge
parent f26dc19ad6
commit ec8f90853b
5 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 20 09:03:55 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.8.12
* Enhancements
* Add an aarch64-pc-windows-msvc target for python-platform
* Add fallback parent process detection to uv tool update-shell
* Install non-build-isolation packages in a second phase
* Add hint when virtual environments are included in source distributions
* Add Docker images derived from buildpack-deps:trixie, debian:trixie-slim, alpine:3.22
* Bug fixes
* Reject already-installed wheels built with outdated settings
* Skip interpreters that are not found on query
* Handle dotted package names in script path resolution
* Reject match-runtime = true for dynamic packages
* Documentation
* Document improvements to build-isolation setups
* Fix reference documentation recommendation to use uv cache clean instead of clear
-------------------------------------------------------------------
Fri Aug 15 17:37:36 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>