python-pypubsub 4.0.3-7 source package in Ubuntu

Changelog

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

  * Fix watch file
  * Standards-Version: 4.6.1 (routine-update)

 -- Andreas Tille <email address hidden>  Fri, 25 Nov 2022 11:41:48 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-pypubsub_4.0.3-7.dsc 2.0 KiB 3203cd30f3f6e2830ec158e62ce6d8449cf1b209fd1ec507b035849c9c5f12c8
python-pypubsub_4.0.3.orig.tar.gz 170.0 KiB 0df83daa1cb0021bab858ff6812d836c9712dea59a5172be1888bb554c3a89a2
python-pypubsub_4.0.3-7.debian.tar.xz 2.6 KiB 3ee5c6051fb71622fedd7b9cc7c96d56817e476b8143afe265369745cecc5fa3

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.