python-ruamel.ordereddict 0.4.9-1 source package in Ubuntu

Changelog

python-ruamel.ordereddict (0.4.9-1) unstable; urgency=medium

  * New upstream release.
  * Drop (typo fix) patches, merged upstream.

 -- Gianfranco Costamagna <email address hidden>  Tue, 01 Sep 2015 09:30:55 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Sid
Original maintainer:
Gianfranco Costamagna
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
python-ruamel.ordereddict_0.4.9-1.dsc 2.0 KiB 49b83d3eb1a5b3455c6691a174c78cc4c7e28fd133e06af25dc1d05772f5d202
python-ruamel.ordereddict_0.4.9.orig.tar.gz 52.4 KiB 7058c470f131487a3039fb9536dda9dd17004a7581bdeeafa836269a36a2b3f6
python-ruamel.ordereddict_0.4.9-1.debian.tar.xz 4.4 KiB 416547f28c55d19ed4de78316a8ddf360a436c527c1a5cd93534d73651c53061

No changes file available.

Binary packages built by this source

python-ruamel.ordereddict: dictionary that keeps keys in insertion resp. sorted order

 This package is an implementation of an ordered dictionary with Key Insertion
 Order (KIO: updates of values do not affect the position of the key),
 Key Value Insertion Order (KVIO, an existing key's position is removed
 and put at the back).
 .
 Sorted dictionaries are also provided. Currently only with Key Sorted
 Order (KSO, no sorting function can be specified, but you can specify a
 transform to apply on the key before comparison (e.g. string.lower)).