singledispatch 3.4.0.3-4 source package in Ubuntu

Changelog

singledispatch (3.4.0.3-4) unstable; urgency=low

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Bump debhelper from deprecated 9 to 12.

  [ Ondřej Nový ]
  * 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 ]
  * Remove MIA uploader Barry Warsaw <email address hidden>. Closes: #970182
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 20:22:49 -0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
singledispatch_3.4.0.3-4.dsc 2.0 KiB 71b0917fe9b15e505528b074a6a6016f7408652e6e20ba3b0d80a390b7fad510
singledispatch_3.4.0.3.orig.tar.gz 9.3 KiB 5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c
singledispatch_3.4.0.3-4.debian.tar.xz 2.4 KiB 0b40c4cb96cb8d72ea77a1b54d8d594d7bf213de3634eb2a2c0ef638081dd5db

Available diffs

No changes file available.

Binary packages built by this source

python3-singledispatch: single-dispatch generic functions for Python

 PEP 443 proposed to expose a mechanism in the functools standard library
 module in Python 3.4 that provides a simple form of generic programming known
 as single-dispatch generic functions.
 .
 This library is a backport of this functionality to Python 2.6 - 3.3.
 .
 This is the Python 3 version of the library.