SHA256
15
0
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:
2025-10-10 21:08:34 +00:00
committed by Git OBS Bridge
parent f6f3800a09
commit c2330a6823
5 changed files with 31 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Fri Oct 10 21:02:22 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.9.2
* Enhancements
* Log Python choice in uv init
* Fix pylock.toml config conflict error messages
* Avoid inferring check URLs for pyx in uv publish
* Add uv tool list --show-python
* Configuration
*
* Add UV_UPLOAD_HTTP_TIMEOUT and respect UV_HTTP_TIMEOUT in uploads
* Support UV_WORKING_DIRECTORY for setting --directory
* Bug fixes
* Allow missing Scripts directory
* Fix handling of Python requests with pre-releases in ranges
* Preserve comments on version bump
* Retry all HTTP/2 errors
* Treat deleted Windows registry keys as equivalent to missing ones
* Ignore pre-release Python versions when a patch version is requested
* Documentation
* Document why uv discards upper bounds on requires-python
* Document uv version environment variables were added in
* Add missing "added in" to new environment variables in reference
-------------------------------------------------------------------
Wed Oct 8 17:16:36 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -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

BIN
vendor.tar.zst LFS

Binary file not shown.