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.3.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/da819c5c959d
branches: trunk
changeset: 329946:da819c5c959d
user: adam <adam%pkgsrc.org@localhost>
date: Tue Feb 19 12:31:55 2019 +0000
description:
py-parso: updated to 0.3.4
0.3.4:
- Fix an f-string tokenizer error
0.3.3:
- Fix async errors in the diff parser
- A fix in iter_errors
- This is a very small bugfix release
0.3.2:
- 20+ bugfixes in the diff parser and 3 in the tokenizer
- A fuzzer for the diff parser, to give confidence that the diff parser is in a
good shape.
- Some bugfixes for f-string
diffstat:
lang/py-parso/Makefile | 10 ++++++++--
lang/py-parso/PLIST | 4 +++-
lang/py-parso/distinfo | 10 +++++-----
3 files changed, 16 insertions(+), 8 deletions(-)
diffs (62 lines):
diff -r 99c944cbbdf1 -r da819c5c959d lang/py-parso/Makefile
--- a/lang/py-parso/Makefile Tue Feb 19 12:29:42 2019 +0000
+++ b/lang/py-parso/Makefile Tue Feb 19 12:31:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/12/28 14:18:32 adam Exp $
+# $NetBSD: Makefile,v 1.3 2019/02/19 12:31:55 adam Exp $
-DISTNAME= parso-0.3.1
+DISTNAME= parso-0.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/parso/}
@@ -10,7 +10,13 @@
COMMENT= Python Parser
LICENSE= mit
+TEST_DEPENDS+= ${PYPKGPREFIX}-docopt-[0-9]*:../../devel/py-docopt
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
USE_LANGUAGES= # none
+do-test:
+ cd ${WRKSRC} && pytest-${PYVERSSUFFIX}
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 99c944cbbdf1 -r da819c5c959d lang/py-parso/PLIST
--- a/lang/py-parso/PLIST Tue Feb 19 12:29:42 2019 +0000
+++ b/lang/py-parso/PLIST Tue Feb 19 12:31:55 2019 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2018/12/28 14:18:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/02/19 12:31:55 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/parso/__init__.py
${PYSITELIB}/parso/__init__.pyc
@@ -46,6 +47,7 @@
${PYSITELIB}/parso/python/grammar35.txt
${PYSITELIB}/parso/python/grammar36.txt
${PYSITELIB}/parso/python/grammar37.txt
+${PYSITELIB}/parso/python/grammar38.txt
${PYSITELIB}/parso/python/parser.py
${PYSITELIB}/parso/python/parser.pyc
${PYSITELIB}/parso/python/parser.pyo
diff -r 99c944cbbdf1 -r da819c5c959d lang/py-parso/distinfo
--- a/lang/py-parso/distinfo Tue Feb 19 12:29:42 2019 +0000
+++ b/lang/py-parso/distinfo Tue Feb 19 12:31:55 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/12/28 14:18:32 adam Exp $
+$NetBSD: distinfo,v 1.3 2019/02/19 12:31:55 adam Exp $
-SHA1 (parso-0.3.1.tar.gz) = 0132ff7a1747e041be285189cf462862424bc07f
-RMD160 (parso-0.3.1.tar.gz) = 02d9b281a563077801ac6e9a89aa5edcb2f73881
-SHA512 (parso-0.3.1.tar.gz) = 28b0da236817f0919622ddcaa1dba89e036b2d11dbc684e8dbeb3d3abbf1858627275d9913f5c9db01334467d65eb6cbadd22ac9cd3c1c6d23ad9ddf400547c8
-Size (parso-0.3.1.tar.gz) = 379506 bytes
+SHA1 (parso-0.3.4.tar.gz) = b2458e2eb4810044d64a6374998fe92974d86e0d
+RMD160 (parso-0.3.4.tar.gz) = 6f6945e4001480d40957ff464e42a2c2888d59ea
+SHA512 (parso-0.3.4.tar.gz) = 92981e3a25365a43d6bbb4ca5d0a83b9c9c688dcebf45ea3df8928d7aedf041b25b923824cec68adb9d54f6628a2f601c2af7e698ff83500635e2fc84314d8fd
+Size (parso-0.3.4.tar.gz) = 387845 bytes
Home |
Main Index |
Thread Index |
Old Index