Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2018 00:25:38 +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: r479752 - head/devel/py-pytest-cov
Message-ID:  <201809140025.w8E0PceO063936@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Fri Sep 14 00:25:38 2018
New Revision: 479752
URL: https://svnweb.freebsd.org/changeset/ports/479752

Log:
  devel/py-pytest-cov: Update to 2.6.0
  
  Changes:	https://raw.githubusercontent.com/pytest-dev/pytest-cov/v2.6.0/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	Fri Sep 14 00:23:32 2018	(r479751)
+++ head/devel/py-pytest-cov/Makefile	Fri Sep 14 00:25:38 2018	(r479752)
@@ -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

Modified: head/devel/py-pytest-cov/distinfo
==============================================================================
--- head/devel/py-pytest-cov/distinfo	Fri Sep 14 00:23:32 2018	(r479751)
+++ head/devel/py-pytest-cov/distinfo	Fri Sep 14 00:25:38 2018	(r479752)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809140025.w8E0PceO063936>