diff options
author | dbn <dbn@FreeBSD.org> | 2017-06-20 00:06:21 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2017-06-20 00:06:21 +0800 |
commit | 611fec27938aea731be3f3b79008d53c8cf27263 (patch) | |
tree | 6074538efa82ad583b7ec1b6c200c70105d3e093 | |
parent | 32a0c6478cb5eb6d1f053771d596fdc8a9d799c5 (diff) | |
download | freebsd-ports-gnome-611fec27938aea731be3f3b79008d53c8cf27263.tar.gz freebsd-ports-gnome-611fec27938aea731be3f3b79008d53c8cf27263.tar.zst freebsd-ports-gnome-611fec27938aea731be3f3b79008d53c8cf27263.zip |
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
-rw-r--r-- | devel/py-typed-ast/Makefile | 2 | ||||
-rw-r--r-- | devel/py-typed-ast/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-typed-ast/Makefile b/devel/py-typed-ast/Makefile index e7583a1e2fc3..7cbf67763afc 100644 --- a/devel/py-typed-ast/Makefile +++ b/devel/py-typed-ast/Makefile @@ -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} diff --git a/devel/py-typed-ast/distinfo b/devel/py-typed-ast/distinfo index acb7d5090a5f..605485e2d3f9 100644 --- a/devel/py-typed-ast/distinfo +++ b/devel/py-typed-ast/distinfo @@ -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 |