From 1701033f69ce90f3d47dff21286d0e8bf736d4301f56ddb94bffc37fd6650152 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 6 Oct 2017 14:49:40 +0000 Subject: [PATCH] Accepting request 532237 from home:jengelh:branches:devel:languages:python - Redo description with sensible content. OBS-URL: https://build.opensuse.org/request/show/532237 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=10 --- python-tqdm.changes | 5 +++++ python-tqdm.spec | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-tqdm.changes b/python-tqdm.changes index 7d791a5..e6a97c6 100644 --- a/python-tqdm.changes +++ b/python-tqdm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 6 14:01:07 UTC 2017 - jengelh@inai.de + +- Redo description with sensible content. + ------------------------------------------------------------------- Tue Oct 3 01:13:12 UTC 2017 - arun@gmx.de diff --git a/python-tqdm.spec b/python-tqdm.spec index d198848..4545502 100644 --- a/python-tqdm.spec +++ b/python-tqdm.spec @@ -22,7 +22,7 @@ Name: python-tqdm Version: 4.18.0 Release: 0 -Summary: A Fast, Extensible Progress Meter +Summary: An extensible progress meter License: MPL-2.0 and MIT Group: Development/Languages/Python Url: https://github.com/tqdm/tqdm @@ -46,8 +46,10 @@ BuildArch: noarch %python_subpackages %description -Instantly make your loops show a smart progress meter - just wrap any -iterable with "tqdm(iterable)", and you're done! +tqdm lets you output a progress meter from within loops by wrapping +any iterable with "tqdm(iterable)". +tqdm's overhead is one order of magnitude less than python-progressbar +and does not require ncurses. %prep %setup -q -n tqdm-%{version}