python-pykka 1.2.1-3 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * Fixed VCS URL (https)

  [ Stein Magnus Jodal ]
  * debian/control
    - Bump Standards-Version to 3.9.8. No changes required
    - Fix spelling-error-in-description-synopsis lintian warning due to
      duplicate words
    - Add Build-Depend-Indep on python-doc
  * debian/copyright
    - Update copyright years
  * debian/patches
    - Add patch to make intersphinx use object.inv from python-doc
      (Closes: #833352)

 -- Stein Magnus Jodal <email address hidden>  Sun, 07 Aug 2016 22:53:41 +0200

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykka_1.2.1-3.dsc 2.2 KiB eeec70a8f094a5fbc5bef4eae64878ad5c1deac853274395fa1478eb0d70f47d
python-pykka_1.2.1.orig.tar.gz 38.3 KiB 4f1e41c5b9769e32bbf0a9db70c1c83a0ab9d6b0221d9afe9bd2bbf39978b208
python-pykka_1.2.1-3.debian.tar.xz 4.3 KiB 7c61241ab4971eaf3bcd60c868dff4b443fbf35b42933c650a0dd996f0176648

Available diffs

No changes file available.

Binary packages built by this source

python-pykka: Actor model library (Python 2)

 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.
 .
 This is the Python 2 version of the package.

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.
 .
 This is the Python 3 version of the package.