python-pyparsing/python-pyparsing-doc.changes
Tomáš Chvátal a9b2b63dae - Update to 2.3.0, see changelog of the main package
- Update to 2.3.0:
  * Updates to migrate source repo to GitHub
  * Fix deprecation warning in Python 3.7 re: importing collections.abc
  * Fix Literal/Keyword bug raising IndexError instead of ParseException
  * Added simple_unit_tests.py, as a collection of easy-to-follow unit
  * tests for various classes and features of the pyparsing library.
  * Primary intent is more to be instructional than actually rigorous
  * testing. Complex tests can still be added in the unitTests.py file.
  * New features added to the Regex class

- Fix URL to point to existing github

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyparsing?expand=0&rev=43
2018-11-15 09:08:10 +00:00

11 lines
428 B
Plaintext

-------------------------------------------------------------------
Thu Nov 15 08:47:24 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.3.0, see changelog of the main package
-------------------------------------------------------------------
Sat Aug 18 09:41:30 UTC 2018 - Matěj Cepl <mcepl@suse.com>
- Separate python-pyparsing-doc package so that tests can be run
without introducing circular dependency.