blinker 1.9.0-ok1 source package in openKylin

Changelog

blinker (1.9.0-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 01 Jun 2026 15:40:57 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main python

Downloads

File Size SHA-256 Checksum
blinker_1.9.0.orig.tar.gz 24.2 KiB aa6567d896a5238caf18f8507693966025743567bdf3720ff7c695088b7baca8
blinker_1.9.0-ok1.debian.tar.xz 3.5 KiB 45270089fc11dd5d0f6dc27c01d9a683f308d0f37f3b4b79e90e3062aa608338
blinker_1.9.0-ok1.dsc 2.1 KiB 8dccc529be0da2e92c9eb42a117ca2d37e7dd53b6f953c224576cb59e0dd98a8

Available diffs

View changes file

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.