svn commit: r449654 - head/devel/py-pytest-asyncio

Jan Beich jbeich at FreeBSD.org
Mon Sep 11 15:08:10 UTC 2017


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


More information about the svn-ports-all mailing list