diff --git a/pyee-11.1.0.tar.gz b/pyee-11.1.0.tar.gz deleted file mode 100644 index 992e055..0000000 --- a/pyee-11.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b53af98f6990c810edd9b56b87791021a8f54fd13db4edd1142438d44ba2263f -size 29806 diff --git a/pyee-12.0.0.tar.gz b/pyee-12.0.0.tar.gz new file mode 100644 index 0000000..22b132f --- /dev/null +++ b/pyee-12.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c480603f4aa2927d4766eb41fa82793fe60a82cbfdb8d688e0d08c55a534e145 +size 29675 diff --git a/python-pyee.changes b/python-pyee.changes index 525c4a4..f1836cc 100644 --- a/python-pyee.changes +++ b/python-pyee.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Aug 31 12:19:50 UTC 2024 - Dirk Müller + +- 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 @@ -50,7 +67,7 @@ Wed Oct 5 00:02:22 UTC 2022 - Yogalakshmi Arunachalam 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 * 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 diff --git a/python-pyee.spec b/python-pyee.spec index e590162..8df744a 100644 --- a/python-pyee.spec +++ b/python-pyee.spec @@ -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