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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0d30e841d53b4adf46b00394036b9fed595aa778f42492c28d51a7e1567fd6b
|
||||
size 3828283
|
3
python-uv-0.6.13.tar.gz
Normal file
3
python-uv-0.6.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa7a4534ad9f15a6403d5c91d831d764caedd68d1c89c8373281949d3a512e48
|
||||
size 3830359
|
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 16:43:40 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 6 18:03:23 UTC 2025 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@@ -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}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c84bad88b3c38e6dbe71abf960efe0da7c5c6a8001de679c56b7029f0bcd4fd8
|
||||
size 64154870
|
||||
oid sha256:ac42375b96454eb691da9eb31eaf53b4277637a3e83c9cb3bc6b6cead48b1e3f
|
||||
size 64145361
|
||||
|
Reference in New Issue
Block a user