Accepting request 868311 from home:bnavigator:branches:devel:languages:python
- Simplify the rich supplements in the bash completions package OBS-URL: https://build.opensuse.org/request/show/868311 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=92
This commit is contained in:
parent
13a9fe7e88
commit
415aa221b5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 1 09:11:40 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Simplify the rich supplements in the bash completions package
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 13 10:15:20 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
Wed Jan 13 10:15:20 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ and does not require ncurses.
|
|||||||
%package -n %allpython-tqdm-bash-completion
|
%package -n %allpython-tqdm-bash-completion
|
||||||
Summary: Bash completion for python-tqdm
|
Summary: Bash completion for python-tqdm
|
||||||
Requires: bash-completion
|
Requires: bash-completion
|
||||||
Supplements: ((%{lua: print(string.sub(rpm.expand("%{python_module tqdm or}"),0,-4))}) and bash)
|
Supplements: %{python_module tqdm and bash-completion}
|
||||||
|
|
||||||
%description -n %allpython-tqdm-bash-completion
|
%description -n %allpython-tqdm-bash-completion
|
||||||
tqdm lets you output a progress meter from within loops by wrapping
|
tqdm lets you output a progress meter from within loops by wrapping
|
||||||
|
Loading…
x
Reference in New Issue
Block a user