15
0

- 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()`.
  * 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
This commit is contained in:
2023-07-19 08:31:11 +00:00
committed by Git OBS Bridge
parent 9795b88e3f
commit 39c2d1a9d0
4 changed files with 19 additions and 6 deletions

View File

@@ -1,13 +1,26 @@
-------------------------------------------------------------------
Wed Jul 19 07:44:26 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 7 18:54:33 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.4.7.1.2.1
* Fix deprecation warning
* Fix deprecation warning
-------------------------------------------------------------------
Thu Oct 27 22:07:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v2.4.7.1.2.0
- Update to v2.4.7.1.2.0
* Add packrat_context
-------------------------------------------------------------------