svn commit: r501811 - head/devel/py-asynctest
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu May 16 23:56:17 UTC 2019
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
More information about the svn-ports-head
mailing list