python-pykka 2.0.3-1 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Stein Magnus Jodal ]
  * New upstream release
  * d/control: Remove eventlet and gevent from Suggests, as Pykka's support
    for those are deprecated. (Closes: #973138)
  * d/control: Bump Standards-Version to 4.5.0
  * d/rules: Enable tests on Python 3.8
  * d/control: Add python3-doc as Build-Depends

 -- Stein Magnus Jodal <email address hidden>  Fri, 27 Nov 2020 15:26:40 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykka_2.0.3-1.dsc 2.1 KiB 4334ccf1aff8c4a64ef44e18035ec21c9f4f1f2fff05f96641de57aee84f2083
python-pykka_2.0.3.orig.tar.gz 54.4 KiB 4b9d2363365b3455a0204bf163f09bd351d24b938c618c79d975a9510e128e95
python-pykka_2.0.3-1.debian.tar.xz 4.9 KiB 0c116a746d7b325fb01f1ed250513dc8428ec20df0a1038fd6238832e45128f6

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.