python-memoize 1.0.3-2 source package in Ubuntu

Changelog

python-memoize (1.0.3-2) unstable; urgency=medium

  * Add upstream patch to support python 3.10 (Closes: #1002199)
  * Switch to debhelper-compat

 -- Sebastien Delafond <email address hidden>  Wed, 29 Dec 2021 10:16:15 +0100

Upload details

Uploaded by:
Sebastien Delafond
Uploaded to:
Sid
Original maintainer:
Sebastien Delafond
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-memoize_1.0.3-2.dsc 1.6 KiB 94b8085a152b23d80cb59fd6b9d4529e811b8659f4e14d49797a00354b118426
python-memoize_1.0.3.orig.tar.xz 5.1 KiB 28761fde9c86fb040a7e88cab076b0019684f961807e6be30041a4e3a3e56746
python-memoize_1.0.3-2.debian.tar.xz 2.4 KiB 6dd200d5e73e45adc2153a455559c934da784c26534bbfa45b1e1cb3a9310a6f

Available diffs

No changes file available.

Binary packages built by this source

python3-memoize: Simple Python cache and memoizing module (Python3)

 This is a (relatively) simple Python memoizing module (ie. a function
 cache), in which any dict-like can be used as the actual storage
 object.
 .
 This is the Python3 package.