From owner-svn-ports-all@freebsd.org Fri Aug 31 23:48:21 2018 Return-Path: Delivered-To: svn-ports-all@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 ADF0FFCE6F6; Fri, 31 Aug 2018 23:48:21 +0000 (UTC) (envelope-from sunpoet@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 4A8598BCC2; Fri, 31 Aug 2018 23:48:21 +0000 (UTC) (envelope-from sunpoet@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 2A3EC221FD; Fri, 31 Aug 2018 23:48:21 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7VNmKFX022618; Fri, 31 Aug 2018 23:48:20 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7VNmK4l022616; Fri, 31 Aug 2018 23:48:20 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201808312348.w7VNmK4l022616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 31 Aug 2018 23:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478632 - head/devel/py-pytest X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-pytest X-SVN-Commit-Revision: 478632 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 23:48:21 -0000 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