From 355388226b80d4444f86689924a8e4db46d9817a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 15 Aug 2016 19:37:09 +0200 Subject: [PATCH] flake8 requirements: Update pyparsing to 2.1.8 - Fixed issue in the optimization to _trim_arity, when the full stacktrace is retrieved to determine if a TypeError is raised in pyparsing or in the caller's parse action. Code was traversing the full stacktrace, and potentially encountering UnicodeDecodeError. - Fixed bug in ParserElement.inlineLiteralsUsing, causing infinite loop with Suppress. - Fixed bug in Each, when merging named results from multiple expressions in a ZeroOrMore or OneOrMore. Also fixed bug when ZeroOrMore expressions were erroneously treated as required expressions in an Each expression. - Added a few more inline doc examples. - Improved use of runTests in several example scripts. --- misc/requirements/requirements-flake8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/requirements/requirements-flake8.txt b/misc/requirements/requirements-flake8.txt index 24afbef76..b0b098bc8 100644 --- a/misc/requirements/requirements-flake8.txt +++ b/misc/requirements/requirements-flake8.txt @@ -21,5 +21,5 @@ pep8-naming==0.4.1 pycodestyle==2.0.0 pydocstyle==1.0.0 pyflakes==1.2.3 -pyparsing==2.1.7 +pyparsing==2.1.8 six==1.10.0