python-bitstring 4.1.1-1 source package in Ubuntu

Changelog

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

  * Update homepage to github.com, github.io page is 404
  * Delete d/p/0002-Remove-bitarray-version-check.patch, incorporated upstream
  * New upstream release
    - Refresh patches

 -- Scott Kitterman <email address hidden>  Wed, 23 Aug 2023 13:01:38 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitstring_4.1.1-1.dsc 2.2 KiB 18a717a8f3d7aed651eb6ab4bb576ba1bb520bfb9828f817e368ddb306d21e14
python-bitstring_4.1.1.orig.tar.gz 406.2 KiB e054165d6e13d4cb9dec7e32b262d832f7d7a15e888bf8c4c73b2e63ce00b08d
python-bitstring_4.1.1-1.debian.tar.xz 4.6 KiB 88e830e2d696291164740decc997351be523540b52b07b862f493128088850fc

Available diffs

No changes file available.

Binary packages built by this source

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.