From 415aa221b5f87b1a00d0b7f6dd98ca06917f7264cc99f7e045a99e598eb2f8d9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 1 Feb 2021 10:31:49 +0000 Subject: [PATCH] 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 --- python-tqdm.changes | 5 +++++ python-tqdm.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-tqdm.changes b/python-tqdm.changes index 22bd352..1033972 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 1 09:11:40 UTC 2021 - Benjamin Greiner + +- Simplify the rich supplements in the bash completions package + ------------------------------------------------------------------- Wed Jan 13 10:15:20 UTC 2021 - Markéta Machová diff --git a/python-tqdm.spec b/python-tqdm.spec index e6700f4..55c849b 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -66,7 +66,7 @@ and does not require ncurses. %package -n %allpython-tqdm-bash-completion Summary: Bash completion for python-tqdm 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 tqdm lets you output a progress meter from within loops by wrapping