python-bitmath 1.4.0.1-1 source package in Ubuntu

Changelog

python-bitmath (1.4.0.1-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 1.4.0.1
  * Drop patch applied upstream
  * Add debian/salsa-ci.yml
  * Add new build-dep on python3-click
  * Drop "Rules-Requires-Root: no": it is the default now
  * Bump Standards-Version to 4.7.4, drop Priority: tag
  * Rewrite d/watch in v5 format
  * Rename file under debian/ for debhelper 14/15 compatibility

 -- Alexandre Detiste <email address hidden>  Sat, 18 Apr 2026 13:33:19 +0200

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

Builds

Stonking: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-bitmath_1.4.0.1-1.dsc 2.4 KiB 578b4134293a203307f20586d6f6d95acdd0cd3b2aa404428c377def2a798a0a
python-bitmath_1.4.0.1.orig.tar.gz 99.2 KiB 24c433b4bf1182ea04d2633bd805910292d7391369908fdaff91a09215010097
python-bitmath_1.4.0.1-1.debian.tar.xz 4.1 KiB 9511a52b7b6b3d6ab7761edd7c5378810ff03a22fd374d77ec1542f590392f18

Available diffs

No changes file available.

Binary packages built by this source

bitmath: handle file sizes with different prefix notations

 bitmath simplifies many facets of interacting with file sizes in various units.
 Originally focusing on file size unit conversion, functionality now includes:
  * Converting between SI and NIST prefix units (kB to GiB)
  * Converting between units of the same type (SI to SI, or NIST to NIST)
  * Automatic human-readable prefix selection (like in hurry.filesize)
  * Basic arithmetic operations (subtracting 42KiB from 50GiB)
  * Rich comparison operations (1024 Bytes == 1KiB)
  * bitwise operations (<<, >>, &, |, ^)
  * Reading a device's storage capacity (Linux/OS X support only)
  * argparse integration as a custom type
  * click integration as a custom parameter type
  * progressbar integration as a better file transfer speed widget
  * String parsing
  * Sorting
 .
 In addition to the conversion and math operations, bitmath provides human
 readable representations of values which are suitable for use in interactive
 shells as well as larger scripts and applications. The format produced for
 these representations is customizable via the functionality included in stdlibs
 string.format.

python-bitmath-doc: handle file sizes with different prefix notations (Documentation)

 bitmath simplifies many facets of interacting with file sizes in various units.
 Originally focusing on file size unit conversion, functionality now includes:
  * Converting between SI and NIST prefix units (kB to GiB)
  * Converting between units of the same type (SI to SI, or NIST to NIST)
  * Automatic human-readable prefix selection (like in hurry.filesize)
  * Basic arithmetic operations (subtracting 42KiB from 50GiB)
  * Rich comparison operations (1024 Bytes == 1KiB)
  * bitwise operations (<<, >>, &, |, ^)
  * Reading a device's storage capacity (Linux/OS X support only)
  * argparse integration as a custom type
  * click integration as a custom parameter type
  * progressbar integration as a better file transfer speed widget
  * String parsing
  * Sorting
 .
 In addition to the conversion and math operations, bitmath provides human
 readable representations of values which are suitable for use in interactive
 shells as well as larger scripts and applications. The format produced for
 these representations is customizable via the functionality included in stdlibs
 string.format.
 .
 This package contains the documentation.

python3-bitmath: handle file sizes with different prefix notations (Python3 version)

 bitmath simplifies many facets of interacting with file sizes in various units.
 Originally focusing on file size unit conversion, functionality now includes:
  * Converting between SI and NIST prefix units (kB to GiB)
  * Converting between units of the same type (SI to SI, or NIST to NIST)
  * Automatic human-readable prefix selection (like in hurry.filesize)
  * Basic arithmetic operations (subtracting 42KiB from 50GiB)
  * Rich comparison operations (1024 Bytes == 1KiB)
  * bitwise operations (<<, >>, &, |, ^)
  * Reading a device's storage capacity (Linux/OS X support only)
  * argparse integration as a custom type
  * click integration as a custom parameter type
  * progressbar integration as a better file transfer speed widget
  * String parsing
  * Sorting
 .
 In addition to the conversion and math operations, bitmath provides human
 readable representations of values which are suitable for use in interactive
 shells as well as larger scripts and applications. The format produced for
 these representations is customizable via the functionality included in stdlibs
 string.format.
 .
 This package contains the Python 3 version of the library.