SHA256
14
0
forked from pool/python-uv

- Update to 0.6.13

* Enhancements
   * Add --show-version to uv python find 
   * Remove --no-config warning from uv pip compile and uv pip sync 
   * Skip repeated directories in PATH when searching for Python interpreters 
   * Unset SCRIPT_PATH in relocatable activation script 
   * Add UV_PYTHON_DOWNLOADS_JSON_URL to set custom managed python sources 
   * Reject pyproject.toml files in uv pip compile -o 
   * Respect the --offline flag for Git operations 
 * Bug fixes
   * Warn instead of error if CRC appears to be missing 
   * Avoid infinite loop in uv export with conflicts 
 * Rust API
   * Update MSRV to 1.84

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=39
This commit is contained in:
2025-04-08 16:53:59 +00:00
committed by Git OBS Bridge
parent 16275afe9a
commit 9aa7041858
5 changed files with 25 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.6.12
Version: 0.6.13
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT
@@ -44,7 +44,7 @@ BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module tomli}
BuildRequires: alts
BuildRequires: cargo >= 1.83
BuildRequires: cargo >= 1.84
BuildRequires: cargo-packaging
BuildRequires: cmake
BuildRequires: fdupes
@@ -58,7 +58,6 @@ BuildRequires: gcc13
BuildRequires: gcc13-c++
BuildRequires: libstdc++6-devel-gcc13
%endif
BuildRequires: cargo >= 1.80
BuildRequires: python-rpm-macros
BuildRequires: zstd
Obsoletes: uv < %{version}