From ada1e1bddb24e84513a295b19bb39a7c940895c321b7b4659597ae63264c372d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 28 Aug 2025 22:12:30 +0000 Subject: [PATCH] - update to 0.8.14 * Enhancements * Add --python-platform to uv pip check * Add an environment variable for UV_ISOLATED * Add logging to the uv build backend * Allow more trailing null bytes in zip files * Allow pinning managed Python versions to specific build versions * Cache PyTorch wheels by default * Reject already-installed wheels that don't match the target platform * Add --no-install-local option to uv sync, uv add and uv export * Include cycle error message in uv pip CLI * Preview features * Fix format of {version} on uv format failure * Lock during installs in uv format to prevent races * Respect --project in uv format * Run uv format in the project root * Configuration * Add file-to-CLI overrides for build isolation configuration * Add file-to-CLI overrides for reinstall configuration * Performance * Cache WHEEL and METADATA reads in installed distributions * Bug fixes * Avoid erroring when creating venv in current working directory * Avoid introducing unnecessary system dependency on CUDA * Clear discovered site packages when creating virtual environment * Read index credentials from the environment during uv publish checks * Refuse to remove non-virtual environments in uv venv * Stop setting CLICOLOR_FORCE=1 when calling build backends * Support file or directory removal for Windows symlinks * Documentation OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=108 --- python-uv-0.8.13.tar.gz | 3 --- python-uv-0.8.14.tar.gz | 3 +++ python-uv.changes | 38 ++++++++++++++++++++++++++++++++++++++ python-uv.spec | 4 ++-- vendor.tar.zst | 4 ++-- 5 files changed, 45 insertions(+), 7 deletions(-) delete mode 100644 python-uv-0.8.13.tar.gz create mode 100644 python-uv-0.8.14.tar.gz diff --git a/python-uv-0.8.13.tar.gz b/python-uv-0.8.13.tar.gz deleted file mode 100644 index 49a7799..0000000 --- a/python-uv-0.8.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76da4bff1ff19eb09105ac4d0da9e86f07ae400d09d34e0714eb9387cffbd0a9 -size 4361461 diff --git a/python-uv-0.8.14.tar.gz b/python-uv-0.8.14.tar.gz new file mode 100644 index 0000000..3bb7d3b --- /dev/null +++ b/python-uv-0.8.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210f3a3e1f6ee31dafd5a70355d257bb2cbd996975d8ff0e08461aa76f7b15e6 +size 4382774 diff --git a/python-uv.changes b/python-uv.changes index 468890e..4460e42 100644 --- a/python-uv.changes +++ b/python-uv.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu Aug 28 22:10:39 UTC 2025 - Ondřej Súkup + +- update to 0.8.14 + * Enhancements + * Add --python-platform to uv pip check + * Add an environment variable for UV_ISOLATED + * Add logging to the uv build backend + * Allow more trailing null bytes in zip files + * Allow pinning managed Python versions to specific build versions + * Cache PyTorch wheels by default + * Reject already-installed wheels that don't match the target platform + * Add --no-install-local option to uv sync, uv add and uv export + * Include cycle error message in uv pip CLI + * Preview features + * Fix format of {version} on uv format failure + * Lock during installs in uv format to prevent races + * Respect --project in uv format + * Run uv format in the project root + * Configuration + * Add file-to-CLI overrides for build isolation configuration + * Add file-to-CLI overrides for reinstall configuration + * Performance + * Cache WHEEL and METADATA reads in installed distributions + * Bug fixes + * Avoid erroring when creating venv in current working directory + * Avoid introducing unnecessary system dependency on CUDA + * Clear discovered site packages when creating virtual environment + * Read index credentials from the environment during uv publish checks + * Refuse to remove non-virtual environments in uv venv + * Stop setting CLICOLOR_FORCE=1 when calling build backends + * Support file or directory removal for Windows symlinks + * Documentation + * Fix GitHub guide highlight lines + * Move Resolver to new Internals section in the Reference + * Split the "Authentication" page into sections + * Update uninstall docs to mention uvw.exe needs to be removed + ------------------------------------------------------------------- Fri Aug 22 13:54:55 UTC 2025 - Ondřej Súkup diff --git a/python-uv.spec b/python-uv.spec index c8785a2..e6bdff8 100644 --- a/python-uv.spec +++ b/python-uv.spec @@ -33,7 +33,7 @@ %bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-uv -Version: 0.8.13 +Version: 0.8.14 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.86 +BuildRequires: cargo >= 1.87 BuildRequires: cargo-packaging BuildRequires: cmake BuildRequires: fdupes diff --git a/vendor.tar.zst b/vendor.tar.zst index 39a27dc..1a7a7b8 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f516d50f91d8f39bbba00f7b96fcffa6ca4f7317fa088a4089fa138a6cd564c8 -size 60099860 +oid sha256:043f4470ae1f3ff208104a16eda4d7dc411c4b521e047c9726b449d120bcdbfe +size 59741965