forked from pool/python-cPyparsing
Accepting request 1128732 from devel:languages:python
- 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/request/show/1128732
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cPyparsing?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04a52da75282b54bc4c3749a4b34cc907994ce1b49767e9c643af591db30d5a5
|
||||
size 1172967
|
||||
3
cPyparsing-2.4.7.2.3.0.tar.gz
Normal file
3
cPyparsing-2.4.7.2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b776ba87c388d0bb57e25236ca5f20508aa2b3c57a521ac4db4d7e6983d7545
|
||||
size 1219078
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user