svn commit: r443881 - head/devel/py-typed-ast

David Naylor dbn at FreeBSD.org
Mon Jun 19 16:06:22 UTC 2017


Author: dbn
Date: Mon Jun 19 16:06:21 2017
New Revision: 443881
URL: https://svnweb.freebsd.org/changeset/ports/443881

Log:
  devel/py-typed-ast: update to 1.0.4
  
  ChangeLog:
   - Implement partial support for Python 3.4:
     - Forbid the use of async/await keywords
     - Forbid the use of the '@' operator
     - Note: PEP 448 is not restricted

Modified:
  head/devel/py-typed-ast/Makefile
  head/devel/py-typed-ast/distinfo

Modified: head/devel/py-typed-ast/Makefile
==============================================================================
--- head/devel/py-typed-ast/Makefile	Mon Jun 19 16:06:12 2017	(r443880)
+++ head/devel/py-typed-ast/Makefile	Mon Jun 19 16:06:21 2017	(r443881)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typed-ast
-PORTVERSION=	1.0.3
+PORTVERSION=	1.0.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/devel/py-typed-ast/distinfo
==============================================================================
--- head/devel/py-typed-ast/distinfo	Mon Jun 19 16:06:12 2017	(r443880)
+++ head/devel/py-typed-ast/distinfo	Mon Jun 19 16:06:21 2017	(r443881)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1492156600
-SHA256 (typed-ast-1.0.3.tar.gz) = 67184179697ea9128fa8fec1d3b4e26b41d6a2eceab4674c6e3da4b024309862
-SIZE (typed-ast-1.0.3.tar.gz) = 200353
+TIMESTAMP = 1497887869
+SHA256 (typed-ast-1.0.4.tar.gz) = 73f09aac0119f6664a3f471a1ec1c9b719f572bc9212913cea96a78b22c2e96e
+SIZE (typed-ast-1.0.4.tar.gz) = 200529


More information about the svn-ports-all mailing list