From owner-svn-ports-head@freebsd.org Fri Sep 14 00:25:39 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 67EEC109EFFE; Fri, 14 Sep 2018 00:25:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B5B18D63E; Fri, 14 Sep 2018 00:25:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 163591CEC4; Fri, 14 Sep 2018 00:25:39 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8E0PcUS063938; Fri, 14 Sep 2018 00:25:38 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8E0PceO063936; Fri, 14 Sep 2018 00:25:38 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201809140025.w8E0PceO063936@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Fri, 14 Sep 2018 00:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479752 - head/devel/py-pytest-cov X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-pytest-cov X-SVN-Commit-Revision: 479752 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2018 00:25:39 -0000 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