forked from pool/python-uv
- update to 0.14.0
* Breaking changes * Update default and latest Python versions for 3.14 * Preview features * [flake8-bugbear] Include certain guaranteed-mutable expressions: tuples, generators, and assignment expressions (B006) * [refurb] Add fixes for FURB101 and FURB103 * [ruff] Extend FA102 with listed PEP 585-compatible APIs * Bug fixes * [flake8-annotations] Fix return type annotations to handle shadowed builtin symbols (ANN201, ANN202, ANN204, ANN205, ANN206) * [flynt] Fix f-string quoting for mixed quote joiners (FLY002) * [isort] Fix inserting required imports before future imports (I002) * [ruff] Handle argfile expansion errors gracefully * [ruff] Skip RUF051 if else/elif block is present * [ruff] Improve handling of intermixed comments inside from-imports * Documentation * [flake8-comprehensions] Clarify fix safety documentation (C413) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=131
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
%bcond_without libalternatives
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uv
|
||||
Version: 0.9.0
|
||||
Version: 0.9.2
|
||||
Release: 0
|
||||
Summary: A Python package installer and resolver, written in Rust
|
||||
License: Apache-2.0 OR MIT
|
||||
|
||||
Reference in New Issue
Block a user