14
0
forked from pool/python-pyee

Accepting request 1291951 from home:crameleon:branches:devel:languages:python

- Update to 13.0.0
- Add gh-pr184_tests.patch

OBS-URL: https://build.opensuse.org/request/show/1291951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyee?expand=0&rev=31
This commit is contained in:
2025-07-11 11:15:05 +00:00
committed by Git OBS Bridge
parent c96b71cb25
commit 36e8a72859
5 changed files with 128 additions and 6 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jul 11 10:38:21 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Add gh-pr184_tests.patch to repair failing tests
-------------------------------------------------------------------
Sat Jun 28 07:30:03 UTC 2025 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- update to 13.0.0:
* Type checking improvements
* Introduce overloads for ee.on
* Add None return type for functions as appropriate
* Type self as Any in all methods
* Local and CI tasks for type checking with mypy
* mypy type checking passes
* pyright type checking passes
* Addition of mypy to development dependencies
* Removed conditional import of iscoroutine
* This was implemented to support Python 3.3, which was dropped long ago
* Removed type stub for twisted.python.Failure
* This was to address a typing issue in unsupported versions of Twisted
* Export Handler type in pyee/__init__.py
-------------------------------------------------------------------
Tue Feb 25 20:36:45 UTC 2025 - Dirk Müller <dmueller@suse.com>