14
0
forked from pool/python-pyee

- Update to 11.1.0:

* Support Python 3.12
  * Require Python >= 3.8
  * Update classifiers in `pyproject.toml`
  * Remove package.json/package-lock.json
  * Switch from `setup.py` to `pyproject.toml` (still using setuptools)
  * Minor type annotation bugfixes
  * Store AsyncIO Futures in a set
  * `EventEmitter` supports pickling
  * Dependency on mock removed in favor of unittest.mock
  * Drop 3.7 support
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=23
This commit is contained in:
2024-02-20 04:07:16 +00:00
committed by Git OBS Bridge
parent b32ef4101b
commit b1981f1a62
4 changed files with 30 additions and 16 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Feb 20 04:06:27 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 11.1.0:
* Support Python 3.12
* Require Python >= 3.8
* Update classifiers in `pyproject.toml`
* Remove package.json/package-lock.json
* Switch from `setup.py` to `pyproject.toml` (still using setuptools)
* Minor type annotation bugfixes
* Store AsyncIO Futures in a set
* `EventEmitter` supports pickling
* Dependency on mock removed in favor of unittest.mock
* Drop 3.7 support
- Switch to pyproject macros.
-------------------------------------------------------------------
Wed Oct 5 00:02:22 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>