Path to this page:
Subject: CVS commit: pkgsrc/devel/py-pykka
From: Thomas Klausner
Date: 2023-11-05 01:49:50
Message id: 20231105004950.F1A1FFA2B@cvs.NetBSD.org
Log Message:
py-pykka: update to 4.0.1.
v4.0.1 Latest
Bugfix release.
Update test suite to pass on Python 3.12 (#207)
v4.0.0
Breaking changes
Require block and timeout arguments to always be keyword arguments. (PR: #198)
Remove support for Python 3.7. It reached end-of-life in June 2023. (PR: #190)
Features
Type hints: All typing stubs have been inlined in the source code and have \
been greatly improved. They are now tested using both Mypy and Pyright. (PR: \
#192, #193, #195)
Type hints: Due to the dynamic nature of ActorProxy objects, it is \
impossible to automatically type them correctly. pykka.typing is a new module \
with helpers for manually typing ActorProxy objects. Check out the docs for how \
to use the helpers. (PR: #199)
Files: