python-pypubsub 4.0.3-4 source package in Ubuntu

Changelog

python-pypubsub (4.0.3-4) unstable; urgency=medium

  * Breaks+Replaces: python3-pypubsub
    Closes: #946425

 -- Andreas Tille <email address hidden>  Mon, 09 Dec 2019 08:38:32 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
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-pypubsub_4.0.3-4.dsc 2.0 KiB 29f39a57b842f0c786f151f029327838177f4e87ee64b549ab443663a04cc366
python-pypubsub_4.0.3.orig.tar.gz 170.0 KiB 0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2
python-pypubsub_4.0.3-4.debian.tar.xz 2.3 KiB 1402b033aa6a9a9e4b833721be2e0b706d993458e5042cdbef27a24f1215afcc

Available diffs

No changes file available.

Binary packages built by this source

python3-pubsub: Python 3 publish-subcribe library

 Provides a publish-subscribe API to facilitate event-based or message-based
 architecture in a single-process application. It is pure Python
 and works on Python 3.3+. It is centered on the notion of a topic;
 senders publish messages of a given topic, and listeners subscribe to
 messages of a given topic, all inside the same process. The package also
 supports a variety of advanced features that facilitate debugging and
 maintaining topics and messages in larger desktop- or server-based
 applications.