diff --git a/pyee-12.0.0.tar.gz b/pyee-12.0.0.tar.gz deleted file mode 100644 index 22b132f..0000000 --- a/pyee-12.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c480603f4aa2927d4766eb41fa82793fe60a82cbfdb8d688e0d08c55a534e145 -size 29675 diff --git a/pyee-12.1.1.tar.gz b/pyee-12.1.1.tar.gz new file mode 100644 index 0000000..5efc69c --- /dev/null +++ b/pyee-12.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc33c09e2ff827f74191e3e5bbc6be7da02f627b7ec30d86f5ce1a6fb2424a3 +size 30915 diff --git a/python-pyee.changes b/python-pyee.changes index 16d25c9..58c22b0 100644 --- a/python-pyee.changes +++ b/python-pyee.changes @@ -1,7 +1,24 @@ +------------------------------------------------------------------- +Tue Feb 25 20:36:45 UTC 2025 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Sep 26 21:02:27 UTC 2024 - Guang Yee -- Enable sle15_python_module_pythons. +- Enable sle15_python_module_pythons. ------------------------------------------------------------------- Sat Aug 31 12:19:50 UTC 2024 - Dirk Müller diff --git a/python-pyee.spec b/python-pyee.spec index f3c9165..6f355e0 100644 --- a/python-pyee.spec +++ b/python-pyee.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyee # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyee -Version: 12.0.0 +Version: 12.1.1 Release: 0 Summary: A port of node.js's EventEmitter to python License: MIT