blinker 1.4+dfsg1-0.4 source package in Ubuntu

Changelog

blinker (1.4+dfsg1-0.4) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Fixed VCS URL (https)
  * d/copyright renamed shortname for BSD licenses to standard one
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * Convert git repository from git-dpm to gbp layout
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 7 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Apply multi-arch hints.
    + python-blinker-doc: Add Multi-Arch: foreign.
  * Add missing build dependency on dh addon.
  * Bump debhelper from old 12 to 13.
    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
      does this.

  [ Gordon Ball ]
  * Repaired and merged divergent git and NMU history since 1.3.dfsg2-1
  * Standards-Version 4.6.0
  * Rules-Requires-Root: no
  * Update d/watch to handle repacking instead of a custom repack script

 -- Gordon Ball <email address hidden>  Mon, 25 Oct 2021 17:42:40 +0000

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
Jammy release main misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
blinker_1.4+dfsg1-0.4.dsc 2.0 KiB cef54fd79562e6181f670c34efd3d1967704dd9cbf9dd154a9bf22c80b5439fd
blinker_1.4+dfsg1.orig.tar.gz 55.5 KiB 93d0a9c6eb69dff77c736800e76369e5306d7fd61aa57891545c0b512471614e
blinker_1.4+dfsg1-0.4.debian.tar.xz 3.8 KiB 32096fc629aa291e4418d7c2a3c489bf3aac4e77b1006e2e9cd98fddbf689495

No changes file available.

Binary packages built by this source

python-blinker-doc: Documentation for the blinker signaling library

 Blinker provides a fast dispatching system that allows any number of
 interested parties to subscribe to events, or "signals".
 .
 Signal receivers can subscribe to specific senders or receive signals
 sent by any sender.
 .
 This package contains the documentation for blinker.

python3-blinker: fast, simple object-to-object and broadcast signaling library

 Blinker provides a fast dispatching system that allows any number of
 interested parties to subscribe to events, or "signals".
 .
 Signal receivers can subscribe to specific senders or receive signals
 sent by any sender.
 .
 This package contains the Python 3 version.