blinker 1.6.2-1 source package in Ubuntu

Changelog

blinker (1.6.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.6.2
  * d/control: Add new requirements Build-Depends
  * autopkgtests: Adopt upstream changes
  * d/control: Bump Standards-Version to 4.6.2
    No further changes needed.
  * d/copyright: Update upstream data and content

 -- Carsten Schoenert <email address hidden>  Thu, 29 Jun 2023 20:05:07 +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
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blinker_1.6.2-1.dsc 2.2 KiB 61743e4a628bdaf7e39e6cc1079ad77e8d43cb7c125dc3201670d9c9815e0314
blinker_1.6.2.orig.tar.gz 28.4 KiB bd08621bcae9f962faadc6aa3318b47cd9fa314005c8ffc59176ff768fda0ce9
blinker_1.6.2-1.debian.tar.xz 5.6 KiB 068d97cc035535bcc1377a2a32ff56dedf7a5459efec6855b245e9d9d78040bb

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.