Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2018 17:30:19 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468041 - head/devel/py-pytest-tornado
Message-ID:  <201804221730.w3MHUJC9091788@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Apr 22 17:30:19 2018
New Revision: 468041
URL: https://svnweb.freebsd.org/changeset/ports/468041

Log:
  devel/py-pytest-tornado: update to 0.5.0
  
  Changes:	https://github.com/eugeniy/pytest-tornado/compare/v0.4.5...v0.5.0
  MFH:		2018Q2 (r464162 compat)

Modified:
  head/devel/py-pytest-tornado/Makefile   (contents, props changed)
  head/devel/py-pytest-tornado/distinfo   (contents, props changed)

Modified: head/devel/py-pytest-tornado/Makefile
==============================================================================
--- head/devel/py-pytest-tornado/Makefile	Sun Apr 22 17:26:23 2018	(r468040)
+++ head/devel/py-pytest-tornado/Makefile	Sun Apr 22 17:30:19 2018	(r468041)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest-tornado
-PORTVERSION=	0.4.5
+PORTVERSION=	0.5.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Py.test plugin providing fixtures and markers
 LICENSE=	APACHE20
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}tornado>0:www/py-tornado@${FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}tornado>=4:www/py-tornado@${FLAVOR}
 
 NO_ARCH=	yes
 USES=		python

Modified: head/devel/py-pytest-tornado/distinfo
==============================================================================
--- head/devel/py-pytest-tornado/distinfo	Sun Apr 22 17:26:23 2018	(r468040)
+++ head/devel/py-pytest-tornado/distinfo	Sun Apr 22 17:30:19 2018	(r468041)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1456171114
-SHA256 (pytest-tornado-0.4.5.tar.gz) = 28b772d8dbea3d98da94d6697f739652a373b35123e0ed60af77557c6a2c392c
-SIZE (pytest-tornado-0.4.5.tar.gz) = 4685
+TIMESTAMP = 1524338305
+SHA256 (pytest-tornado-0.5.0.tar.gz) = 214fc59d06fb81696fce3028b56dff522168ac1cfc784cfc0077b7b1e425b4cd
+SIZE (pytest-tornado-0.5.0.tar.gz) = 4698



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