python/tqdm: Updated for version 4.10.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
0ae06b859d
commit
375304f44d
|
@ -12,8 +12,8 @@ tqdm: A fast, extensible progress bar for Python. Instantly make your
|
|||
tqdm: loops show a smart progress meter - just wrap any iterable with
|
||||
tqdm: tqdm(iterable), and you're done!
|
||||
tqdm:
|
||||
tqdm:
|
||||
tqdm:
|
||||
tqdm:
|
||||
tqdm:
|
||||
tqdm: Homepage: https://github.com/tqdm/tqdm
|
||||
tqdm:
|
||||
tqdm:
|
||||
tqdm:
|
||||
tqdm:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=tqdm
|
||||
VERSION=${VERSION:-4.9.0}
|
||||
VERSION=${VERSION:-4.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tqdm"
|
||||
VERSION="4.9.0"
|
||||
VERSION="4.10.0"
|
||||
HOMEPAGE="http://chump.readthedocs.org"
|
||||
DOWNLOAD="https://pypi.python.org/packages/31/99/65610a0c0f1ae49227e64cc30a46904757301eadc52e0a7da0a6f0f5dcff/tqdm-4.9.0.tar.gz"
|
||||
MD5SUM="4c6c357bdb7ce69c30f32eb9c38ac193"
|
||||
DOWNLOAD="https://pypi.python.org/packages/88/14/0db1706f249108199bd92ccc5b59b4fd15425d6eb83dc061fbecf59a945e/tqdm-4.10.0.tar.gz"
|
||||
MD5SUM="2ed4ecde54bf9a6a989b3197dcccd56a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue