14
0
forked from pool/python-pyee

- 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/package/show/devel:languages:python/python-pyee?expand=0&rev=25
This commit is contained in:
2024-08-31 12:20:27 +00:00
committed by Git OBS Bridge
parent b1981f1a62
commit b17ae36cee
4 changed files with 25 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
Name: python-pyee
Version: 11.1.0
Version: 12.0.0
Release: 0
Summary: A port of node.js's EventEmitter to python
License: MIT