Date: Fri, 5 Feb 2016 06:32:41 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408134 - head/misc/py-tqdm Message-ID: <201602050632.u156WfVK092248@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri Feb 5 06:32:41 2016 New Revision: 408134 URL: https://svnweb.freebsd.org/changeset/ports/408134 Log: 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) Modified: head/misc/py-tqdm/Makefile head/misc/py-tqdm/distinfo Modified: head/misc/py-tqdm/Makefile ============================================================================== --- head/misc/py-tqdm/Makefile Fri Feb 5 06:29:59 2016 (r408133) +++ head/misc/py-tqdm/Makefile Fri Feb 5 06:32:41 2016 (r408134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tqdm -PORTVERSION= 3.7.1 +PORTVERSION= 4.0.0 DISTVERSIONPREFIX= v CATEGORIES= misc PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/misc/py-tqdm/distinfo ============================================================================== --- head/misc/py-tqdm/distinfo Fri Feb 5 06:29:59 2016 (r408133) +++ head/misc/py-tqdm/distinfo Fri Feb 5 06:32:41 2016 (r408134) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602050632.u156WfVK092248>