pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-parsimonious py-parsimonious: updated to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d1f7e031132
branches:  trunk
changeset: 385250:4d1f7e031132
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 12 10:57:05 2022 +0000

description:
py-parsimonious: updated to 0.10.0

0.10.0
Fix infinite recursion in __eq__ in some cases. (FelisNivalis)
Improve error message in left-recursive rules. (lucaswiman)
Add support for range {min,max} repetition expressions (righthandabacus)
Fix bug in * and + for token grammars (lucaswiman)
Add support for grammars on bytestrings (lucaswiman)
Fix LazyReference resolution bug 134 (righthandabacus)
~15% speedup on benchmarks with a faster node cache (ethframe)

Warning

This release makes backward-incompatible changes:

Fix precedence of string literal modifiers u/r/b. This will break grammars with no spaces between a reference and a string literal. (lucaswiman)

diffstat:

 textproc/py-parsimonious/Makefile |  4 ++--
 textproc/py-parsimonious/PLIST    |  5 ++++-
 textproc/py-parsimonious/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r 76cf15bf0b4b -r 4d1f7e031132 textproc/py-parsimonious/Makefile
--- a/textproc/py-parsimonious/Makefile Mon Sep 12 10:51:29 2022 +0000
+++ b/textproc/py-parsimonious/Makefile Mon Sep 12 10:57:05 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2022/07/12 08:27:34 adam Exp $
+# $NetBSD: Makefile,v 1.4 2022/09/12 10:57:05 adam Exp $
 
-DISTNAME=      parsimonious-0.9.0
+DISTNAME=      parsimonious-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsimonious/}
diff -r 76cf15bf0b4b -r 4d1f7e031132 textproc/py-parsimonious/PLIST
--- a/textproc/py-parsimonious/PLIST    Mon Sep 12 10:51:29 2022 +0000
+++ b/textproc/py-parsimonious/PLIST    Mon Sep 12 10:57:05 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/02/07 20:10:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/09/12 10:57:05 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -7,6 +7,9 @@
 ${PYSITELIB}/parsimonious/__init__.py
 ${PYSITELIB}/parsimonious/__init__.pyc
 ${PYSITELIB}/parsimonious/__init__.pyo
+${PYSITELIB}/parsimonious/adhoc_expression.py
+${PYSITELIB}/parsimonious/adhoc_expression.pyc
+${PYSITELIB}/parsimonious/adhoc_expression.pyo
 ${PYSITELIB}/parsimonious/exceptions.py
 ${PYSITELIB}/parsimonious/exceptions.pyc
 ${PYSITELIB}/parsimonious/exceptions.pyo
diff -r 76cf15bf0b4b -r 4d1f7e031132 textproc/py-parsimonious/distinfo
--- a/textproc/py-parsimonious/distinfo Mon Sep 12 10:51:29 2022 +0000
+++ b/textproc/py-parsimonious/distinfo Mon Sep 12 10:57:05 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2022/07/12 08:27:34 adam Exp $
+$NetBSD: distinfo,v 1.5 2022/09/12 10:57:05 adam Exp $
 
-BLAKE2s (parsimonious-0.9.0.tar.gz) = 2a5c04b5f4319560e1f4ff987e4996f50c50b6e123e0f49d0270bdb6540277cb
-SHA512 (parsimonious-0.9.0.tar.gz) = 7d9cd16074f3184e1d1f2a735ab72b9e722429b2164ece4cfa80c51bebbd89e85d677bd520259687ab74d03b4a4273e990c1546365dc03643543e4ba7ddfb3d9
-Size (parsimonious-0.9.0.tar.gz) = 48675 bytes
+BLAKE2s (parsimonious-0.10.0.tar.gz) = 05f7b330f51cf567e7fc68bad8906efb61e5e428e5e07b3bc46caae2b64c373e
+SHA512 (parsimonious-0.10.0.tar.gz) = ea67461696cae69b888d2ff90e0627f225893ef4aeb36f347b26928a9717dead9c852f983db6268a446a6d3da50aeea4cc9877dd542c08193724212379a0c713
+Size (parsimonious-0.10.0.tar.gz) = 52172 bytes



Home | Main Index | Thread Index | Old Index