SHA256
14
0
forked from pool/python-uv

- update to version 0.4.9

* Add support for managed Python 3.13
  * Upgrade managed CPython versions to latest patch releases
  * Allow setting a target version for uv self update
  * Create py.typed files during uv init --lib
  * Add a dedicated error for packages that fail due to distutils deprecation
  * Improve error message when requested Python version is unsupported
  * Add uv run --no-sync
  * Avoid updating pyproject.toml offsets on non-add edits
  * Invalidate cache when --config-settings change
  * Remove workspace root for single-member workspace with uv export

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=3
This commit is contained in:
Soc Virnyl Estela
2024-09-13 08:11:19 +00:00
committed by Git OBS Bridge
parent a22aee155c
commit abdbc812d7
5 changed files with 23 additions and 7 deletions

View File

@@ -23,15 +23,16 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-uv
Version: 0.4.8
Version: 0.4.9
Release: 0
Summary: A Python package installer and resolver, written in Rust
License: Apache-2.0 OR MIT
URL: https://github.com/astral-sh/uv
Source0: https://files.pythonhosted.org/packages/source/r/uv/uv-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/u/uv/uv-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: %{python_module maturin}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module tomli}
BuildRequires: alts
BuildRequires: cargo-packaging
BuildRequires: cmake