simplegeneric 0.8.1-1~ubuntu12.04.1 source package in Ubuntu

Changelog

simplegeneric (0.8.1-1~ubuntu12.04.1) precise-backports; urgency=low

  * No-change backport to precise (LP: #1072471)

simplegeneric (0.8.1-1) unstable; urgency=low

  * New upstream release (Closes: #640531)
    - With Python 3 support
  * Builded Python 3 package
  * debian/control
    - Removed Cédric and added Debian Python Modules Team to Maintainer
      Thanks to Cédric Delfosse for his past work!
    - Added myself to Uploaders (Closes: #668915)
    - Bumped Standards-Version to 3.9.3 (no changes needed)
    - Removed Provides: ${python:Provides}
    - Removed ${shlibs:Depends} from python-simplegeneric's Depends
      field
    - Switched Priority to optional
    - Added Vcs-* fields
  * debian/{control,rules}
    - Switched to dh_python2. Thanks to Julian Taylor for the report
      and the patch (Closes: #631408)
  * debian/copyright
    - Made DEP5 compliant
    - Upstream switched to ZPL-2.1
  * debian/rules
    - Clean properly to build packages twice in a row
    - Run tests at build time
 -- Micah Gersten <email address hidden>   Tue, 30 Oct 2012 02:33:48 +0100

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
simplegeneric_0.8.1.orig.tar.bz2 6.3 KiB d8a59ee508474662484d436b5dc938c10c864270cf67dba91caf5ddb40ea3be1
simplegeneric_0.8.1-1~ubuntu12.04.1.debian.tar.gz 3.3 KiB ea41686661f640a2629370b9ac13197cb815eba6bca4cc46d0700a16eed0315f
simplegeneric_0.8.1-1~ubuntu12.04.1.dsc 1.5 KiB bbd1fc7eec91160244c5a1e1212a12e734252e2c551fcb46c9a302a91a4c7292

View changes file

Binary packages built by this source

python-simplegeneric: simple generic functions for Python

 The simplegeneric module lets you define simple single-dispatch generic
 functions, akin to Python's built-in generic functions like len(), iter() and
 so on. However, instead of using specially-named methods, these generic
 functions use simple lookup tables, akin to those used by e.g. pickle.dump()
 and other generic functions found in the Python standard library.

python3-simplegeneric: simple generic functions for Python3

 The simplegeneric module lets you define simple single-dispatch generic
 functions, akin to Python's built-in generic functions like len(), iter() and
 so on. However, instead of using specially-named methods, these generic
 functions use simple lookup tables, akin to those used by e.g. pickle.dump()
 and other generic functions found in the Python standard library.
 .
 This package contains the Python 3 version of the library.