svn commit: r468041 - head/devel/py-pytest-tornado

Jan Beich jbeich at FreeBSD.org
Sun Apr 22 17:30:20 UTC 2018


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


More information about the svn-ports-head mailing list