- update to 12.1.1:
* Fixed ReadTheDocs build
* `build.os` is now a required parameter
* `python.version` is replaced by `build.tools`
* New features in `pyee.asyncio.AsyncIOEventEmitter`:
* `wait_for_complete` method to wait for all running handlers
to complete execution
* `cancel` method to cancel execution of all running handlers
* `complete` property that's `True` when no handlers are
currently running
* Updated changelog for v12 release to describe where to find
alternatives to deprecated and removed imports
* Add support for Python 3.13
- Enable sle15_python_module_pythons.
OBS-URL: https://build.opensuse.org/request/show/1248482
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=14
* Fixed ReadTheDocs build
* `build.os` is now a required parameter
* `python.version` is replaced by `build.tools`
* New features in `pyee.asyncio.AsyncIOEventEmitter`:
* `wait_for_complete` method to wait for all running handlers
to complete execution
* `cancel` method to cancel execution of all running handlers
* `complete` property that's `True` when no handlers are
currently running
* Updated changelog for v12 release to describe where to find
alternatives to deprecated and removed imports
* Add support for Python 3.13
- Enable sle15_python_module_pythons.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=29
- update to 12.0.0:
* Remove deprecated imports:
`pyee.BaseEventEmitter`
`pyee.AsyncIOEventEmitter`
`pyee.TwistedEventEmitter`
`pyee.ExecutorEventEmitter`
`pyee.TrioEventEmitter`
* Add `PyeeError` which inherits from `PyeeException`, and use
throughout
* Deprecate direct use of `PyeeException`
* Add project URLs to pyproject.toml and PyPI
* Use ActionLint v2
* Fix GitHub release action
Refactor developer setup to use a local virtualenv
* Fix Python 2.7 in tox
- Fix LICENSE url
- Initial release of python-pyee 3.0.3
OBS-URL: https://build.opensuse.org/request/show/1198063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyee?expand=0&rev=12
* Remove deprecated imports:
`pyee.BaseEventEmitter`
`pyee.AsyncIOEventEmitter`
`pyee.TwistedEventEmitter`
`pyee.ExecutorEventEmitter`
`pyee.TrioEventEmitter`
* Add `PyeeError` which inherits from `PyeeException`, and use
throughout
* Deprecate direct use of `PyeeException`
* Add project URLs to pyproject.toml and PyPI
* Use ActionLint v2
* Fix GitHub release action
Refactor developer setup to use a local virtualenv
* Fix Python 2.7 in tox
- Fix LICENSE url
- Initial release of python-pyee 3.0.3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=25