forked from pool/python-redbaron
Accepting request 697836 from home:pgajdos
- 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 OBS-URL: https://build.opensuse.org/request/show/697836 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redbaron?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
1d235fd371
commit
73be0f4a0d
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 25 11:16:40 UTC 2019 - pgajdos@suse.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 13:43:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
Reference in New Issue
Block a user