Changelog for
python3-Arpeggio-2.0.0-qubes.bp154.4.44.noarch.rpm :
* Thu Aug 11 2022 Sebastian Wagner
- Disable Python2 to fix build on 15.3.
* Tue Mar 22 2022 Sebastian Wagner - update to version 2.0.0: - Added `eval_attrs` call to `NoMatch` exceptions ([ebfd60]). See [the docs](https://textx.github.io/Arpeggio/latest/handling_errors/). - Dropped support for deprecated Python versions. The lowest supported version is 3.6.
*
*(BIC)
*
*
* Thu Dec 09 2021 pgajdosAATTsuse.com- pytest-runner is not required for build
* Sun Apr 25 2021 Sebastian Wagner - update to version 1.10.2: - Added EditorConfig configuration ([#77]). Thanks KOLANICHAATTGitHub - Fixed parsing of version from `setup.py` when global encoding isn\'t UTF-8 ([#86]). Thanks neirbowjAATTGitHub - Fix repetition termination on a successful empty separator match ([#92]).
* Sun Nov 01 2020 Sebastian Wagner - Update to version 1.10.1: - Fix packaging, exclude examples from wheel.
* Sun Nov 01 2020 Sebastian Wagner - Update to version 1.10.0: - Fix reporting duplicate rule names in `NoMatch` exception ([a1f14bede]) - Raise `AttributeError` when accessing unexisting rule name on parse tree node. ([#82]) - Added `tree_str` method to parse tree nodes for nice string representation of parse trees. ([#76]) - Added parse tree node suppression support and overriding of special Python rule syntax. (#76) - UnorderedGroup matching made deterministic ([#73])
* Wed May 06 2020 Tomáš Chvátal - Do not restrict pytest 5 as we work with it
* Thu Jan 02 2020 Tomáš Chvátal - Do not install examples in site-packages/examples to avoid conflicts
* Sun Oct 06 2019 Sebastian Wagner - update to version 1.9.2: - Added explicit Python versions in setup.py classifiers ([#65]) - Removed pytest version constraint and fixed tests to work with both 5.x and older versions. ([#57]) - https://github.com/textX/Arpeggio/issues/65 - https://github.com/textX/Arpeggio/issues/57- update to version 1.9.1: - Lowered the required pytest version for running tests as we\'ll still support Python 2.7 until its EOL. - Fixed problem with `OrderedChoice` which hasn\'t maintained `skipws/ws` state. [#61] Reported at https://github.com/textX/textX/issues/205 - Various fixes in the docs, docstrings and examples. Thanks mceplAATTGitHub and zetarakuAATTGitHub. - docs support for different versions thanks to [mike](https://github.com/jimporter/mike) - https://github.com/textX/Arpeggio/issues/61- remvove imp-to-importlib.patch, integrated upstream
* Fri Jul 19 2019 Tomáš Chvátal - Restrict the pytest5 for now, issue reported upstream
* Wed Jun 12 2019 Matej Cepl - Update imp-to-importlib.patch to deal with irregular imports as well.
* Tue Jun 11 2019 Matej Cepl - It\'s better to fix a bug, than to switch off test. Add imp-to-importlib.patch replacing use of imp library in Python 3 with importlib. gh#textX/Arpeggio#54
* Tue Jun 11 2019 Tomáš Chvátal - Skip one randomly failing test
* Tue Mar 05 2019 Tomáš Chvátal - Update to 1.9.0:
* Added `extra_info` param to `Terminal` for additional information. Used by textX.- Switch to github tarball for tests and license content- Drop merged patch fix-setup-encoding.patch
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package
* Sat Jul 07 2018 sebix+novell.comAATTsebix.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 ianmmoirAATTGitHub.- 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 AluriakAATTGitHub. - Fix in grammar language docs. Thanks schmittlauchAATTGitHub. - Small fixes in examples.
* Mon Aug 28 2017 sebix+novell.comAATTsebix.at- intial package