python-bitarray 0.8.1-1build1 source package in Ubuntu

Changelog

python-bitarray (0.8.1-1build1) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <email address hidden>  Wed, 22 Jul 2015 21:30:55 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
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_0.8.1.orig.tar.gz 45.8 KiB 7da501356e48a83c61f479393681c1bc4b94e5a34ace7e08cb29e7dd9290ab18
python-bitarray_0.8.1-1build1.debian.tar.xz 3.9 KiB 733164ffd334ea616792a5d89efd48452c6f6b50c0652e7ce24f2e5475014fd8
python-bitarray_0.8.1-1build1.dsc 2.3 KiB 90d5b6aeb3d5f990d309efb422607bb6f878ea54b0b9e9f5620648dab5dd401f

View changes file

Binary packages built by this source

python-bitarray: No summary available for python-bitarray in ubuntu wily.

No description available for python-bitarray in ubuntu wily.

python-bitarray-dbgsym: No summary available for python-bitarray-dbgsym in ubuntu xenial.

No description available for python-bitarray-dbgsym in ubuntu xenial.

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 wily.

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