simplegeneric 0.8.1-5 source package in Ubuntu

Changelog

simplegeneric (0.8.1-5) unstable; urgency=medium

  * Team upload.
  [ Debian Janitor ]
  * Update standards version to 4.1.5, no changes needed.

  [ Athos Ribeiro ]
  * Run tests with pytest instead of setup.py test.

 -- Athos Ribeiro <email address hidden>  Mon, 05 Dec 2022 20:56:50 +0000

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
Noble release main python
Mantic release main python
Lunar release main python

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
simplegeneric_0.8.1-5.dsc 2.0 KiB a70761cd9edf3174b13fcf537ba7fa3f136e6508a29ea84d1f83b7bf06dac616
simplegeneric_0.8.1.orig.tar.bz2 6.3 KiB d8a59ee508474662484d436b5dc938c10c864270cf67dba91caf5ddb40ea3be1
simplegeneric_0.8.1-5.debian.tar.xz 3.5 KiB a03be12f43945b0d93cc1154d3da4fc493782584e95c91bef6428cd74d4f6893

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.