blinker 1.5-1 source package in Ubuntu

Changelog

blinker (1.5-1) unstable; urgency=medium

  * Team upload.
  * d/watch: Switch to git mode on the GitHub repository
  * d/gbp.conf: Add some basic default configuration
  * New upstream version 1.5
    (Closes: #1008014 )
  * d/copyright: Update upstream data and content
  * d/README.source: Adding base information about source
  * d/control: Run wrap-and-sort -ast
  * d/control: Sort binary packages alphabetical
  * d/u/metadata: Update and add content
  * d/control: Updating the package descriptions
  * d/control: Update Homepage field to new URL
  * d/control: Bump Standards-Version to 4.6.1
    No further changes needed.
  * d/control: Update build dependencies
  * d/rules: Use PYBUILD variable to build the package
    (Closes: #1018323)
  * python-blinker-doc: Use dh_sphinxdoc for package build
  * autopkgtest: Run upstream tests for basic testing

 -- Carsten Schoenert <email address hidden>  Thu, 24 Nov 2022 19:20:48 +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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blinker_1.5-1.dsc 2.2 KiB f75be1bce97602b699f829d5a7400a819523fb61d6fc9f37b400184160176143
blinker_1.5.orig.tar.gz 24.5 KiB 96e236b53f83c48d2433710e38e39c897491581b638c3d8260eb60650adb3afe
blinker_1.5-1.debian.tar.xz 5.5 KiB c35bca33ec4c7cba8b1c4d5249e422ab857b625b0bad004796f694afb578eeaf

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.