- update to 0.10.1:
* bug fix: in "a._" the "._" part was incorrectly recognized as a float
* bug fix: baron is now able to parse "class A(b, c=d): pass"
* some project cleaned and integration of tox with good pratices like flake8 and check-manifest
* bug fix for missing edge case in inner formatting
* complet support for float with underscores in them
* bug fix for failure of parsing of "{**a}"
OBS-URL: https://build.opensuse.org/request/show/948241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-baron?expand=0&rev=4
* bug fix: in "a._" the "._" part was incorrectly recognized as a float
* bug fix: baron is now able to parse "class A(b, c=d): pass"
* some project cleaned and integration of tox with good pratices like flake8 and check-manifest
* bug fix for missing edge case in inner formatting
* complet support for float with underscores in them
* bug fix for failure of parsing of "{**a}"
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-baron?expand=0&rev=9
- Update to 0.9:
* BREAKING CHANGE: annotations are now member of {def,list,dict}_argument to flatten the data structure
* add support for ... in from import by bram
* add support for return annotation by bram
* add support for exec function by bram
* add support for variable annotation #145 by scottbelden and additional work by bram
* add support for *var expressions in tuple assignment by bram
* add support for raise from #120 by odcinek with additional work by bram
* add support for arglist usage in class definition inheritence by bram
* bug fix by 91e839a kyleatmakrs
OBS-URL: https://build.opensuse.org/request/show/682174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-baron?expand=0&rev=3
* BREAKING CHANGE: annotations are now member of {def,list,dict}_argument to flatten the data structure
* add support for ... in from import by bram
* add support for return annotation by bram
* add support for exec function by bram
* add support for variable annotation #145 by scottbelden and additional work by bram
* add support for *var expressions in tuple assignment by bram
* add support for raise from #120 by odcinek with additional work by bram
* add support for arglist usage in class definition inheritence by bram
* bug fix by 91e839a kyleatmakrs
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-baron?expand=0&rev=7