pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-parso py-parso: updated to 0.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44fc501eaf48
branches:  trunk
changeset: 422576:44fc501eaf48
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 29 14:03:52 2020 +0000

description:
py-parso: updated to 0.6.0

0.6.0:
- Dropped Python 2.6/Python 3.3 support
- del_stmt names are now considered as a definition
  (for ``name.is_definition()``)
- Bugfixes

diffstat:

 lang/py-parso/Makefile |   4 ++--
 lang/py-parso/PLIST    |   3 +--
 lang/py-parso/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 17aab37f50c2 -r 44fc501eaf48 lang/py-parso/Makefile
--- a/lang/py-parso/Makefile    Wed Jan 29 14:01:43 2020 +0000
+++ b/lang/py-parso/Makefile    Wed Jan 29 14:03:52 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2019/12/31 10:44:37 adam Exp $
+# $NetBSD: Makefile,v 1.8 2020/01/29 14:03:52 adam Exp $
 
-DISTNAME=      parso-0.5.2
+DISTNAME=      parso-0.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parso/}
diff -r 17aab37f50c2 -r 44fc501eaf48 lang/py-parso/PLIST
--- a/lang/py-parso/PLIST       Wed Jan 29 14:01:43 2020 +0000
+++ b/lang/py-parso/PLIST       Wed Jan 29 14:03:52 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/12/31 10:44:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/01/29 14:03:52 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -43,7 +43,6 @@
 ${PYSITELIB}/parso/python/errors.py
 ${PYSITELIB}/parso/python/errors.pyc
 ${PYSITELIB}/parso/python/errors.pyo
-${PYSITELIB}/parso/python/grammar26.txt
 ${PYSITELIB}/parso/python/grammar27.txt
 ${PYSITELIB}/parso/python/grammar33.txt
 ${PYSITELIB}/parso/python/grammar34.txt
diff -r 17aab37f50c2 -r 44fc501eaf48 lang/py-parso/distinfo
--- a/lang/py-parso/distinfo    Wed Jan 29 14:01:43 2020 +0000
+++ b/lang/py-parso/distinfo    Wed Jan 29 14:03:52 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/12/31 10:44:37 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/01/29 14:03:52 adam Exp $
 
-SHA1 (parso-0.5.2.tar.gz) = 420ef513c2c86f1732c3e6afcfb3bdd86ad227f0
-RMD160 (parso-0.5.2.tar.gz) = e7623f77a82510d89424cd3ba33d02d1353324ad
-SHA512 (parso-0.5.2.tar.gz) = 709f116c4e9c4fffd8489a2e77d5e58e9bc653a586bd617f01216eb5368703c9b4da4edcbce2a7f6143b938a83cda54138e019043eb29e57a3b51596581970cd
-Size (parso-0.5.2.tar.gz) = 394006 bytes
+SHA1 (parso-0.6.0.tar.gz) = 0e3f543af9bda84c4204b8df905b6ab468943cdc
+RMD160 (parso-0.6.0.tar.gz) = 80ab889031b53cbc06cbfa0a171bb7e0ad7b1a02
+SHA512 (parso-0.6.0.tar.gz) = b708818cc3739066b353fa403d83afc5fa7f4c404b84d71807d07a22beed5a45a28d1e5c8bee640595b8b0a90e3ab7f92bec310550cc4f950848e31ee2bcf433
+Size (parso-0.6.0.tar.gz) = 394506 bytes



Home | Main Index | Thread Index | Old Index