From 09da00801eb1828e54e75d4fe1c66f1f23f0d6150da46f7bb5afb89a2a80fac8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Mar 2025 09:22:00 +0000 Subject: [PATCH] Accepting request 1256026 from home:mcalabkova:branches:devel:languages:python - Update to version 0.6.9 BREAKING CHANGES: * Create main.py instead of hello.py in uv init * Respect UV_PYTHON in uv python install * Set UV to the uv executable path * Error on non-existent extras, e.g., in uv sync * Error on missing dependency groups when --frozen is provided * Change -p to a --python alias in uv pip compile OTHER: * uv publish is no longer in preview * Allow users to mark platforms as "required" for wheel coverage * Use an Arc for index URLs * Add support for constraining build dependencies with tool.uv.build-constraint-dependencies * Allow quotes around command-line options in requirement.txt files * Reduce overhead in converting resolutions * Migrate to zlib-rs (again) * Use SmallString for filenames and URLs * Move the uv build backend into a separate, minimal uv_build package * Allow --constraints and --overrides in uvx * Add support for dynamic musl Python distributions on x86-64 Linux * Upgrade the build toolchain to LLVM 20, improving performance * Add --marker flag to uv add * Allow overriding module name for uv build backend * Sync latest Python releases * Update BaseClientBuild to accept custom proxies * Enable FTS3 enhanced query syntax for SQLite * Add simpler --managed-python and --no-managed-python flags for toggling Python preference * Use keyring --mode creds when authenticate = "always" * Add boolish value parser for UV_MANAGED_PYTHON flags * Automatically infer the PyTorch index via --torch-backend=auto * More changes, see upstream changelog OBS-URL: https://build.opensuse.org/request/show/1256026 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=33 --- python-uv-0.5.30.tar.gz | 3 --- python-uv-0.6.9.tar.gz | 3 +++ python-uv.changes | 37 +++++++++++++++++++++++++++++++++++++ python-uv.spec | 2 +- vendor.tar.zst | 4 ++-- 5 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 python-uv-0.5.30.tar.gz create mode 100644 python-uv-0.6.9.tar.gz diff --git a/python-uv-0.5.30.tar.gz b/python-uv-0.5.30.tar.gz deleted file mode 100644 index 9e99ac8..0000000 --- a/python-uv-0.5.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a8192a7a791fcecfd615a7acbf7f18440bef754f444e5088e356c11a0cdb3f0 -size 3510601 diff --git a/python-uv-0.6.9.tar.gz b/python-uv-0.6.9.tar.gz new file mode 100644 index 0000000..87a947a --- /dev/null +++ b/python-uv-0.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c8dd9663f7c118195203b2b6d8d3b5cd62c277289e60cf3e77790d53245a3c +size 3805843 diff --git a/python-uv.changes b/python-uv.changes index fb017ef..ee8769a 100644 --- a/python-uv.changes +++ b/python-uv.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Tue Mar 25 16:09:11 UTC 2025 - Markéta Machová + +- Update to version 0.6.9 + BREAKING CHANGES: + * Create main.py instead of hello.py in uv init + * Respect UV_PYTHON in uv python install + * Set UV to the uv executable path + * Error on non-existent extras, e.g., in uv sync + * Error on missing dependency groups when --frozen is provided + * Change -p to a --python alias in uv pip compile + OTHER: + * uv publish is no longer in preview + * Allow users to mark platforms as "required" for wheel coverage + * Use an Arc for index URLs + * Add support for constraining build dependencies with + tool.uv.build-constraint-dependencies + * Allow quotes around command-line options in requirement.txt files + * Reduce overhead in converting resolutions + * Migrate to zlib-rs (again) + * Use SmallString for filenames and URLs + * Move the uv build backend into a separate, minimal uv_build package + * Allow --constraints and --overrides in uvx + * Add support for dynamic musl Python distributions on x86-64 Linux + * Upgrade the build toolchain to LLVM 20, improving performance + * Add --marker flag to uv add + * Allow overriding module name for uv build backend + * Sync latest Python releases + * Update BaseClientBuild to accept custom proxies + * Enable FTS3 enhanced query syntax for SQLite + * Add simpler --managed-python and --no-managed-python flags for + toggling Python preference + * Use keyring --mode creds when authenticate = "always" + * Add boolish value parser for UV_MANAGED_PYTHON flags + * Automatically infer the PyTorch index via --torch-backend=auto + * More changes, see upstream changelog + ------------------------------------------------------------------- Tue Feb 11 07:57:46 UTC 2025 - Soc Virnyl Estela diff --git a/python-uv.spec b/python-uv.spec index 7cdf20b..6fa2100 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.5.30 +Version: 0.6.9 Release: 0 Summary: A Python package installer and resolver, written in Rust License: Apache-2.0 OR MIT diff --git a/vendor.tar.zst b/vendor.tar.zst index a2a39b8..e85e45f 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4f4675b6e40d1da4dbe30ae909af85ded19d692a0c5a7ed15708e42e2f889a9 -size 65504142 +oid sha256:bcb1d2d8b6a68d7a440c9d2325889b5a8ef819495ce13d8ec01319a7e8950ff0 +size 64031609