forked from pool/python-decorator
Accepting request 515732 from home:tbechtold:branches:devel:languages:python
- update to 4.1.2:
* Made it possible to define decorators converting coroutines into regular
functions.
* Changed the documentation build system to sphinx and uploaded the docs
on readthedocs.org.
* Support for Python 3.5 coroutines defined with `async def`, thanks to
Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not
giving the right answer for coroutines decorated with the decorator module.
OBS-URL: https://build.opensuse.org/request/show/515732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=31
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 14:14:10 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
- update to 4.1.2:
|
||||
* Made it possible to define decorators converting coroutines into regular
|
||||
functions.
|
||||
* Changed the documentation build system to sphinx and uploaded the docs
|
||||
on readthedocs.org.
|
||||
* Support for Python 3.5 coroutines defined with `async def`, thanks to
|
||||
Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not
|
||||
giving the right answer for coroutines decorated with the decorator module.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 5 15:13:12 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user