Changelog for
python2-lark-parser-0.6.6-lp150.5.2.noarch.rpm :
* Tue Feb 05 2019 Bruno Friedmann
- Update to last upstream version 0.6.6 There\'s a lot of changes (including breaking) please consult https://github.com/lark-parser/lark/releases- Packaging + use the way upstream execute tests : python -m tests + spec-cleaner minimal + add raw sources for grammars/test.lark not present in tgz
* Tue May 22 2018 brunoAATTioda-net.ch- Packaging + Review for submission + spec-cleaner -m (date,url) + ensure tests are running- Update upstream bugfix release 0.5.6 + Bugfix in Earley prioritization + Bugfix: A tree builder optimization clashed with explicit ambiguity + Bugfix in standalone parser + Ensure Tokens can be pickled correctly + better error messages (there\'s still much to do in that regard)- Update to 0.5.5 release Faster tree construction (significant for LALR) + Fixed an inefficiency in the tree builder, significant for big inputs + More bugfixes and optimizations- Update to 0.5.4 Minors features and bugfix + Fixed propagate positions feature. + Added support for ranged-repeat (see commit for details) + Reconstruct now working again (experimental module) + A few bugfixes and refactors- Update to 0.5.3 Lark now has a CYK parser + bugfixes- Update to 0.5.2 Standalone tool + Added a tool to generate standalone parsers for LALR(1)
* Tue Jan 02 2018 brunoAATTioda-net.ch- Update upstream version to 0.5.1 (no changelog is provided)- Remove LICENCE and README.md files included now in tarball
* Fri Apr 07 2017 brunoAATTioda-net.ch- Update upstream 0.2.6 version Fix for Missing files (license and readme.md)- Packaging use the correct expression for fdupes
* Thu Apr 06 2017 brunoAATTioda-net.ch- spec-cleaner -m to spec file
* Wed Apr 05 2017 brunoAATTioda-net.ch- Initial commit version 0.2.3 python-single-spec