Pykka is a Python implementation of the actor model. The actor
model introduces some simple rules to control the sharing of state
and cooperation between execution units, which makes it easier to
build concurrent applications.
Provides
Requires
License
Apache-2.0
Changelog
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 4.2.0-5
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 4.2.0-4
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 4.2.0-2
- Rebuilt for Python 3.14
* Mon Feb 17 2025 Tobias Girstmair <t-fedora@girst.at> - 4.2.0-1
- Update to latest release
* Sun Feb 16 2025 Tobias Girstmair <t-fedora@girst.at> - 4.1.2-1
- Update to latest release for Python 3.14 support (RHBZ#2345521)
* Thu Feb 06 2025 Tobias Girstmair <t-fedora@girst.at> - 4.0.2-3
- run tests through pytest
- properly use %pyproject_buildrequires
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Mon Jul 29 2024 Tobias Girstmair <t-fedora@girst.at> - 4.0.2-1
- Updated to latest release
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 2.0.2-22
- convert license to SPDX
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Tue Nov 07 2023 Miro Hrončok <mhroncok@redhat.com> - 2.0.2-18
- Explicitly BuildRequire python3-sphinxcontrib-devhelp
Files
/usr/lib/python3.14/site-packages/pykka
/usr/lib/python3.14/site-packages/pykka-4.2.0.dist-info
/usr/lib/python3.14/site-packages/pykka-4.2.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/pykka-4.2.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/pykka-4.2.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/pykka-4.2.0.dist-info/licenses
/usr/lib/python3.14/site-packages/pykka-4.2.0.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/pykka/__init__.py
/usr/lib/python3.14/site-packages/pykka/__pycache__
/usr/lib/python3.14/site-packages/pykka/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_actor.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_actor.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_envelope.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_envelope.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_exceptions.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_exceptions.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_future.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_future.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_introspection.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_introspection.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_proxy.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_proxy.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_ref.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_ref.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_registry.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_registry.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_threading.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_threading.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_types.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/_types.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/debug.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/pykka/__pycache__/debug.cpython-314.pyc
/usr/lib/python3.14/site-packages/pykka/__py