* When used with Coconut, requires v3.0.4+.
* Various fixes for incremental parsing mode.
* Includes a bunch of internal performance improvements and
modifications to support Coconut performance features.
* Fix incremental parsing with common suffixes.
* Incremental parsing now produces performance improvements for
parses with common suffixes, not just common prefixes.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=23
* Fix incremental parsing.
- update to 2.4.7.2.1.0:
* Improves incremental parsing to improve performance even when
the two parsed strings share only a common prefix rather than
one being a full prefix of the other.
- update to 2.4.7.2.0.0:
* Adds incremental parsing mode, enabled via
`ParserElement.enableIncremental()`.
* Fix deprecation warning
- Update to v2.4.7.1.2.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=21