blinker 1.7.0-ok1 source package in openKylin

Changelog

blinker (1.7.0-ok1) nile; urgency=medium

  * Build for openKylin.

 -- Luoyaoming <email address hidden>  Tue, 30 Apr 2024 16:29:52 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main python
Nile V2.0 proposed main python

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blinker_1.7.0.orig.tar.gz 28.8 KiB 9ac8d55ba0373fe9d9d1ab867be4a652baae91c344ce151db9519f6b96bc45bc
blinker_1.7.0-ok1.debian.tar.xz 4.2 KiB 74af8e4e2ed1afd0977c70c9a8284af1376cd6c15b2c72cdd91ebb614d845da9
blinker_1.7.0-ok1.dsc 2.1 KiB 80b87f38123b73f9300d62ff2f498968ffd479f51c1ac80394afb3fe722554a4

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.