singledispatch 3.4.0.3-2 source package in Ubuntu

Changelog

singledispatch (3.4.0.3-2) unstable; urgency=medium

  * d/control:
    - Bump Standards-Version with no other changes necessary.
    - Bump debhelper Build-Depends to version 9.
    - Update Vcs-* headers.
  * d/compat: Bump to version 9
  * d/watch: Use the pypi.debian.net redirector.

 -- Barry Warsaw <email address hidden>  Thu, 11 Jun 2015 10:05:56 -0400

Upload details

Uploaded by:
Barry Warsaw
Uploaded to:
Sid
Original maintainer:
Barry Warsaw
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main misc
Xenial release main misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
singledispatch_3.4.0.3-2.dsc 2.2 KiB 2b4dc4bd77bc977e187691fbf18d02b3cce4dfaefd1644e385d809636c4605b8
singledispatch_3.4.0.3.orig.tar.gz 9.3 KiB 5b06af87df13818d14f08a028e42f566640aef80805c3b50c5056b086e3c2b9c
singledispatch_3.4.0.3-2.debian.tar.xz 2.1 KiB b900a90ff4738f9d737dfbe89b925578fe8cc83facd9ca46276ae49e304cb2f4

Available diffs

No changes file available.

Binary packages built by this source

python-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 2 version of the library.

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.