15
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=23
This commit is contained in:
2023-11-25 13:09:13 +00:00
committed by Git OBS Bridge
parent 39c2d1a9d0
commit 60dc2eedde
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Nov 25 13:08:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 07:44:26 UTC 2023 - Dirk Müller <dmueller@suse.com>