blist 1.3.6-7ubuntu1 source package in Ubuntu

Changelog

blist (1.3.6-7ubuntu1) jammy; urgency=medium

  * debian/patches/python-3.10.patch: Python 3.10 support.
    Closes: #999365.
  * Build with -O1.  Building with -O2 under gcc-11 segfaults, which is
    difficult to debug with gdb.  Closes: #983996.

 -- Steve Langasek <email address hidden>  Wed, 17 Nov 2021 23:45:43 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
blist_1.3.6.orig.tar.gz 119.6 KiB 3a12c450b001bdf895b30ae818d4d6d3f1552096b8c995f0fe0c74bef04d1fc3
blist_1.3.6-7ubuntu1.debian.tar.xz 6.8 KiB 96e7163dda226af23af8e465f006cdc0645ae7820e7265dd880e6b2510737430
blist_1.3.6-7ubuntu1.dsc 2.0 KiB 0322325798eae4675b7945246dd562b88347962b9693bb02d18fdf35cde75cca

View changes file

Binary packages built by this source

python3-blist: List-like type for Python 3 with better asymptotic performance

 This package is a drop-in replacement for Python 3 lists providing better
 performance when modifying large lists (provides sortedlist, sortedset,
 weaksortedlist, weaksortedset, sorteddict, and btuple types).

python3-blist-dbgsym: debug symbols for python3-blist