diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-09-14 08:25:38 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-09-14 08:25:38 +0800 |
commit | d69d38f329e66e9ba012e0a7770090822eaa0236 (patch) | |
tree | 23b47ef2d18cd39cd6cdf7589cc04d608046347e /devel/py-pytest-cov | |
parent | 928d336f0610863f1bb63322433e6b04cb509ae7 (diff) | |
download | freebsd-ports-gnome-d69d38f329e66e9ba012e0a7770090822eaa0236.tar.gz freebsd-ports-gnome-d69d38f329e66e9ba012e0a7770090822eaa0236.tar.zst freebsd-ports-gnome-d69d38f329e66e9ba012e0a7770090822eaa0236.zip |
devel/py-pytest-cov: Update to 2.6.0
Changes: https://raw.githubusercontent.com/pytest-dev/pytest-cov/v2.6.0/CHANGELOG.rst
Diffstat (limited to 'devel/py-pytest-cov')
-rw-r--r-- | devel/py-pytest-cov/Makefile | 6 | ||||
-rw-r--r-- | devel/py-pytest-cov/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-pytest-cov/Makefile b/devel/py-pytest-cov/Makefile index 2639791b3aeb..00613e0e192f 100644 --- a/devel/py-pytest-cov/Makefile +++ b/devel/py-pytest-cov/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest-cov -PORTVERSION= 2.5.1 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Pytest plugin for measuring coverage LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=3.7.1:devel/py-coverage@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.0:devel/py-pytest@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=4.4:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=2.9:devel/py-pytest@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-pytest-cov/distinfo b/devel/py-pytest-cov/distinfo index f1b038781b18..82e8474b7d6e 100644 --- a/devel/py-pytest-cov/distinfo +++ b/devel/py-pytest-cov/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505266858 -SHA256 (pytest-cov-2.5.1.tar.gz) = 03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d -SIZE (pytest-cov-2.5.1.tar.gz) = 36201 +TIMESTAMP = 1536328086 +SHA256 (pytest-cov-2.6.0.tar.gz) = e360f048b7dae3f2f2a9a4d067b2dd6b6a015d384d1577c994a43f3f7cbad762 +SIZE (pytest-cov-2.6.0.tar.gz) = 33026 |