diff options
author | pi <pi@FreeBSD.org> | 2016-02-05 14:32:41 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-02-05 14:32:41 +0800 |
commit | feb4f072afe7e8421e97243a527c4b9f870b9275 (patch) | |
tree | 4b9b59334f26efaf8d9d951fabf7b13adaaea6f5 /misc/py-tqdm | |
parent | f8fd2876c12e006a9417f973715d802d576e3087 (diff) | |
download | freebsd-ports-gnome-feb4f072afe7e8421e97243a527c4b9f870b9275.tar.gz freebsd-ports-gnome-feb4f072afe7e8421e97243a527c4b9f870b9275.tar.zst freebsd-ports-gnome-feb4f072afe7e8421e97243a527c4b9f870b9275.zip |
misc/py-tqdm: 3.7.1 -> 4.0.0
Changes:
automate nested
deprecate nested
add manual override control with position
documentation and example updates, coverage and tests
make leave==True by default (was False)
update(n<1) raises error
sanitise and update examples and README
fix setup.py encoding error
remove py32 from Travis
changelog more accessible from README
PR: 206817
Submitted by: Neel Chauhan <neel@neelc.org> (maintainer)
Diffstat (limited to 'misc/py-tqdm')
-rw-r--r-- | misc/py-tqdm/Makefile | 2 | ||||
-rw-r--r-- | misc/py-tqdm/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-tqdm/Makefile b/misc/py-tqdm/Makefile index 78cc4a6c168a..015d5d96819b 100644 --- a/misc/py-tqdm/Makefile +++ b/misc/py-tqdm/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 3.7.1 +PORTVERSION= 4.0.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-tqdm/distinfo b/misc/py-tqdm/distinfo index 329ff0901fd1..66a0356010f5 100644 --- a/misc/py-tqdm/distinfo +++ b/misc/py-tqdm/distinfo @@ -1,2 +1,2 @@ -SHA256 (tqdm-tqdm-v3.7.1_GH0.tar.gz) = 1757611aaeccea33d45501d82a472a098f66a8dfe521236f31064d9df90ec6dc -SIZE (tqdm-tqdm-v3.7.1_GH0.tar.gz) = 459847 +SHA256 (tqdm-tqdm-v4.0.0_GH0.tar.gz) = c92ffd44a727c46adb9247df8084144b16e1179eb197b525d51786573f61afe8 +SIZE (tqdm-tqdm-v4.0.0_GH0.tar.gz) = 462438 |