sortedcollections 1.0.1-1 source package in Ubuntu

Changelog

sortedcollections (1.0.1-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Remove ancient X-Python-Version field
  * d/control: Remove ancient X-Python3-Version field

  [ Dmitry Shachnev ]
  * New upstream release.
    - Fixes compatibility with sortedcontainers 2.0, where the iterkeys,
      iteritems, itervalues methods of SortedDict have been removed.

 -- Dmitry Shachnev <email address hidden>  Tue, 19 Jun 2018 00:09:16 +0300

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

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sortedcollections_1.0.1-1.dsc 2.3 KiB 4e620ea91a284deb3534ce596780e60fe8a012ae8e543f555627c9e07bf4dc27
sortedcollections_1.0.1.orig.tar.gz 110.0 KiB 2de3882c9682a7ac471e3aad589f54952fee343d42689ae7d1921a99857529e9
sortedcollections_1.0.1-1.debian.tar.xz 3.6 KiB c992ded09be08b9630dfd55dfbb9fe33bcf086dabc1857300a157874bca4bb41

Available diffs

No changes file available.

Binary packages built by this source

python-sortedcollections-doc: Python documentation for Sorted Collections

 SortedCollections is an Apache2 licensed Python sorted collections library.
 .
 Features
 --------
 .
   - Pure-Python
   - Depends on the SortedContainers module.
   - ValueSortedDict - Dictionary with (key, value) item pairs sorted by value.
   - ItemSortedDict - Dictionary with key-function support for item pairs.
   - OrderedDict - Ordered dictionary with numeric indexing support.
   - OrderedSet - Ordered set with numeric indexing support.
   - IndexableDict - Dictionary with numeric indexing support.
   - IndexableSet - Set with numeric indexing support.
 .
 This contains the documentation.

python3-sortedcollections: Python 3 Sorted Collections

 SortedCollections is an Apache2 licensed Python sorted collections library.
 .
 Features
 --------
 .
   - Pure-Python
   - Depends on the SortedContainers module.
   - ValueSortedDict - Dictionary with (key, value) item pairs sorted by value.
   - ItemSortedDict - Dictionary with key-function support for item pairs.
   - OrderedDict - Ordered dictionary with numeric indexing support.
   - OrderedSet - Ordered set with numeric indexing support.
   - IndexableDict - Dictionary with numeric indexing support.
   - IndexableSet - Set with numeric indexing support.
 .
 This contains the Python 3 module