forked from pool/python-uv
- Update python-uv requirement for completion packages
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uv?expand=0&rev=119
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 09:13:31 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Update python-uv requirement for completion packages
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 05:39:40 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user