Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 16:06:21 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443881 - head/devel/py-typed-ast
Message-ID:  <201706191606.v5JG6Liw017217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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