twodict 1.2-2 source package in Ubuntu

Changelog

twodict (1.2-2) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <email address hidden>  Thu, 25 Jul 2019 16:43:42 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
twodict_1.2-2.dsc 2.0 KiB b67961790de35df5f0b36f6fae0557eb35bd6cb5a6f6b22c83b1dacc644cb27b
twodict_1.2.orig.tar.gz 6.9 KiB 1e9a3333cc5d3f87b0ad21da1ffb071556f0e9206026365a9b47d7d73d90d639
twodict_1.2-2.debian.tar.xz 2.3 KiB e1b17016236f89ad89267abbb46d56c1f6d32ebe143dc33ca8485f014433cb2b

Available diffs

No changes file available.

Binary packages built by this source

python3-twodict: Simple two way ordered dictionary for Python 3

 TwoWayOrderedDict is a custom dictionary in which you can get the key:value
 relationship but you can also get the value:key relationship. It also
 remembers the order in which the items were inserted and supports almost all
 the features of the build-in dict.
 .
 This package installs the library for Python 3.