Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jun 2019 06:18:13 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505004 - head/devel/py-pytest-xdist
Message-ID:  <201906240618.x5O6IDmY006991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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