python-hurry.filesize 0.9-4 source package in Ubuntu

Changelog

python-hurry.filesize (0.9-4) unstable; urgency=medium

  * Cleans better (Closes: #1046948).

 -- Thomas Goirand <email address hidden>  Fri, 18 Aug 2023 11:37:09 +0200

Upload details

Uploaded by:
Debian OpenStack
Uploaded to:
Sid
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-hurry.filesize_0.9-4.dsc 2.1 KiB 526f92151eca7564b0b2c731c000d8060700c8dfa62082bff02898a6ed79f7fa
python-hurry.filesize_0.9.orig.tar.gz 2.7 KiB f5368329adbef86accd3bc9490522340bb79260455ae89b1a42c10f63801b9a6
python-hurry.filesize_0.9-4.debian.tar.xz 2.8 KiB e611d0def7846d343c624e4f7853fddba18641ae7d3ae49ccedbff69e8a7f21c

Available diffs

No changes file available.

Binary packages built by this source

python3-hurry.filesize: human readable file sizes or anything sized in bytes - Python 3.x

 hurry.filesize a simple Python library that can take a number of bytes and
 returns a human-readable string with the size in it, in kilobytes (K),
 megabytes (M), etc.
 .
 The default system it uses is "traditional", where multipliers of 1024
 increase the unit size.
 .
 This package provides the Python 3.x module.