svn commit: r408134 - head/misc/py-tqdm

Kurt Jaeger pi at FreeBSD.org
Fri Feb 5 06:32:43 UTC 2016


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


More information about the svn-ports-all mailing list