- 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:
parent
a22aee155c
commit
abdbc812d7
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 07:12:55 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 14:44:17 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5487a86207edef7464cf78e52adb2bbe369332f3cea6043d1f0c8ee90dda90b3
|
||||
size 1875834
|
3
uv-0.4.9.tar.gz
Normal file
3
uv-0.4.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:34bce9f4892130b01a7605d27bbeb71395e9b031d793123c250b79187ee307ca
|
||||
size 1885994
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:513072a2e08621a47fd3c6edeb1b17f8ec350b30b9813cb0afebc78d4f199ceb
|
||||
size 52708708
|
||||
oid sha256:921c58e967ef86e2dd8209b102c2c9a30b6e457728f4674b7d94a19088657ab8
|
||||
size 52707117
|
||||
|
Loading…
Reference in New Issue
Block a user