svn commit: r546412 - head/devel/py-curio

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 27 18:44:14 UTC 2020


Author: sunpoet
Date: Thu Aug 27 18:44:10 2020
New Revision: 546412
URL: https://svnweb.freebsd.org/changeset/ports/546412

Log:
  Update to 1.4
  
  Changes:	https://github.com/dabeaz/curio/blob/master/CHANGES

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

Modified: head/devel/py-curio/Makefile
==============================================================================
--- head/devel/py-curio/Makefile	Thu Aug 27 18:44:05 2020	(r546411)
+++ head/devel/py-curio/Makefile	Thu Aug 27 18:44:10 2020	(r546412)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	curio
-PORTVERSION=	1.3
+PORTVERSION=	1.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT=	Coroutine-based library for concurrent Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		python:3.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes

Modified: head/devel/py-curio/distinfo
==============================================================================
--- head/devel/py-curio/distinfo	Thu Aug 27 18:44:05 2020	(r546411)
+++ head/devel/py-curio/distinfo	Thu Aug 27 18:44:10 2020	(r546412)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1598287959
-SHA256 (curio-1.3.tar.gz) = cc5124221cac9606227bdf9b0a408cc4ea2ed89fc3b84069d56727dde5eac89d
-SIZE (curio-1.3.tar.gz) = 230122
+TIMESTAMP = 1598456567
+SHA256 (curio-1.4.tar.gz) = 57edce81c837f3c2cf42fbb346dee26e537d1659e6605269fb13bd179e068744
+SIZE (curio-1.4.tar.gz) = 230144


More information about the svn-ports-head mailing list