simplegeneric 0.8.1-4 source package in Ubuntu

Changelog

simplegeneric (0.8.1-4) unstable; urgency=medium

  [ 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 ]
  * Bump debhelper from old 11 to 12.
  * Bump debhelper from old 12 to 13.

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

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
simplegeneric_0.8.1-4.dsc 2.0 KiB 633a9ced944812d90e1283a81491810dfc9291cc8d2ffba45c959f81774c0424
simplegeneric_0.8.1.orig.tar.bz2 6.3 KiB d8a59ee508474662484d436b5dc938c10c864270cf67dba91caf5ddb40ea3be1
simplegeneric_0.8.1-4.debian.tar.xz 3.4 KiB 2a169c998133067b9d3450cbcc168c90c9f3ee459796beec2766fa1dd8321b02

Available diffs

No changes file available.

Binary packages built by this source

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.