Date: Sat, 2 May 2020 01:38:42 +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: r533631 - head/devel/py-tenacity Message-ID: <202005020138.0421cgg0054451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005020138.0421cgg0054451>