Skip to content

Bump pyparsing from 2.4.6 to 2.4.7

WKDV Bot requested to merge dependabot/pip/pyparsing-2.4.7 into develop

Bumps pyparsing from 2.4.6 to 2.4.7.

Release notes

Sourced from pyparsing's releases.

Pyparsing 2.4.7

Version 2.4.7 - April, 2020

  • Backport of selected fixes from 3.0.0 work: . Each bug with Regex expressions . And expressions not properly constructing with generator . Traceback abbreviation . Bug in delta_time example . Fix regexen in pyparsing_common.real and .sci_real . Avoid FutureWarning on Python 3.7 or later . Cleanup output in runTests if comments are embedded in test string
Changelog

Sourced from pyparsing's changelog.

Version 2.4.7 - March, 2020 (April, actually)

  • Backport of selected fixes from 3.0.0 work: . Each bug with Regex expressions . And expressions not properly constructing with generator . Traceback abbreviation . Bug in delta_time example . Fix regexen in pyparsing_common.real and .sci_real . Avoid FutureWarning on Python 3.7 or later . Cleanup output in runTests if comments are embedded in test string
Commits
  • 6a844ee Backport FutureWarning fix (regex with nested set), and runTests reformat
  • efc7009 Fix regexen in pyparsing_common.real and .sci_real (Issue #194)
  • 281b031 Py2 exceptions need special checks for presence of traceback
  • 7daecd9 Selected backports from 3.0.0 work
  • See full diff in compare view

Merge request reports