From owner-svn-ports-head@freebsd.org Mon Jun 24 06:18:14 2019 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 7B6F315C3E9E; Mon, 24 Jun 2019 06:18:14 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21C0087E02; Mon, 24 Jun 2019 06:18:14 +0000 (UTC) (envelope-from koobs@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 EB7E82CFC1; Mon, 24 Jun 2019 06:18:13 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5O6ID1q006992; Mon, 24 Jun 2019 06:18:13 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5O6IDmY006991; Mon, 24 Jun 2019 06:18:13 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201906240618.x5O6IDmY006991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Mon, 24 Jun 2019 06:18:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505004 - head/devel/py-pytest-xdist X-SVN-Group: ports-head X-SVN-Commit-Author: koobs X-SVN-Commit-Paths: head/devel/py-pytest-xdist X-SVN-Commit-Revision: 505004 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 21C0087E02 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 24 Jun 2019 06:18:14 -0000 Author: koobs Date: Mon Jun 24 06:18:13 2019 New Revision: 505004 URL: https://svnweb.freebsd.org/changeset/ports/505004 Log: devel/py-pytest-xdist: Update to 1.29.0 Changelog: https://github.com/pytest-dev/pytest-xdist/blob/v1.29.0/CHANGELOG.rst Modified: head/devel/py-pytest-xdist/Makefile head/devel/py-pytest-xdist/distinfo Modified: head/devel/py-pytest-xdist/Makefile ============================================================================== --- head/devel/py-pytest-xdist/Makefile Mon Jun 24 05:59:31 2019 (r505003) +++ head/devel/py-pytest-xdist/Makefile Mon Jun 24 06:18:13 2019 (r505004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pytest-xdist -PORTVERSION= 1.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +22,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}filelock>=0:sysut USES= python USE_PYTHON= autoplist concurrent distutils + +TEST_ENV= PYTHONPATH=${WRKSRC}/src NO_ARCH= yes Modified: head/devel/py-pytest-xdist/distinfo ============================================================================== --- head/devel/py-pytest-xdist/distinfo Mon Jun 24 05:59:31 2019 (r505003) +++ head/devel/py-pytest-xdist/distinfo Mon Jun 24 06:18:13 2019 (r505004) @@ -1,3 +1,3 @@ -TIMESTAMP = 1556192690 -SHA256 (pytest-xdist-1.28.0.tar.gz) = f83a485293e81fd57c8a5a85a3f12473a532c5ca7dec518857cbb72766bb526c -SIZE (pytest-xdist-1.28.0.tar.gz) = 61486 +TIMESTAMP = 1561352686 +SHA256 (pytest-xdist-1.29.0.tar.gz) = 3489d91516d7847db5eaecff7a2e623dba68984835dbe6cedb05ae126c4fb17f +SIZE (pytest-xdist-1.29.0.tar.gz) = 61788