python-bitstring 3.1.3-3 source package in Ubuntu

Changelog

python-bitstring (3.1.3-3) unstable; urgency=medium

  * Add autopkgtest testsuite.
  * d/control: use secure VCS URI.

 -- Ghislain Antony Vaillant <email address hidden>  Wed, 27 Jan 2016 18:37:42 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitstring_3.1.3-3.dsc 2.3 KiB c12fa42f4f01ee4c1131c060d38f30b8a1d67972b25e2dde6acd3d056e80b509
python-bitstring_3.1.3.orig.tar.gz 741.2 KiB 4683382f2d816bd9d16d9f95260f9aaf053a575732a4f59ed64760f47f44fff4
python-bitstring_3.1.3-3.debian.tar.xz 5.7 KiB 749c6b504fec13b9ae71fd732f69febab95d032c8fb0b6bb8e414dcbea693319

Available diffs

No changes file available.

Binary packages built by this source

python-bitstring: Python module for manipulation of binary data (Python 2)

 Bitstring is a pure Python module designed to help make the creation and
 analysis of binary data as simple and natural as possible.
 .
 Bitstrings can be constructed from integers (big and little endian), hex,
 octal, binary, strings or files. They can be sliced, joined, reversed,
 inserted into, overwritten, etc. with simple functions or slice notation.
 They can also be read from, searched and replaced, and navigated in, similar
 to a file or stream.
 .
 This package provides the Python 2 version of the module.

python-bitstring-doc: Python module for manipulation of binary data (documentation)

 Bitstring is a pure Python module designed to help make the creation and
 analysis of binary data as simple and natural as possible.
 .
 Bitstrings can be constructed from integers (big and little endian), hex,
 octal, binary, strings or files. They can be sliced, joined, reversed,
 inserted into, overwritten, etc. with simple functions or slice notation.
 They can also be read from, searched and replaced, and navigated in, similar
 to a file or stream.
 .
 This package provides the common documentation.

python3-bitstring: Python module for manipulation of binary data (Python 3)

 Bitstring is a pure Python module designed to help make the creation and
 analysis of binary data as simple and natural as possible.
 .
 Bitstrings can be constructed from integers (big and little endian), hex,
 octal, binary, strings or files. They can be sliced, joined, reversed,
 inserted into, overwritten, etc. with simple functions or slice notation.
 They can also be read from, searched and replaced, and navigated in, similar
 to a file or stream.
 .
 This package provides the Python 3 version of the module.