Changelog for
python3-redbaron-0.9.2-lp156.12.2.noarch.rpm :
* Fri Nov 01 2019 Matej Cepl
- Add pytest4.patch to make testsuite pass even with pytest 4 (gh#PyCQA/redbaron#179)
* Thu Sep 05 2019 Todd R - Set pytest maximum version.
* Thu Apr 25 2019 pgajdosAATTsuse.com- version update to 0.9.2
* fix a situation in .help() where some code where colorized twice by Hanaasagi https://github.com/PyCQA/redbaron/pull/182
* fix .names() and variations that didn\'t handle the case where there was \"()\" on FromImport nodes
* full python 3.7 syntax support
* BREAKING CHANGE: annotations are now member of {Def,List,Dict}Argument to flatten the data structure, TypedNameNode doesn\'t exist anymore
* add support for return annotation by bram
* add support for variable annotation https://github.com/PyCQA/redbaron/pull/177 by scottbelden and additional work by bram
* add support for raise from by bram- run tests
* Fri Nov 30 2018 Jan Engelhardt - Use noun phrase in summary.
* Thu Nov 15 2018 Todd R - Initial version