Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-pykka-4.4.1-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-pykka Distribution: openSUSE Tumbleweed
Version: 4.4.1 Vendor: openSUSE
Release: 1.1 Build date: Tue Jan 27 08:09:55 2026
Group: Development/Languages/Python Build host: reproducible
Size: 227393 Source RPM: python-pykka-4.4.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/jodal/pykka
Summary: A Python implementation of the actor model
Pykka is a Python implementation of the `actor model
<http://en.wikipedia.org/wiki/Actor_model>`_. The actor model introduces some
rules to control the sharing of state and cooperation between execution
units, with which one can build concurrent applications.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Jan 27 2026 Dirk Müller <dmueller@suse.com>
  - update to 4.4.1:
    * fix: Simplify the actor thread's name
* Tue Nov 25 2025 Marius Grossu <marius.grossu@suse.com>
  - Update to 4.4.0:
    * Remove pykka.__version__. Use importlib.metadata.version("pykka")
    * Port docs from Sphinx to Mkdocs and generally refresh docs
  - Update to 4.3.0:
    * Remove support for Python 3.9 as it reaches end-of-life next month
    * Only allow one of Future's set(), set_exception(), and set_get_hook() methods to be called