Date: Fri, 31 Aug 2018 23:48:20 +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: r478632 - head/devel/py-pytest Message-ID: <201808312348.w7VNmK4l022616@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 31 23:48:20 2018 New Revision: 478632 URL: https://svnweb.freebsd.org/changeset/ports/478632 Log: Update to 3.6.4 Changes: https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst Modified: head/devel/py-pytest/Makefile head/devel/py-pytest/distinfo Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Fri Aug 31 23:48:15 2018 (r478631) +++ head/devel/py-pytest/Makefile Fri Aug 31 23:48:20 2018 (r478632) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,9 +27,10 @@ TEST_DEPENDS= bash:shells/bash \ ${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted@${PY_FLAVOR} -NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) Modified: head/devel/py-pytest/distinfo ============================================================================== --- head/devel/py-pytest/distinfo Fri Aug 31 23:48:15 2018 (r478631) +++ head/devel/py-pytest/distinfo Fri Aug 31 23:48:20 2018 (r478632) @@ -1,3 +1,3 @@ -TIMESTAMP = 1530605771 -SHA256 (pytest-3.6.2.tar.gz) = 8ea01fc4fcc8e1b1e305252b4bc80a1528019ab99fd3b88666c9dc38d754406c -SIZE (pytest-3.6.2.tar.gz) = 829730 +TIMESTAMP = 1535728734 +SHA256 (pytest-3.6.4.tar.gz) = 341ec10361b64a24accaec3c7ba5f7d5ee1ca4cebea30f76fad3dd12db9f0541 +SIZE (pytest-3.6.4.tar.gz) = 832791
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808312348.w7VNmK4l022616>