forked from pool/python-cPyparsing
* Fix adaptive parsing errors. * Performance tuning. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cPyparsing?expand=0&rev=25
90 lines
3.0 KiB
Plaintext
90 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Nov 29 12:28:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.4.7.2.3.2:
|
|
* Fix adaptive parsing errors.
|
|
* Performance tuning.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 27 22:07:48 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to v2.4.7.1.2.0
|
|
* Add packrat_context
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 23 22:34:56 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- update to v2.4.7.1.0.0
|
|
* Fix building
|
|
* Add GitHub Actions testing
|
|
* Update to pyparsing 2.4.7
|
|
* Fix broken link
|
|
* Fix Python 3.9 error
|
|
* Include tests in MANIFEST Resolves #3.
|
|
* Remove Py 2.6 testing
|
|
* Fix Python 2 error
|
|
* Fix iteration error
|
|
* First attempt at 2.4.5 update
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 24 09:35:26 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 2.4.5.0.1.1
|
|
* add Python 3.8
|
|
* Remove Py 2.6 testing
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 4 13:30:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.4.0.1.0.0:
|
|
* update to pyparsing 2.4
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 6 14:23:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 2.3.2.1.0.0:
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 5 13:49:31 UTC 2019 - alarrosa@suse.com
|
|
|
|
- Update to 2.2.0.1.1.2
|
|
* Fix python 3.7 support
|
|
* Upstream doesn't provide a changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 31 03:15:30 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Initial version
|