diff options
author | Richard Gallamore <ultima@FreeBSD.org> | 2018-04-17 03:21:39 +0000 |
---|---|---|
committer | Richard Gallamore <ultima@FreeBSD.org> | 2018-04-17 03:21:39 +0000 |
commit | eeb9a491de9ea552e9cec3f80adf3a33d0a62267 (patch) | |
tree | 1f1e24f03f9e55a4b3c1bbd2dda58f571bc713c6 | |
parent | games@ is not to be used as a maintainer per r371872 (diff) |
* Updated to 0.2.0
- f-strings are now parsed as a part of the normal Python grammar. This makes it way easier to deal with them.
Notes
Notes:
svn path=/head/; revision=467556
-rw-r--r-- | textproc/py-parso/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-parso/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-parso/Makefile b/textproc/py-parso/Makefile index 382e8eae73d7..e7b4d3f7475e 100644 --- a/textproc/py-parso/Makefile +++ b/textproc/py-parso/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parso -DISTVERSION= 0.1.1 +DISTVERSION= 0.2.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-parso/distinfo b/textproc/py-parso/distinfo index 0c1f50e30de1..eaaee912a160 100644 --- a/textproc/py-parso/distinfo +++ b/textproc/py-parso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1513021535 -SHA256 (parso-0.1.1.tar.gz) = 5815f3fe254e5665f3c5d6f54f086c2502035cb631a91341591b5a564203cffb -SIZE (parso-0.1.1.tar.gz) = 379443 +TIMESTAMP = 1523934905 +SHA256 (parso-0.2.0.tar.gz) = 62bd6bf7f04ab5c817704ff513ef175328676471bdef3629d4bdd46626f75551 +SIZE (parso-0.2.0.tar.gz) = 380532 |