python-janus 0.4.0-2 source package in Ubuntu

Changelog

python-janus (0.4.0-2) unstable; urgency=medium

  * update debhelper;
    build-depend on debhelper-compat dh-sequence-python3
    (not debhelper dh-python)
  * declare compliance with Debian Policy 4.5.0

 -- Jonas Smedegaard <email address hidden>  Thu, 20 Feb 2020 13:05:36 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-janus_0.4.0-2.dsc 1.9 KiB aec349dab07d994b9522c15343f3a062c9f16d79040e76ecca2f9b361c2400bd
python-janus_0.4.0.orig.tar.gz 17.9 KiB d19a52fbe16f1910cec18c95b9b2f2bbdc07a6cebcd1fa9acd43b4dcb8f6f7a7
python-janus_0.4.0-2.debian.tar.xz 2.7 KiB 0add15cda730f849be0e31a5f8f7a732aaf494c9040dd95c78e8e1d5e5c12432

Available diffs

No changes file available.

Binary packages built by this source

python3-janus: thread-safe asyncio-aware queue for Python

 Mixed sync-async queue,
 supposed to be used for communicating
 between classic synchronous (threaded) code
 and asynchronous (in terms of asyncio) one.
 .
 Like Janus god,
 the queue object from the library has two faces:
 synchronous and asynchronous interface.
 .
 Synchronous is fully compatible with standard queue,
 asynchronous one follows asyncio queue design.