diff --git a/python-uv.changes b/python-uv.changes index 00fc5f9..b12d1bc 100644 --- a/python-uv.changes +++ b/python-uv.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Sep 13 07:12:55 UTC 2024 - Adrian Schröter + +- 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 diff --git a/python-uv.spec b/python-uv.spec index 9d44ec0..871b8cc 100644 --- a/python-uv.spec +++ b/python-uv.spec @@ -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 diff --git a/uv-0.4.8.tar.gz b/uv-0.4.8.tar.gz deleted file mode 100644 index 5f678da..0000000 --- a/uv-0.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5487a86207edef7464cf78e52adb2bbe369332f3cea6043d1f0c8ee90dda90b3 -size 1875834 diff --git a/uv-0.4.9.tar.gz b/uv-0.4.9.tar.gz new file mode 100644 index 0000000..b01fcc8 --- /dev/null +++ b/uv-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bce9f4892130b01a7605d27bbeb71395e9b031d793123c250b79187ee307ca +size 1885994 diff --git a/vendor.tar.zst b/vendor.tar.zst index dcceaec..95bd936 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:513072a2e08621a47fd3c6edeb1b17f8ec350b30b9813cb0afebc78d4f199ceb -size 52708708 +oid sha256:921c58e967ef86e2dd8209b102c2c9a30b6e457728f4674b7d94a19088657ab8 +size 52707117