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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04a52da75282b54bc4c3749a4b34cc907994ce1b49767e9c643af591db30d5a5
size 1172967

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b776ba87c388d0bb57e25236ca5f20508aa2b3c57a521ac4db4d7e6983d7545
size 1219078

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>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-cPyparsing
Version: 2.4.7.2.1.2
Version: 2.4.7.2.3.0
Release: 0
Summary: Cython implementation of PyParsing
License: Apache-2.0