pydispatcher 2.0.5-5 source package in Ubuntu

Changelog

pydispatcher (2.0.5-5) unstable; urgency=medium

  * Team upload.
  * Fix documentation build with Python 3.11. (Closes: #1028697)
  * Switch from SourceForge to GitHub for Homepage field.
  * Bump debhelper from deprecated 9 to 13.
  * Update standards version to 4.6.2, no changes needed.
  * Update watch file format version to 4.

 -- Paul Wise <email address hidden>  Sun, 22 Jan 2023 17:19:23 +0800

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
pydispatcher_2.0.5-5.dsc 2.1 KiB 719af9ca6a1a91c5bc180eb54c18f8ad0671de1654856c5cf6fb7674ba143077
pydispatcher_2.0.5.orig.tar.gz 33.6 KiB 5570069e1b1769af1fe481de6dd1d3a388492acddd2cdad7a3bde145615d5caf
pydispatcher_2.0.5-5.debian.tar.xz 7.2 KiB 5d50346d69bda43dee32e6647d2ae92e560bcab1d7958d71baa2acd23def2035

Available diffs

No changes file available.

Binary packages built by this source

python-pydispatch-doc: documentation for python3-pydispatch

 PyDispatcher provides the Python programmer with a
 multiple-producer-multiple-consumer signal-registration and routing
 infrastructure for use in multiple contexts. The mechanism of PyDispatcher
 started life as a highly rated recipe in the Python Cookbook. The project
 aims to include various enhancements to the recipe developed during use in
 various applications.
 .
 This package contains the documentation for PyDispatcher. It covers
 the Python 3 versions.

python3-pydispatch: Python 3 signal dispatching mechanism

 PyDispatcher provides the Python programmer with a
 multiple-producer-multiple-consumer signal-registration and routing
 infrastructure for use in multiple contexts. The mechanism of PyDispatcher
 started life as a highly rated recipe in the Python Cookbook. The project
 aims to include various enhancements to the recipe developed during use in
 various applications.
 .
 This package contains the Python 3 version of PyDispatcher.