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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jun 14 14:24:50 UTC 2020


Author: sunpoet
Date: Sun Jun 14 14:24:45 2020
New Revision: 538775
URL: https://svnweb.freebsd.org/changeset/ports/538775

Log:
  Update to 4.46.1
  
  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	Sun Jun 14 14:24:40 2020	(r538774)
+++ head/misc/py-tqdm/Makefile	Sun Jun 14 14:24:45 2020	(r538775)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	tqdm
-DISTVERSION=	4.46.0
+PORTVERSION=	4.46.1
 CATEGORIES=	misc
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_MIT=	${WRKSRC}/LICENCE
 
 USES=		python
-USE_PYTHON=	distutils autoplist concurrent
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 

Modified: head/misc/py-tqdm/distinfo
==============================================================================
--- head/misc/py-tqdm/distinfo	Sun Jun 14 14:24:40 2020	(r538774)
+++ head/misc/py-tqdm/distinfo	Sun Jun 14 14:24:45 2020	(r538775)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589006700
-SHA256 (tqdm-4.46.0.tar.gz) = 4733c4a10d0f2a4d098d801464bdaf5240c7dadd2a7fde4ee93b0a0efd9fb25e
-SIZE (tqdm-4.46.0.tar.gz) = 144312
+TIMESTAMP = 1591281396
+SHA256 (tqdm-4.46.1.tar.gz) = cd140979c2bebd2311dfb14781d8f19bd5a9debb92dcab9f6ef899c987fcf71f
+SIZE (tqdm-4.46.1.tar.gz) = 144383


More information about the svn-ports-all mailing list