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

@@ -33,7 +33,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.8.11
Version: 0.8.12
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT