2021-01-18 23:14:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 18 22:37:12 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
|
|
|
|
|
|
|
|
- Update to 8.1.0
|
|
|
|
* Improved thread safety in base EventEmitter
|
|
|
|
* Documentation fix in ExecutorEventEmitter
|
|
|
|
- Changelog for Version 8.0.1
|
|
|
|
* Update README to reflect new API
|
|
|
|
- Changelog for Version 8.0.0
|
|
|
|
* Drop support for Python 2.7
|
|
|
|
* Remove CompatEventEmitter and rename BaseEventEmitter to
|
|
|
|
EventEmitter
|
|
|
|
* Create an alias for BaseEventEmitter with a deprecation warning
|
|
|
|
- Changelog for Version 7.0.4
|
|
|
|
* setup_requires vs tests_require now correct
|
|
|
|
* tests_require updated to pass in tox
|
|
|
|
* 3.7 testing removed from tox
|
|
|
|
* 2.7 testing removed from Travis
|
|
|
|
- Changelog for Version 7.0.3
|
|
|
|
* Tag license as MIT in setup.py
|
|
|
|
* Update requirements and environment to pip -e the package
|
|
|
|
- Changelog for Version 7.0.2
|
|
|
|
* Support Python 3.8 by attempting to import TimeoutError from
|
|
|
|
asyncio.exceptions
|
|
|
|
* Add LICENSE to package manifest
|
|
|
|
* Add trio testing to tox
|
|
|
|
* Add Python 3.8 to tox
|
|
|
|
* Fix Python 2.7 in tox
|
|
|
|
- Clarify test requirements for different python versions
|
|
|
|
- Drop python-pyee-import-asyncio.exceptions.patch merged upstream
|
|
|
|
|
2019-04-25 09:33:09 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-03-30 12:52:19 +00:00
|
|
|
Thu Mar 26 14:04:57 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 7.0.1
|
|
|
|
- Some tweaks to the docs
|
|
|
|
- Added a ``TrioEventEmitter`` class for intended use with trio
|
|
|
|
- ``AsyncIOEventEmitter`` now correctly handles cancellations
|
|
|
|
- Add a new experimental ``pyee.uplift`` API for adding new functionality to
|
|
|
|
existing event emitters
|
|
|
|
- deleted patches
|
|
|
|
- fix-build-requirements.patch (upstreamed)
|
2020-03-30 12:57:49 +00:00
|
|
|
- Add patch python-pyee-import-asyncio.exceptions.patch
|
2020-03-30 12:52:19 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2019-04-25 09:33:09 +00:00
|
|
|
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)
|
|
|
|
|
2018-12-04 13:50:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:52:10 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-19 15:55:13 +00:00
|
|
|
-------------------------------------------------------------------
|
2018-10-29 19:06:59 +00:00
|
|
|
Mon Oct 29 15:22:46 UTC 2018 - Todd R <toddrme2178@gmail.com>
|
|
|
|
|
|
|
|
- python-hamcrest was renamed to python-PyHamcrest
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2018-07-19 15:55:13 +00:00
|
|
|
Thu Jul 19 15:54:33 UTC 2018 - mcepl@suse.com
|
|
|
|
|
|
|
|
- Clean up SPEC
|
|
|
|
- Add missing BuildRequires
|
|
|
|
|
2018-03-04 20:29:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 4 20:12:00 UTC 2018 - alarrosa@suse.com
|
|
|
|
|
|
|
|
- Fix LICENSE url
|
|
|
|
|
2018-02-20 10:06:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 20 07:55:56 UTC 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
|
|
|
|
|
2018-01-10 09:42:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|