forked from pool/python-pyee
Accepting request 563115 from home:alarrosa:branches:devel:languages:python
New package python-pyee, required by mycroft-core OBS-URL: https://build.opensuse.org/request/show/563115 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=1
This commit is contained in:
29
python-pyee.changes
Normal file
29
python-pyee.changes
Normal file
@@ -0,0 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 09:29:54 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- Update to version 5.0.0
|
||||
* CHANGELOG.md reformatted to CHANGELOG.rst
|
||||
* Added CONTRIBUTORS.rst
|
||||
* The listeners method no longer returns the raw list of listeners, and
|
||||
instead returns a list of unwrapped listeners; This means that mutating
|
||||
listeners on the EventEmitter by mutating the list returned by this method
|
||||
isn't possible anymore, and that for once handlers this method returns the
|
||||
unwrapped handler rather than the wrapped handler
|
||||
* once API now returns the unwrapped handler in both decorator and
|
||||
non-decorator cases
|
||||
* Possible to remove once handlers with unwrapped handlers
|
||||
* Internally, listeners are now stored on a OrderedDict rather than a list
|
||||
* Minor stylistic tweaks to make code more pythonic
|
||||
|
||||
- Update to version 4.0.1
|
||||
* Fix bug in setup.py; Now publishable
|
||||
|
||||
- Update to version 4.0.0
|
||||
* Coroutines now work with .once Wrapped listener is removed prior to hook
|
||||
* execution rather than after for synchronous .once handlers
|
||||
- Add LICENSE file from upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 5 15:17:34 UTC 2017 - alarrosa@suse.com
|
||||
|
||||
- Initial release of python-pyee 3.0.3
|
Reference in New Issue
Block a user