forked from pool/python-Arpeggio
can also maintain it - add fix-setup-encoding.patch to fix setup.py encoding issue - update to version 1.8.0: - Fixed issue #43. *Backward incompatible change* for cleanpeg comment syntax. Please see: https://github.com/igordejanovic/Arpeggio/issues/43 - Added `file` parser param used for `DebugPrinter` to allow the output stream to be changed from stdout. This allows doctests to continue to work. Thanks ianmmoir@GitHub. - update to version 1.7.1: - Fixed bug in comment parsing optimization. - update to version 1.7: - Added re_flag parameter to RegExMatch constructor. Thanks Aluriak@GitHub. - Fix in grammar language docs. Thanks schmittlauch@GitHub. - Small fixes in examples. OBS-URL: https://build.opensuse.org/request/show/621427 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Arpeggio?expand=0&rev=3
23 lines
952 B
Plaintext
23 lines
952 B
Plaintext
-------------------------------------------------------------------
|
|
Sat Jul 7 08:11:38 UTC 2018 - sebix+novell.com@sebix.at
|
|
|
|
- add fix-setup-encoding.patch to fix setup.py encoding issue
|
|
- update to version 1.8.0:
|
|
- Fixed issue #43.
|
|
*Backward incompatible change* for cleanpeg comment syntax.
|
|
Please see: https://github.com/igordejanovic/Arpeggio/issues/43
|
|
- Added `file` parser param used for `DebugPrinter` to allow the
|
|
output stream to be changed from stdout. This allows doctests to
|
|
continue to work. Thanks ianmmoir@GitHub.
|
|
- update to version 1.7.1:
|
|
- Fixed bug in comment parsing optimization.
|
|
- update to version 1.7:
|
|
- Added re_flag parameter to RegExMatch constructor. Thanks Aluriak@GitHub.
|
|
- Fix in grammar language docs. Thanks schmittlauch@GitHub.
|
|
- Small fixes in examples.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 28 11:48:43 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
- intial package
|