Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Nov 2020 21:17:47 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556363 - head/misc/py-tqdm
Message-ID:  <202011262117.0AQLHlgI051068@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Nov 26 21:17:47 2020
New Revision: 556363
URL: https://svnweb.freebsd.org/changeset/ports/556363

Log:
  Update to 4.53.0
  
  Changes:	https://github.com/tqdm/tqdm/releases

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

Modified: head/misc/py-tqdm/Makefile
==============================================================================
--- head/misc/py-tqdm/Makefile	Thu Nov 26 21:17:42 2020	(r556362)
+++ head/misc/py-tqdm/Makefile	Thu Nov 26 21:17:47 2020	(r556363)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tqdm
-PORTVERSION=	4.52.0
+PORTVERSION=	4.53.0
 CATEGORIES=	misc
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,8 @@ COMMENT=	Fast, extensible progress bar for Python
 LICENSE=	MIT MPL20
 LICENSE_COMB=	multi
 LICENSE_FILE_MIT=	${WRKSRC}/LICENCE
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Thu Nov 26 21:17:42 2020	(r556362)
+++ head/misc/py-tqdm/distinfo	Thu Nov 26 21:17:47 2020	(r556363)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605901660
-SHA256 (tqdm-4.52.0.tar.gz) = 18d6a615aedd09ec8456d9524489dab330af4bd5c2a14a76eb3f9a0e14471afe
-SIZE (tqdm-4.52.0.tar.gz) = 180391
+TIMESTAMP = 1606307709
+SHA256 (tqdm-4.53.0.tar.gz) = 3d3f1470d26642e88bd3f73353cb6ff4c51ef7d5d7efef763238f4bc1f7e4e81
+SIZE (tqdm-4.53.0.tar.gz) = 179940



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