diff --git a/cPyparsing-2.4.7.1.2.1.tar.gz b/cPyparsing-2.4.7.1.2.1.tar.gz deleted file mode 100644 index 6bfc946..0000000 --- a/cPyparsing-2.4.7.1.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a13dbfed649bf07d59fd1b8d99b5d3351a8622ded959118fc19eb8b88399bcd -size 1103673 diff --git a/cPyparsing-2.4.7.2.1.2.tar.gz b/cPyparsing-2.4.7.2.1.2.tar.gz new file mode 100644 index 0000000..4ee6ba3 --- /dev/null +++ b/cPyparsing-2.4.7.2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a52da75282b54bc4c3749a4b34cc907994ce1b49767e9c643af591db30d5a5 +size 1172967 diff --git a/python-cPyparsing.changes b/python-cPyparsing.changes index 0cf16b6..6278c72 100644 --- a/python-cPyparsing.changes +++ b/python-cPyparsing.changes @@ -1,13 +1,26 @@ +------------------------------------------------------------------- +Wed Jul 19 07:44:26 UTC 2023 - Dirk Müller + +- 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 - update to 2.4.7.1.2.1 - * Fix deprecation warning + * Fix deprecation warning ------------------------------------------------------------------- Thu Oct 27 22:07:48 UTC 2022 - Yogalakshmi Arunachalam -- Update to v2.4.7.1.2.0 +- Update to v2.4.7.1.2.0 * Add packrat_context ------------------------------------------------------------------- diff --git a/python-cPyparsing.spec b/python-cPyparsing.spec index 0837942..5a4efff 100644 --- a/python-cPyparsing.spec +++ b/python-cPyparsing.spec @@ -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