From 70a5b91eb5f5183312e95cb7a77ffb8796346664b83049781f6ae9c36ea27fc6 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Fri, 12 Sep 2025 09:17:01 +0000 Subject: [PATCH] - Update python-uv requirement for completion packages OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=119 --- python-uv.changes | 5 +++++ python-uv.spec | 13 ++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/python-uv.changes b/python-uv.changes index b2f194a..0b19774 100644 --- a/python-uv.changes +++ b/python-uv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 12 09:13:31 UTC 2025 - Daniel Garcia + +- Update python-uv requirement for completion packages + ------------------------------------------------------------------- Thu Sep 12 05:39:40 UTC 2025 - Daniel Garcia diff --git a/python-uv.spec b/python-uv.spec index f001d8e..f176497 100644 --- a/python-uv.spec +++ b/python-uv.spec @@ -71,9 +71,9 @@ Requires: python3 %package -n uv-fish-completion Summary: Fish Completion for %{name} Provides: python-uv-fish-completion = %{version} -Supplements: (%{name} and fish) -Requires: %{name} +Supplements: (uv and fish) Requires: fish +Requires: uv BuildArch: noarch %description -n uv-fish-completion @@ -82,8 +82,8 @@ Fish command-line completion support for %{name}. %package -n uv-zsh-completion Summary: Zsh Completion for %{name} Provides: python-uv-zsh-completion = %{version} -Supplements: (%{name} and zsh) -Requires: %{name} +Supplements: (uv and zsh) +Requires: uv Requires: zsh BuildArch: noarch @@ -93,9 +93,9 @@ Zsh command-line completion support for %{name}. %package -n uv-bash-completion Summary: Bash Completion for %{name} Provides: python-uv-bash-completion = %{version} -Supplements: (%{name} and bash-completion) -Requires: %{name} +Supplements: (uv and bash-completion) Requires: bash-completion +Requires: uv BuildArch: noarch %description -n uv-bash-completion @@ -112,7 +112,6 @@ drop-in replacement for common pip and pip-tools workflows. %ifnarch x86_64 # Reduce memory consumption for non x86 arches sed -i '/lto = "fat"/d' Cargo.toml - %endif %build