Date: Sat, 4 May 2019 20:42:00 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500830 - head/devel/py-pytest-cov Message-ID: <201905042042.x44Kg0Qg035925@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sat May 4 20:41:59 2019 New Revision: 500830 URL: https://svnweb.freebsd.org/changeset/ports/500830 Log: devel/py-pytest-cov: Update to 2.7.1 Changelog: https://github.com/pytest-dev/pytest-cov/blob/v2.7.1/CHANGELOG.rst Modified: head/devel/py-pytest-cov/Makefile head/devel/py-pytest-cov/distinfo Modified: head/devel/py-pytest-cov/Makefile ============================================================================== --- head/devel/py-pytest-cov/Makefile Sat May 4 20:31:46 2019 (r500829) +++ head/devel/py-pytest-cov/Makefile Sat May 4 20:41:59 2019 (r500830) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest-cov -PORTVERSION= 2.6.1 +PORTVERSION= 2.7.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +13,11 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest>=3.6:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils + NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/py-pytest-cov/distinfo ============================================================================== --- head/devel/py-pytest-cov/distinfo Sat May 4 20:31:46 2019 (r500829) +++ head/devel/py-pytest-cov/distinfo Sat May 4 20:41:59 2019 (r500830) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547070265 -SHA256 (pytest-cov-2.6.1.tar.gz) = 0ab664b25c6aa9716cbf203b17ddb301932383046082c081b9848a0edf5add33 -SIZE (pytest-cov-2.6.1.tar.gz) = 35307 +TIMESTAMP = 1557001707 +SHA256 (pytest-cov-2.7.1.tar.gz) = e00ea4fdde970725482f1f35630d12f074e121a23801aabf2ae154ec6bdd343a +SIZE (pytest-cov-2.7.1.tar.gz) = 42121
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905042042.x44Kg0Qg035925>