Changelog for
python311-cPyparsing-debuginfo-2.4.7.2.3.2-2.7.i586.rpm :
* Wed Jan 03 2024 Dirk Müller
- require setuptools
* Wed Nov 29 2023 Dirk Müller - update to 2.4.7.2.3.2:
* Fix adaptive parsing errors.
* Performance tuning.
* Sat Nov 25 2023 Dirk Müller - update to 2.4.7.2.3.0:
* 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.
* Wed Jul 19 2023 Dirk Müller - update to 2.4.7.2.1.2:
* 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()`.
* Sun May 07 2023 Dirk Müller - update to 2.4.7.1.2.1
* Fix deprecation warning
* Thu Oct 27 2022 Yogalakshmi Arunachalam - Update to v2.4.7.1.2.0
* Add packrat_context
* Fri Sep 23 2022 Yogalakshmi Arunachalam - update to v2.4.7.1.0.0
* Fix building
* Add GitHub Actions testing
* Update to pyparsing 2.4.7
* Fix broken link
* Fix Python 3.9 error
* Include tests in MANIFEST Resolves #3.
* Remove Py 2.6 testing
* Fix Python 2 error
* Fix iteration error
* First attempt at 2.4.5 update
* Fri Jan 24 2020 Marketa Calabkova - update to 2.4.5.0.1.1
* add Python 3.8
* Remove Py 2.6 testing
* Thu Jul 04 2019 Tomáš Chvátal - Update to 2.4.0.1.0.0:
* update to pyparsing 2.4
* Wed Mar 06 2019 Tomáš Chvátal - Update to 2.3.2.1.0.0:
* no upstream changelog