python-intbitset 2.3.0-3.2 source package in Ubuntu

Changelog

python-intbitset (2.3.0-3.2) unstable; urgency=high

  * Non-maintainer upload.
  * debian/rules: Adjust dh_auto_build override to fix FTBFS
    with dpkg-buildpackage -A. (Closes: #917829)
  * debian/control: Bump debhelper compat to v13.
  * debian/control: Update Vcs-* fields accordingly.
  * debian/control: Add missing Built-Using: ${sphinxdoc:Built-Using}.

 -- Boyuan Yang <email address hidden>  Sat, 20 Nov 2021 16:26:03 -0500

Upload details

Uploaded by:
Maximiliano Curia
Uploaded to:
Sid
Original maintainer:
Maximiliano Curia
Architectures:
any all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-intbitset_2.3.0-3.2.dsc 2.1 KiB 533454c6ab232af533e53ec23c855a7f0142aaf2fa2e62eb06b9b72c1e8dbce9
python-intbitset_2.3.0.orig.tar.gz 137.4 KiB 08db3d12b3213c307ae4b87e8276bf78a05fae7e04bbd0e21373a2afdcee874a
python-intbitset_2.3.0-3.2.debian.tar.xz 4.0 KiB c7022de58d4a7dac3f908f67718973567caeeb9faf56833f4235d3b437f8c0f2

No changes file available.

Binary packages built by this source

python-intbitset-doc: unordered sets with ultra fast operations (documentation)

 The ``intbitset`` library provides a set implementation to store sorted
 unsigned integers either 32-bits integers (between ``0`` and
 ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
 with fast set operations implemented via bit vectors in a *Python C
 extension* for speed and reduced memory usage.
 .
 This package contains the intbitset documentation.

python3-intbitset: unordered sets with ultra fast operations

 The ``intbitset`` library provides a set implementation to store sorted
 unsigned integers either 32-bits integers (between ``0`` and
 ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
 with fast set operations implemented via bit vectors in a *Python C
 extension* for speed and reduced memory usage.

python3-intbitset-dbgsym: debug symbols for python3-intbitset