python-bitarray 0.8.1-1build7 source package in Ubuntu

Changelog

python-bitarray (0.8.1-1build7) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Fri, 18 Oct 2019 18:10:10 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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
python-bitarray_0.8.1.orig.tar.gz 45.8 KiB 7da501356e48a83c61f479393681c1bc4b94e5a34ace7e08cb29e7dd9290ab18
python-bitarray_0.8.1-1build7.debian.tar.xz 4.1 KiB de499817e84feefee8ca4ee333cd4a8cf98116cbd46e120dd9d555975c88d084
python-bitarray_0.8.1-1build7.dsc 2.3 KiB 2ba4ac7cc8af6f4d18186e869c187d4c999b2989837c3a0d760eb6819ba5da4e

Available diffs

View changes file

Binary packages built by this source

python-bitarray: No summary available for python-bitarray in ubuntu focal.

No description available for python-bitarray in ubuntu focal.

python-bitarray-dbgsym: No summary available for python-bitarray-dbgsym in ubuntu focal.

No description available for python-bitarray-dbgsym in ubuntu focal.

python3-bitarray: Python3 module for efficient boolean array handling

 The bitarry module provides an object type which efficiently represents an
 array of booleans. Bitarrays are sequence types and behave very much like
 usual lists. Eight bits are represented by one byte in contiguous block of
 memory. The user can select between two representations; little-endian and
 big-endian.
 .
 Most of the functionality is implemented in C. Methods for accessing the
 machine representation are provided. This can be useful when bit level access
 to binary files is required, such as portable bitmap image files (.pbm). Also,
 when dealing with compressed data which uses variable bit length encoding, you
 may find this module useful.
 .
 This package provides the Python3 version of the module.

python3-bitarray-dbgsym: debug symbols for python3-bitarray