* 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.
This commit is contained in:
parent
04102a4be0
commit
eeb9a491de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467556
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= parso
|
||||
DISTVERSION= 0.1.1
|
||||
DISTVERSION= 0.2.0
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue