python-bitstring 4.1.4-1 source package in Ubuntu

Changelog

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

  * New upstream release
    - Refresh patches

 -- Scott Kitterman <email address hidden>  Sat, 06 Jan 2024 11:14:13 -0500

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitstring_4.1.4-1.dsc 2.2 KiB 0f90f87eb714d642a6e728f5c9c9c5b6e3319ee13080176718a505ba2fd979c7
python-bitstring_4.1.4.orig.tar.gz 410.3 KiB a11bf7d5b4d13d809d2ed7ed3a20b71994447ad203fb5f20f1fd073948e95086
python-bitstring_4.1.4-1.debian.tar.xz 4.7 KiB 8c45d94eaf769a74f9cf44fe4c9dad16c66af9e0ffebe95fc09092ee43485342

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.