15
0
forked from pool/python-baron

- 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/package/show/devel:languages:python/python-baron?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-03-06 13:48:46 +00:00
committed by Git OBS Bridge
parent ce3883bcab
commit 26a706e42c
5 changed files with 25 additions and 174 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Mar 6 13:42:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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
-------------------------------------------------------------------
Tue Dec 4 11:42:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de>