Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2017 18:52:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441543 - head/devel/py-pytest
Message-ID:  <201705231852.v4NIq9fb063372@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue May 23 18:52:09 2017
New Revision: 441543
URL: https://svnweb.freebsd.org/changeset/ports/441543

Log:
  Update to 3.1.0
  
  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	Tue May 23 18:52:04 2017	(r441542)
+++ head/devel/py-pytest/Makefile	Tue May 23 18:52:09 2017	(r441543)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest
-PORTVERSION=	3.0.7
+PORTVERSION=	3.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,7 @@ COMMENT=	Simple powerful testing with Py
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.4.29:devel/py${SLAVE_SUFFIX}-py
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \
 		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \

Modified: head/devel/py-pytest/distinfo
==============================================================================
--- head/devel/py-pytest/distinfo	Tue May 23 18:52:04 2017	(r441542)
+++ head/devel/py-pytest/distinfo	Tue May 23 18:52:09 2017	(r441543)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489572015
-SHA256 (pytest-3.0.7.tar.gz) = b70696ebd1a5e6b627e7e3ac1365a4bc60aaf3495e843c1e70448966c5224cab
-SIZE (pytest-3.0.7.tar.gz) = 743866
+TIMESTAMP = 1495550519
+SHA256 (pytest-3.1.0.tar.gz) = 239c71f1804b57b07806f315752b42f675ddf3109a11ebe8d40eef043db12a83
+SIZE (pytest-3.1.0.tar.gz) = 760912



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