Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2019 23:56:12 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501811 - head/devel/py-asynctest
Message-ID:  <201905162356.x4GNuC1L013659@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu May 16 23:56:11 2019
New Revision: 501811
URL: https://svnweb.freebsd.org/changeset/ports/501811

Log:
  Update to 0.13.0
  
  Changes:	https://github.com/Martiusweb/asynctest/commits/master

Modified:
  head/devel/py-asynctest/Makefile
  head/devel/py-asynctest/distinfo

Modified: head/devel/py-asynctest/Makefile
==============================================================================
--- head/devel/py-asynctest/Makefile	Thu May 16 23:56:06 2019	(r501810)
+++ head/devel/py-asynctest/Makefile	Thu May 16 23:56:11 2019	(r501811)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	asynctest
-PORTVERSION=	0.12.4
+PORTVERSION=	0.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Enhance unittest for testing asyncio librarie
 
 LICENSE=	APACHE20
 
-USES=		python:3.4+
+USES=		python:3.5+
 USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-asynctest/distinfo
==============================================================================
--- head/devel/py-asynctest/distinfo	Thu May 16 23:56:06 2019	(r501810)
+++ head/devel/py-asynctest/distinfo	Thu May 16 23:56:11 2019	(r501811)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1556118476
-SHA256 (asynctest-0.12.4.tar.gz) = ade427a711d18016f35fb0c5d412f0ed63fb074a6084b67ff2dad48f50b0d6ca
-SIZE (asynctest-0.12.4.tar.gz) = 42747
+TIMESTAMP = 1558010777
+SHA256 (asynctest-0.13.0.tar.gz) = c27862842d15d83e6a34eb0b2866c323880eb3a75e4485b079ea11748fd77fac
+SIZE (asynctest-0.13.0.tar.gz) = 42301



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905162356.x4GNuC1L013659>