Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 17:39:31 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443105 - head/misc/py-tqdm
Message-ID:  <201706101739.v5AHdVKE090772@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jun 10 17:39:30 2017
New Revision: 443105
URL: https://svnweb.freebsd.org/changeset/ports/443105

Log:
  misc/py-tqdm: Update to 4.13.0
  
  While here, adjust license
  
  Changes: https://github.com/tqdm/tqdm/releases/tag/v4.13.0
  
  PR:		219735
  Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
  Approved by:	garga (mentor)
  Differential Revision:	https://reviews.freebsd.org/D11044

Modified:
  head/misc/py-tqdm/Makefile
  head/misc/py-tqdm/distinfo

Modified: head/misc/py-tqdm/Makefile
==============================================================================
--- head/misc/py-tqdm/Makefile	Sat Jun 10 17:38:49 2017	(r443104)
+++ head/misc/py-tqdm/Makefile	Sat Jun 10 17:39:30 2017	(r443105)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tqdm
-PORTVERSION=	4.11.2
+PORTVERSION=	4.13.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	misc
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,7 +9,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	neel@neelc.org
 COMMENT=	Fast, extensible progress bar for Python
 
-LICENSE=	MIT
+LICENSE=	MIT MPL
+LICENSE_COMB=	multi
 
 USE_GITHUB=	yes
 

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Sat Jun 10 17:38:49 2017	(r443104)
+++ head/misc/py-tqdm/distinfo	Sat Jun 10 17:39:30 2017	(r443105)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1485800974
-SHA256 (tqdm-tqdm-v4.11.2_GH0.tar.gz) = 877879474d232d6f6c091b704789fe94274c7e9679e837c6d3adfaa530df7c88
-SIZE (tqdm-tqdm-v4.11.2_GH0.tar.gz) = 799893
+TIMESTAMP = 1496457226
+SHA256 (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 871efbf69e5647ea1767338dd9c4c45bd6d672bc046404dd02e214103959b1e0
+SIZE (tqdm-tqdm-v4.13.0_GH0.tar.gz) = 800614



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706101739.v5AHdVKE090772>