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:
parent
13fc4bd062
commit
1701033f69
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user