python-bitstring 4.2.2-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Delete d/p/001-Missing-gfloat.formats-import.patch, incorporated
      upstream
  * Bump standards-version to 4.7.0 without further change

 -- Scott Kitterman <email address hidden>  Sat, 11 May 2024 00:26:56 -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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitstring_4.2.2-1.dsc 2.4 KiB 0ab2f22bd315435c500fa55f6130914b491ec7b7f125a9e1eb0d1fce0aafedc4
python-bitstring_4.2.2.orig.tar.gz 432.4 KiB 15313d0b20bac9206fa537de3b3a79541a04676ce54155248657225aa9dadbbc
python-bitstring_4.2.2-1.debian.tar.xz 4.1 KiB a6024de46e621cae20f8bf143bb7096882c2125e993800c33604cd7e65f93c81

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.