sortedcollections 2.1.0-2 source package in Ubuntu

Changelog

sortedcollections (2.1.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Fri, 28 Oct 2022 19:54:22 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sortedcollections_2.1.0-2.dsc 2.3 KiB 3c0782cf98e84fe11c7d07d89b2fcfae72cc06c062ef3766fa8bd8d35296dc83
sortedcollections_2.1.0.orig.tar.gz 47.4 KiB 4a70235d04737268feaed645e11c4aa25d165f0c69114f92d71e84ecb3e99ccf
sortedcollections_2.1.0-2.debian.tar.xz 4.4 KiB 40308aba8fb7cde8ba906b495aa134a2a13afaf43621815f4cd2d57fb506f10a

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