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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a13dbfed649bf07d59fd1b8d99b5d3351a8622ded959118fc19eb8b88399bcd
size 1103673

View File

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

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

View File

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