python-bitarray 2.9.2-1build1 source package in Ubuntu

Changelog

python-bitarray (2.9.2-1build1) noble; urgency=medium

  * No-change rebuild with Python 3.12 only

 -- Graham Inggs <email address hidden>  Thu, 11 Apr 2024 10:40:46 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Debian Python Team
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Downloads

File Size SHA-256 Checksum
python-bitarray_2.9.2.orig.tar.gz 178.2 KiB 33c5ff01fa0241d34dcea34efc7bbb86ebcb3ad28946e23fc4970642f4554ac5
python-bitarray_2.9.2-1build1.debian.tar.xz 5.0 KiB 385877b226abe4e65433699b7334f5f0f9f8a8aea737e9fb4bd221c1e97ce901
python-bitarray_2.9.2-1build1.dsc 2.1 KiB 2aca8d60e6f841a2b01dae0891b2e151931c026cdeaee94dbdb5eaf3aae99bda

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