Date: Mon, 11 Sep 2017 15:08:09 +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: r449654 - head/devel/py-pytest-asyncio Message-ID: <201709111508.v8BF891E084676@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Sep 11 15:08:09 2017 New Revision: 449654 URL: https://svnweb.freebsd.org/changeset/ports/449654 Log: devel/py-pytest-asyncio: update to 0.7.0 Changes: https://pypi.python.org/pypi/pytest-asyncio#id1 Modified: head/devel/py-pytest-asyncio/Makefile (contents, props changed) head/devel/py-pytest-asyncio/distinfo (contents, props changed) Modified: head/devel/py-pytest-asyncio/Makefile ============================================================================== --- head/devel/py-pytest-asyncio/Makefile Mon Sep 11 14:55:29 2017 (r449653) +++ head/devel/py-pytest-asyncio/Makefile Mon Sep 11 15:08:09 2017 (r449654) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest-asyncio -PORTVERSION= 0.6.0 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,10 @@ COMMENT= Py.test plugin providing fixtures and markers LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.2:devel/py3-pytest +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.0.6:devel/py3-pytest NO_ARCH= yes -USES= python:3.3+ +USES= python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.pre.mk> Modified: head/devel/py-pytest-asyncio/distinfo ============================================================================== --- head/devel/py-pytest-asyncio/distinfo Mon Sep 11 14:55:29 2017 (r449653) +++ head/devel/py-pytest-asyncio/distinfo Mon Sep 11 15:08:09 2017 (r449654) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496009958 -SHA256 (pytest-asyncio-0.6.0.tar.gz) = e5c6786ece4b3bbb0cca1bf68bf089756a62760e3764dc84eaee39bfab70289b -SIZE (pytest-asyncio-0.6.0.tar.gz) = 10912 +TIMESTAMP = 1504901770 +SHA256 (pytest-asyncio-0.7.0.tar.gz) = ef384946ebca4a3b02f6bb210eba24c502d80cc6556936a5eb5617e7ae22a3a0 +SIZE (pytest-asyncio-0.7.0.tar.gz) = 11172
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709111508.v8BF891E084676>