14
0
forked from pool/python-pyee

Accepting request 697772 from home:pgajdos

- version update to 6.0.0
  * Added a ``BaseEventEmitter`` class which is entirely synchronous and
    intended for simple use and for subclassing
  * Added an ``AsyncIOEventEmitter`` class for intended use with asyncio
  * Added a ``TwistedEventEmitter`` class for intended use with twisted
  * Added an ``ExecutorEventEmitter`` class which runs events in an executor
  * Deprecated ``EventEmitter`` (use one of the new classes)
- modified patches
  % fix-build-requirements.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/697772
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=11
This commit is contained in:
Tomáš Chvátal
2019-04-25 09:33:09 +00:00
committed by Git OBS Bridge
parent ddfaf6489f
commit 53b5cb212c
5 changed files with 27 additions and 13 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 25 07:50:21 UTC 2019 - pgajdos@suse.com
- version update to 6.0.0
* Added a ``BaseEventEmitter`` class which is entirely synchronous and
intended for simple use and for subclassing
* Added an ``AsyncIOEventEmitter`` class for intended use with asyncio
* Added a ``TwistedEventEmitter`` class for intended use with twisted
* Added an ``ExecutorEventEmitter`` class which runs events in an executor
* Deprecated ``EventEmitter`` (use one of the new classes)
- modified patches
% fix-build-requirements.patch (refreshed)
-------------------------------------------------------------------
Tue Dec 4 12:52:10 UTC 2018 - Matej Cepl <mcepl@suse.com>