diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-23 01:30:19 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-23 01:30:19 +0800 |
commit | 060da5f7f60dd684392174fa35bd53e4cbf8e14a (patch) | |
tree | 7831098c48a0240035b93fc14c650f4948aad685 | |
parent | 81d348c53b1c4b4b8ae3a42665ef74df29bbfddf (diff) | |
download | freebsd-ports-gnome-060da5f7f60dd684392174fa35bd53e4cbf8e14a.tar.gz freebsd-ports-gnome-060da5f7f60dd684392174fa35bd53e4cbf8e14a.tar.zst freebsd-ports-gnome-060da5f7f60dd684392174fa35bd53e4cbf8e14a.zip |
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)
-rw-r--r-- | devel/py-pytest-tornado/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pytest-tornado/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-pytest-tornado/Makefile b/devel/py-pytest-tornado/Makefile index 9431017264e3..10d729dca874 100644 --- a/devel/py-pytest-tornado/Makefile +++ b/devel/py-pytest-tornado/Makefile @@ -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 for tornado 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 diff --git a/devel/py-pytest-tornado/distinfo b/devel/py-pytest-tornado/distinfo index df2fd49edf9d..99c79d5d03e5 100644 --- a/devel/py-pytest-tornado/distinfo +++ b/devel/py-pytest-tornado/distinfo @@ -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 |