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
This commit is contained in:
Jan Matejek 2017-10-06 14:49:40 +00:00 committed by Git OBS Bridge
parent 13fc4bd062
commit 1701033f69
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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}