python-bitarray 0.8.1-2build1 source package in Ubuntu

Changelog

python-bitarray (0.8.1-2build1) focal; urgency=medium

  * No-change rebuild to drop python3.7.

 -- Matthias Klose <email address hidden>  Tue, 18 Feb 2020 10:22:36 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Jan Dittberner
Architectures:
any
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe python

Downloads

File Size SHA-256 Checksum
python-bitarray_0.8.1.orig.tar.gz 45.8 KiB 7da501356e48a83c61f479393681c1bc4b94e5a34ace7e08cb29e7dd9290ab18
python-bitarray_0.8.1-2build1.debian.tar.xz 4.2 KiB a841a34beee3a92ee7d2b7488cb796e3a5311361aa540c1b5c1d255a16abcd78
python-bitarray_0.8.1-2build1.dsc 2.1 KiB 1fd73cea32be4ffba1fbe959b6f9303697caef8a494d983843229403650b0a67

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: No summary available for python3-bitarray-dbgsym in ubuntu groovy.

No description available for python3-bitarray-dbgsym in ubuntu groovy.