python-pykka 3.1.1-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.0, no changes needed.
  * Update standards version to 4.6.1, no changes needed.

  [ Stein Magnus Jodal ]
  * New upstream release
  * d/patches: Refresh patches
  * d/control: Add B-D on pybuild-plugin-pyproject and python3-poetry-core
  * d/control: Update Homepage
  * d/changelog: Update copyright years
  * d/python3-pykka.docs: Update README file name
  * d/rules: Changelog is no longer shipped as part of the distribution
  * d/rules: Remove skip of tests requiring newer pytest-mock

 -- Stein Magnus Jodal <email address hidden>  Sun, 01 Jan 2023 23:29: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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pykka_3.1.1-1.dsc 2.1 KiB c2a675a2d3ade0f3764680c18e9d3fdd1c58b36527aefec223dfd9e8f03f2a9b
python-pykka_3.1.1.orig.tar.gz 44.5 KiB 14ce223a55e6d62de6657f9b2b129e6ac785f731eccc5e26059e5254beca3cfb
python-pykka_3.1.1-1.debian.tar.xz 5.1 KiB b47ef8749a8bfd416ad7813e2482efb3dd1083a2e5d7c5789bbb348b64439747

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.