svn commit: r475143 - head/devel/py-pytest-timeout

Fukang Chen loader at FreeBSD.org
Mon Jul 23 03:19:27 UTC 2018


Author: loader (doc committer)
Date: Mon Jul 23 03:19:25 2018
New Revision: 475143
URL: https://svnweb.freebsd.org/changeset/ports/475143

Log:
  devel/py-pytest-timeout: Update to 1.3.0
  
    https://bitbucket.org/pytest-dev/pytest-timeout/commits/bc44bf29c3d5be6295b43fde8709c0c56ab36b99#chg-README
  
  Reviewed by:	koobs
  Approved by:	koobs (mentor)
  Differential Revision:	https://reviews.freebsd.org/D16367

Modified:
  head/devel/py-pytest-timeout/Makefile
  head/devel/py-pytest-timeout/distinfo
  head/devel/py-pytest-timeout/pkg-descr

Modified: head/devel/py-pytest-timeout/Makefile
==============================================================================
--- head/devel/py-pytest-timeout/Makefile	Mon Jul 23 03:04:18 2018	(r475142)
+++ head/devel/py-pytest-timeout/Makefile	Mon Jul 23 03:19:25 2018	(r475143)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest-timeout
-PORTVERSION=	1.2.1
+PORTVERSION=	1.3.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,8 +13,8 @@ COMMENT=	Pytest plugin to abort hanging tests
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
 
 NO_ARCH=	yes

Modified: head/devel/py-pytest-timeout/distinfo
==============================================================================
--- head/devel/py-pytest-timeout/distinfo	Mon Jul 23 03:04:18 2018	(r475142)
+++ head/devel/py-pytest-timeout/distinfo	Mon Jul 23 03:19:25 2018	(r475143)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522165891
-SHA256 (pytest-timeout-1.2.1.tar.gz) = 68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd
-SIZE (pytest-timeout-1.2.1.tar.gz) = 11498
+TIMESTAMP = 1532067067
+SHA256 (pytest-timeout-1.3.0.tar.gz) = 08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641
+SIZE (pytest-timeout-1.3.0.tar.gz) = 14649

Modified: head/devel/py-pytest-timeout/pkg-descr
==============================================================================
--- head/devel/py-pytest-timeout/pkg-descr	Mon Jul 23 03:04:18 2018	(r475142)
+++ head/devel/py-pytest-timeout/pkg-descr	Mon Jul 23 03:19:25 2018	(r475143)
@@ -3,4 +3,4 @@ When doing so it will show a stack dump of all threads
 time. This is useful when running tests under a continuous integration
 server or simply if you don't know why the test suite hangs.
 
-WWW: https://bitbucket.org/flub/pytest-timeout
+WWW: https://bitbucket.org/pytest-dev/pytest-timeout


More information about the svn-ports-all mailing list