14
0
forked from pool/python-yappi

- Update to 1.3.0:

* Add support for profiling gevent applications
  * A new API has been defined: `set_context_backend` which accepts `greenlet`
    as a backend.
  * Fix various issues

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=15
This commit is contained in:
2020-11-09 04:32:32 +00:00
committed by Git OBS Bridge
parent 7dfd05d9aa
commit 06dba9937d
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 9 04:31:31 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.3.0:
* Add support for profiling gevent applications
* A new API has been defined: `set_context_backend` which accepts `greenlet`
as a backend.
* Fix various issues
-------------------------------------------------------------------
Sun Aug 16 22:31:45 UTC 2020 - John Vandenberg <jayvdb@gmail.com>