14
0
forked from pool/python-pyee

- 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
- Enable sle15_python_module_pythons.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=29
This commit is contained in:
2025-02-25 20:37:08 +00:00
committed by Git OBS Bridge
parent c9b697b2c1
commit c96b71cb25
4 changed files with 23 additions and 6 deletions

View File

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

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

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

View File

@@ -1,7 +1,24 @@
-------------------------------------------------------------------
Tue Feb 25 20:36:45 UTC 2025 - Dirk Müller <dmueller@suse.com>
- 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 <gyee@suse.com>
- Enable sle15_python_module_pythons.
- Enable sle15_python_module_pythons.
-------------------------------------------------------------------
Sat Aug 31 12:19:50 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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