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>
@@ -50,7 +67,7 @@ Wed Oct 5 00:02:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Update docstrings to reference EventEmitter instead of BaseEventEmitter throughout
Developer Setup & CI:
Migrated builds from Travis to GitHub Actions
Refactor developer setup to use a local virtualenv
Refactor developer setup to use a local virtualenv
-------------------------------------------------------------------
Fri Nov 19 11:43:43 UTC 2021 - pgajdos@suse.com
@@ -104,7 +121,7 @@ Mon Jan 18 22:37:12 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
* Add LICENSE to package manifest
* Add trio testing to tox
* Add Python 3.8 to tox
* Fix Python 2.7 in tox
* Fix Python 2.7 in tox
- Clarify test requirements for different python versions
- Drop python-pyee-import-asyncio.exceptions.patch merged upstream
@@ -153,7 +170,7 @@ Thu Jul 19 15:54:33 UTC 2018 - mcepl@suse.com
-------------------------------------------------------------------
Sun Mar 4 20:12:00 UTC 2018 - alarrosa@suse.com
- Fix LICENSE url
- Fix LICENSE url
-------------------------------------------------------------------
Tue Feb 20 07:55:56 UTC 2018 - alarrosa@suse.com
@@ -195,4 +212,4 @@ Fri Jan 5 09:29:54 UTC 2018 - alarrosa@suse.com
-------------------------------------------------------------------
Tue Sep 5 15:17:34 UTC 2017 - alarrosa@suse.com
- Initial release of python-pyee 3.0.3
- Initial release of python-pyee 3.0.3

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