python-bitstring 3.1.5-1 source package in Ubuntu

Changelog

python-bitstring (3.1.5-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patch queue.
  * Update copyright information.
  * d/rules: better formatting.
  * Bump standards version to 3.9.8, no changes required.
  * Add upstream metadata.
  * d/gbp.conf: use DEP-14 repository layout.

 -- Ghislain Antony Vaillant <email address hidden>  Thu, 26 May 2016 08:11:34 +0100

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitstring_3.1.5-1.dsc 2.2 KiB 34c7618ea75ead64a3b12f20cd9f95ef23c63f31ac86d79cedaccfd85a9b064d
python-bitstring_3.1.5.orig.tar.gz 743.7 KiB b769620c1b52d6c1548c6c4f055613f4eee3120ed8a5cff4ba4ffbbc8a582286
python-bitstring_3.1.5-1.debian.tar.xz 5.8 KiB 6e41579db588b5f9397d0f939cdfb7379f96bae634c4f1c71026dd8714987699

Available diffs

No changes file available.

Binary packages built by this source

python-bitstring: No summary available for python-bitstring in ubuntu focal.

No description available for python-bitstring in ubuntu focal.

python-bitstring-doc: No summary available for python-bitstring-doc in ubuntu zesty.

No description available for python-bitstring-doc in ubuntu zesty.

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.