sortedcontainers 2.4.0-2 source package in Ubuntu

Changelog

sortedcontainers (2.4.0-2) unstable; urgency=medium

  * Drop unnecessary nose dependency, since tests use pytest.
  * Support nodoc build profile.

 -- Andrej Shadura <email address hidden>  Tue, 23 Aug 2022 13:25:04 +0200

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
Questing release main misc
Plucky release main misc
Oracular release main misc
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sortedcontainers_2.4.0-2.dsc 1.7 KiB 7da060d75a59a73f83fbc399ef782976e7814c0069d91761689aa2e3f7c4e235
sortedcontainers_2.4.0.orig.tar.gz 8.8 MiB 70e22f4fd29b204f75f989e3c1e847aa1de267a028aab4233c0db783aaff78c1
sortedcontainers_2.4.0-2.debian.tar.xz 3.4 KiB 8e8579ea5e9258b69cbab87a89a437cc9ba745c958cd074f67e7417383ee04da

Available diffs

No changes file available.

Binary packages built by this source

python-sortedcontainers-doc: No summary available for python-sortedcontainers-doc in ubuntu kinetic.

No description available for python-sortedcontainers-doc in ubuntu kinetic.

python3-sortedcontainers: sorted container types: SortedList, SortedDict, and SortedSet (Python 3)

 Python’s standard library is great until you need a sorted container type. Many
 will attest that you can get really far without one, but the moment you really
 need a sorted list, dict, or set, you’re faced with a dozen different
 implementations, most using C-extensions without great documentation and
 benchmarking.
 .
 This package contains the Python 3 version of sortedcontainers.