blinker 1.6.3-1 source package in Ubuntu

Changelog

blinker (1.6.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.6.3
  * d/control: Adjust B-D due upstream switch to flit
  * d/rules: Tune dh_sphinxdoc target

 -- Carsten Schoenert <email address hidden>  Wed, 01 Nov 2023 17:19:47 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blinker_1.6.3-1.dsc 2.3 KiB e0a635395a06d82a14c7286b808b4706efaad73ee600d1b3076735db0bec77bc
blinker_1.6.3.orig.tar.gz 28.8 KiB 36d0afabf7fb79641e936b90ab4bdf75a741fa25260b03631e9c703682b2a0f7
blinker_1.6.3-1.debian.tar.xz 5.7 KiB 410b6f61f601c0689be22136ddcc726af3c731093d3d63fb319227b48d089d2f

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.