libbytesize 2.1-1build1 source package in Ubuntu

Changelog

libbytesize (2.1-1build1) focal; urgency=medium

  * No-change rebuild to build with python3.8.

 -- Matthias Klose <email address hidden>  Sat, 25 Jan 2020 04:33:07 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Utopia Maintenance Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libbytesize_2.1.orig.tar.gz 82.9 KiB 9ea6aeccff3e26734f45f097ec7e1713bc3a887281e59fc19b7aa7cf186dfc84
libbytesize_2.1-1build1.debian.tar.xz 3.1 KiB 59df07a512e8dffcff40925ad5fcb822d7b248138e2627568b986a3b8b961313
libbytesize_2.1-1build1.dsc 2.2 KiB fed07f9de080b306039235bdf1f3279aca54a28ffdeaceeb6d175a6a40931e3d

Available diffs

View changes file

Binary packages built by this source

libbytesize-dev: library for common operations with sizes in bytes - development

 This package ships the header pkg-config files needed for building things
 against the libbytesize library.

libbytesize1: library for common operations with sizes in bytes

 Many projects need to work with sizes in bytes (be it sizes of storage
 space, memory,...) and all of them need to deal with the same issues
 like:
 .
  * How to get a human-readable string for the given size?
  * How to store the given size so that no significant information is lost?
  * If we store the size in bytes, what if the given size gets over the
    MAXUINT64 value? How to interpret sizes entered by users according
    to their locale and typing conventions?
  * How to deal with the decimal/binary units (MB vs. MiB) ambiguity?
 .
 This library aims to be as much generally usable as possible, small, fast and
 be easily interfaced from other languages.

libbytesize1-dbgsym: debug symbols for libbytesize1
python3-bytesize: Python 3 bindings for libbytesize

 Many projects need to work with sizes in bytes (be it sizes of storage
 space, memory,...) and all of them need to deal with the same issues
 like:
 .
  * How to get a human-readable string for the given size?
  * How to store the given size so that no significant information is lost?
  * If we store the size in bytes, what if the given size gets over the
    MAXUINT64 value? How to interpret sizes entered by users according
    to their locale and typing conventions?
  * How to deal with the decimal/binary units (MB vs. MiB) ambiguity?
 .
 This library aims to be as much generally usable as possible, small, fast and
 be easily interfaced from other languages.
 .
 This package contains bindings for libbytesize in Python3.