diff options
author | rm <rm@FreeBSD.org> | 2012-12-31 15:51:28 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-31 15:51:28 +0800 |
commit | b792fcbe669edc31a32fb35988778d83c033cd94 (patch) | |
tree | bdf2825c7730e5303120d2448cdb5dc72d9db72b /devel | |
parent | a3123cceeb8507e51069ee8a9cce4b7fdceaab0b (diff) | |
download | freebsd-ports-gnome-b792fcbe669edc31a32fb35988778d83c033cd94.tar.gz freebsd-ports-gnome-b792fcbe669edc31a32fb35988778d83c033cd94.tar.zst freebsd-ports-gnome-b792fcbe669edc31a32fb35988778d83c033cd94.zip |
- update to 2.3.4
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pytest/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pytest/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-pytest/Makefile b/devel/py-pytest/Makefile index c9d2a2f63cfb..26c3f05813b1 100644 --- a/devel/py-pytest/Makefile +++ b/devel/py-pytest/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 2.3.2 +PORTVERSION= 2.3.4 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,7 @@ COMMENT= Cross-project testing tool for Python LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.8:${PORTSDIR}/devel/py-pylib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.12:${PORTSDIR}/devel/py-pylib # Python 3 ready USE_PYTHON= yes diff --git a/devel/py-pytest/distinfo b/devel/py-pytest/distinfo index 3a8cb0a66085..8e27e8566151 100644 --- a/devel/py-pytest/distinfo +++ b/devel/py-pytest/distinfo @@ -1,2 +1,2 @@ -SHA256 (pytest-2.3.2.zip) = ff1efd507224cdd768d3827272c87e0cf99571f242c8a5bb634b9d35469fd61d -SIZE (pytest-2.3.2.zip) = 515396 +SHA256 (pytest-2.3.4.zip) = 5616f744a311c5f5fbb44943aaa41c32df70ba132159a0a9fb6c999060d7645c +SIZE (pytest-2.3.4.zip) = 527214 |