sortedcollections 2.1.0-1 source package in Ubuntu
Changelog
sortedcollections (2.1.0-1) unstable; urgency=medium [ Ondřej Nový ] * Use 'python3 -m sphinx' instead of sphinx-build for building docs * Use debhelper-compat instead of debian/compat. * d/control: Update Maintainer field with new Debian Python Team contact address. * d/control: Update Vcs-* fields with new Debian Python Team Salsa layout. [ Debian Janitor ] * Bump debhelper from old 11 to 12. * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. * Apply multi-arch hints. + python-sortedcollections-doc: Add Multi-Arch: foreign. [ Diane Trout ] * update d/watch as Upstream is only using github tags not release. * New upstream release (Closes: #1001486) * Update to debhelper-compat =13 * Update to Standards-Version 4.6.0, added Rules-Requires-Root: no * Refresh patches * add disable-github-badges.patch, to remove links to github CI images * Change test dependencies to pytest. (Upstream uses tox with some utilities not packaged in Debian) * Delete .coverage directory installed by build process * Implement real autopkgtests (Closes: #974473) -- Diane Trout <email address hidden> Sun, 12 Dec 2021 12:15:25 -0800
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sortedcollections_2.1.0-1.dsc | 2.3 KiB | 4b5fc19f8b3b95506abcb4ba0ce6ca99c76f7bb78272fbd67c724ccf4304e3e1 |
sortedcollections_2.1.0.orig.tar.gz | 47.4 KiB | 4a70235d04737268feaed645e11c4aa25d165f0c69114f92d71e84ecb3e99ccf |
sortedcollections_2.1.0-1.debian.tar.xz | 4.4 KiB | 500f6a51af86e87228baa99208bdd93878aa625f48f01b13735afd3393e1ab0c |
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