simplegeneric 0.8.1-2 source package in Ubuntu

Changelog

simplegeneric (0.8.1-2) unstable; urgency=low

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

  [ Ondřej Nový ]
  * Fixed homepage (https)
  * Fixed VCS URL (https)
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * d/control: Remove trailing whitespaces
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Piotr Ożarowski ]
  * Add dh-python to Build-Depends

  [ Daniele Tricoli ]
  * Ignore egg-info.
  * debian/watch
    - Switch to pypi.debian.net.
  * debian/compat
    - Bump debhelper compat level to 11.
  * debian/control
    - Bump debhelper version to >= 11.
    - Bump Standards-Version to 4.1.4 (no changes needed).
    - Add autodep8 tests.
  * debian-copyright
    - Update copyright years.

 -- Daniele Tricoli <email address hidden>  Wed, 23 May 2018 00:34:43 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
simplegeneric_0.8.1-2.dsc 2.1 KiB 3e123eec3ec9e877bd62b7b5f04221d9615d17124087ad794f83ee40489842aa
simplegeneric_0.8.1.orig.tar.bz2 6.3 KiB d8a59ee508474662484d436b5dc938c10c864270cf67dba91caf5ddb40ea3be1
simplegeneric_0.8.1-2.debian.tar.xz 3.6 KiB 37de6fdb242bdf6f6a72267b0052fdfa5f087caf236ae23bfeea4890e818d89a

Available diffs

No changes file available.

Binary packages built by this source

python-simplegeneric: No summary available for python-simplegeneric in ubuntu focal.

No description available for python-simplegeneric in ubuntu focal.

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.