python-pykka 2.0.2-4 source package in Ubuntu

Changelog

python-pykka (2.0.2-4) unstable; urgency=medium

  * Remove Python 2 package (Closes: #938070)
  * Bump debhelper from 10 to 12
  * d/copyright: Update copyright years

 -- Stein Magnus Jodal <email address hidden>  Fri, 27 Dec 2019 21:40:25 +0100

Upload details

Uploaded by:
Stein Magnus Jodal
Uploaded to:
Sid
Original maintainer:
Stein Magnus Jodal
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykka_2.0.2-4.dsc 2.1 KiB f29ccf1cc25b67d039b3e0bca5cb7b3fda4d4dda5b627e6ead0ad37e4c50e42b
python-pykka_2.0.2.orig.tar.gz 50.6 KiB 895cc2ed8779b65dd14a90ba3f4b8cb0f7904c7bf0710fe96a923019f8e82a39
python-pykka_2.0.2-4.debian.tar.xz 4.6 KiB 90041d8786ce08fdab5b38f7c1d79c30cee4b5587bc92e0ca6777302a8fa7b27

Available diffs

No changes file available.

Binary packages built by this source

python3-pykka: Actor model library (Python 3)

 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.
 .
 Pykka provides an actor API with multiple implementations: threading, gevent,
 and Eventlet.