python-pykka 4.0.1-1 source package in Ubuntu

Changelog

python-pykka (4.0.1-1) unstable; urgency=medium

  * New upstream release supporting Python 3.12 (Closes: #1058413)
  * Bump Standards-Version to 4.6.2, no changes needed.

 -- Stein Magnus Jodal <email address hidden>  Sun, 17 Dec 2023 09:30:05 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykka_4.0.1-1.dsc 2.1 KiB ae5be17699b4a1474cd5726f997a6427a20bc93e985f59b5d2afcc6a129c98c4
python-pykka_4.0.1.orig.tar.gz 47.8 KiB cb499c0b099412ee2200cb3ca51740c3834beb35bcd172b7daa44ee76ac165f2
python-pykka_4.0.1-1.debian.tar.xz 5.1 KiB 1200f505da0808a0c7de4e54cb5b7295c94b7abd869480f2fdb5c9dbb93f6d22

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.