svn commit: r533631 - head/devel/py-tenacity

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 2 01:38:46 UTC 2020


Author: sunpoet
Date: Sat May  2 01:38:41 2020
New Revision: 533631
URL: https://svnweb.freebsd.org/changeset/ports/533631

Log:
  Update to 6.2.0
  
  Changes:	https://github.com/jd/tenacity/releases
  		https://github.com/jd/tenacity/commits/master

Modified:
  head/devel/py-tenacity/Makefile
  head/devel/py-tenacity/distinfo

Modified: head/devel/py-tenacity/Makefile
==============================================================================
--- head/devel/py-tenacity/Makefile	Sat May  2 01:38:36 2020	(r533630)
+++ head/devel/py-tenacity/Makefile	Sat May  2 01:38:41 2020	(r533631)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	tenacity
-PORTVERSION=	6.1.0
+PORTVERSION=	6.2.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PY_FUTURES} \
-		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
+		${PY_TYPING}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-tenacity/distinfo
==============================================================================
--- head/devel/py-tenacity/distinfo	Sat May  2 01:38:36 2020	(r533630)
+++ head/devel/py-tenacity/distinfo	Sat May  2 01:38:41 2020	(r533631)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582811384
-SHA256 (tenacity-6.1.0.tar.gz) = fb01d8ef2474eed422d8314a566c9e391cccb6e50cf4585022add6cb5cda66c8
-SIZE (tenacity-6.1.0.tar.gz) = 33438
+TIMESTAMP = 1588348217
+SHA256 (tenacity-6.2.0.tar.gz) = 29ae90e7faf488a8628432154bb34ace1cca58244c6ea399fd33f066ac71339a
+SIZE (tenacity-6.2.0.tar.gz) = 35213


More information about the svn-ports-head mailing list