Package Release Info

python-pyee-6.0.0-bp154.1.33

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-pyee

Change Logs

Version: 6.0.0-bp153.2.6
* Sat Feb 20 2021 Yuchen Lin <mlin+factory@suse.de>
- Disable test in Leap
Version: 6.0.0-bp152.1.11
* Thu Apr 25 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 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Mon Oct 29 2018 Todd R <toddrme2178@gmail.com>
- python-hamcrest was renamed to python-PyHamcrest
* Thu Jul 19 2018 mcepl@suse.com
- Clean up SPEC
- Add missing BuildRequires
Version: 5.0.0-bp150.1.3
* Sun Mar 04 2018 alarrosa@suse.com
- Fix LICENSE url
* Tue Feb 20 2018 alarrosa@suse.com
- pytest-asyncio was build requirement by pyee's setup.py file, but
  it was only used for tests. On top of that, the python-pytest-asyncio
  package is only available for python3, so now we only do tests on
  python3 and a patch was added to fix the requirements:
  * fix-build-requirements.patch
- Since the tests require at least python 3.5, only run the tests when
  suse_version >= 1500
* Fri Jan 05 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 05 2017 alarrosa@suse.com
- Initial release of python-pyee 3.0.3