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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b53af98f6990c810edd9b56b87791021a8f54fd13db4edd1142438d44ba2263f
size 29806

3
pyee-12.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c480603f4aa2927d4766eb41fa82793fe60a82cbfdb8d688e0d08c55a534e145
size 29675

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Aug 31 12:19:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 20 04:06:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> Tue Feb 20 04:06:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

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