15
0
Files
python-cPyparsing/python-cPyparsing.changes
Dirk Mueller 39c2d1a9d0 - 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
2023-07-19 08:31:11 +00:00

71 lines
2.2 KiB
Plaintext

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