blinker 1.8.1-1 source package in Ubuntu

Changelog

blinker (1.8.1-1) unstable; urgency=medium

  * Team upload.
  * [fa20eec] New upstream version 1.8.1
  * [3e239ef] d/control: Adjust Build-Depends due upstream changes
  * [cc80c8b] d/control: Bump Standards-Version to 4.7.0
    No further changes needed.
  * [29519a1] d/control: Add dh_sequence-* packages to B-D
  * [1d2b1b7] d/rules: Remove --with option from default target
  * [936866f] d/copyright: Update year and content data
  * [4e61621] d/python-blinker-doc.docs: Update file data to install

 -- Carsten Schoenert <email address hidden>  Wed, 01 May 2024 19:38:46 +0200

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 main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blinker_1.8.1-1.dsc 2.3 KiB a4020c6b21abc3c404ef2d2dbb8169a69339979c47f1b09cf69aac8fdc8668d6
blinker_1.8.1.orig.tar.gz 25.0 KiB fdf1b74951b2a991c1debbe8c959ed6fd1ec3de0e532eecb298dd653b1af14b4
blinker_1.8.1-1.debian.tar.xz 5.3 KiB 4396169e743ddb0885b01d5e8b03cac978b9e9ecce5f27e2e3b44fd18b663bd0

Available diffs

No changes file available.

Binary packages built by this source

python-blinker-doc: Fast, simple object-to-object and broadcast signaling (Documentation)

 Blinker provides fast & simple object-to-object and broadcast signaling
 for Python objects. Interested signal receivers can subscribe to specific
 senders or receive signals sent by any sender.
 .
 The core of Blinker is quite small but provides powerful features:
  * a global registry of named signals
  * anonymous signals
  * custom name registries
  * permanently or temporarily connected receivers
  * automatically disconnected receivers via weak referencing
  * sending arbitrary data payloads
  * collecting return values from signal receivers
  * thread safety
 .
 This package contains the documentation for the blinker Python library.

python3-blinker: Fast, simple object-to-object and broadcast signaling (Python3)

 Blinker provides fast & simple object-to-object and broadcast signaling
 for Python objects. Interested signal receivers can subscribe to specific
 senders or receive signals sent by any sender.
 .
 The core of Blinker is quite small but provides powerful features:
  * a global registry of named signals
  * anonymous signals
  * custom name registries
  * permanently or temporarily connected receivers
  * automatically disconnected receivers via weak referencing
  * sending arbitrary data payloads
  * collecting return values from signal receivers
  * thread safety
 .
 This package contains the Python 3 version.