python-bitstring 4.2.3-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Add python3-pytest-benchmark to build-depends and test/control depends to
    enable new tests to run
  * Update d/rules install changelogs rule to use release_notes.md vice
    release_notes.txt to match upstream change

 -- Scott Kitterman <email address hidden>  Tue, 28 May 2024 15:03:34 -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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitstring_4.2.3-1.dsc 2.5 KiB 1db6454d1a17f2feb293885c29863e763d2ac72a927de7f8d01156c3a5de9e12
python-bitstring_4.2.3.orig.tar.gz 432.7 KiB 38a4275c6b23a60addf5a94d952fae5fe1f81cd76a2258c6380f1f3b2a17d0f3
python-bitstring_4.2.3-1.debian.tar.xz 4.2 KiB 29d719aa36a96e62d396558fe6022134c19cbe266ee6fcc08d5f942605af6b3c

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.