python-bitarray 1.6.3-2build3 source package in Ubuntu

Changelog

python-bitarray (1.6.3-2build3) lunar; urgency=medium

  * No-change rebuild with Python 3.11 as supported

 -- Graham Inggs <email address hidden>  Wed, 02 Nov 2022 10:45:48 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Lunar
Original maintainer:
Jan Dittberner
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_1.6.3.orig.tar.gz 74.2 KiB 5f844d11f50496f2958e38f6d571e11d3ad277b889c133584dd478c42971d040
python-bitarray_1.6.3-2build3.debian.tar.xz 4.6 KiB 5ac74998bcd73d246d387d5b0d3e4878f43de101a471d9dfac77663bade699dd
python-bitarray_1.6.3-2build3.dsc 2.0 KiB 92211dccda9bb18d79ab7d272509b57d521388afdb77f03e3fd44b382e671940

Available diffs

View changes file

Binary packages built by this source

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