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}