python-bitarray 1.6.3-2build4 source package in Ubuntu

Changelog

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

  * Rebuild to drop Python 3.10 extension

 -- Jeremy Bicha <email address hidden>  Tue, 28 Feb 2023 19:29:10 -0500

Upload details

Uploaded by:
Jeremy BĂ­cha
Uploaded to:
Lunar
Original maintainer:
Jan Dittberner
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe python

Downloads

File Size SHA-256 Checksum
python-bitarray_1.6.3.orig.tar.gz 74.2 KiB 5f844d11f50496f2958e38f6d571e11d3ad277b889c133584dd478c42971d040
python-bitarray_1.6.3-2build4.debian.tar.xz 4.6 KiB fe5c97c2ce7e815aec7a09c29715e1294594221587817888782ab112e6f730e1
python-bitarray_1.6.3-2build4.dsc 2.0 KiB 44c8daf3cb38cabb16a9ef0cc0a2a07c70ec287f6de8aeba25a9bc13ee6d0931

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