SHA256
14
0
forked from pool/python-uv

- update to 0.7.6:

* Standalone Python
   * Add Python 3.14 on musl
   * Add free-threaded Python on musl
   * Add Python 3.14.0a7
   * Statically link libpython into the interpreter on Linux for a significant performance boost
   * See the python-build-standalone release notes for more details.
 * Enhancements
   * Improve compatibility of VIRTUAL_ENV_PROMPT value 
   * Bump MSRV to 1.85 and Edition 2024 
 * Bug fixes
   * Respect default extras in uv remove 
 * Documentation
   * Fix PowerShell code blocks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=53
This commit is contained in:
2025-05-20 09:05:51 +00:00
committed by Git OBS Bridge
parent 910db58f7b
commit 0afa7ecce8
5 changed files with 24 additions and 6 deletions

View File

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