python-bitarray 1.6.3-2build1 source package in Ubuntu

Changelog

python-bitarray (1.6.3-2build1) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Sat, 16 Oct 2021 06:58:09 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Jammy
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-2build1.debian.tar.xz 4.5 KiB a1831adaf63f467ae1fb96da44d606124860890110b4430ec486145b22ae01f6
python-bitarray_1.6.3-2build1.dsc 2.1 KiB 3f5c40affcfdb23c1b731bf3440e916371ef018b72e4bb0a4ce4e0969aa09340

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