python-pykka 2.0.3-3 source package in Ubuntu

Changelog

python-pykka (2.0.3-3) unstable; urgency=medium

  * debian/patches/pytest7.patch
    - fix compatibility with pytest 7; Closes: #1013708

 -- Sandro Tosi <email address hidden>  Mon, 11 Jul 2022 22:16:58 -0400

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykka_2.0.3-3.dsc 2.0 KiB 997ccddd4a4deac90e27e34a063837d888f62180ca97f72c010306a2310b14ee
python-pykka_2.0.3.orig.tar.gz 54.4 KiB 4b9d2363365b3455a0204bf163f09bd351d24b938c618c79d975a9510e128e95
python-pykka_2.0.3-3.debian.tar.xz 5.0 KiB 7149ced0069c44a7efc62e94f8227b6bec9a47d9b7e8529e7a927c3821742c71

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.