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

python313-pykka-4.4.1-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python313-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: 225067 Source RPM: python-pykka-4.4.1-1.1.src.rpm
Packager: http://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