python-progressbar 2.5-1build1 source package in Ubuntu

Changelog

python-progressbar (2.5-1build1) focal; urgency=medium

  * No-change rebuild to generate dependencies on python2.

 -- Matthias Klose <email address hidden>  Tue, 17 Dec 2019 12:43:55 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-progressbar_2.5.orig.tar.gz 9.8 KiB 5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63
python-progressbar_2.5-1build1.debian.tar.xz 2.8 KiB 626555d965863bc817e1eba5e368f0446b8cba5554873354cfba18a705ee2ea0
python-progressbar_2.5-1build1.dsc 2.2 KiB 13fc7aeb2f7724eee1140ac2f2def5c9e8408a233b32294a802f227ece5be32c

Available diffs

View changes file

Binary packages built by this source

python-progressbar: No summary available for python-progressbar in ubuntu focal.

No description available for python-progressbar in ubuntu focal.

python3-progressbar: text progress bar library for Python (Python 3)

 A text progress bar is typically used to display the progress of a long
 running operation, providing a visual cue that processing is underway.
 .
 The ProgressBar class manages the current progress, and the format of the line
 is given by a number of widgets. A widget is an object that may display
 differently depending on the state of the progress bar. There are three types
 of widgets:
   - a string, which always shows itself
   - a ProgressBarWidget, which may return a different value every time its
     update method is called
   - a ProgressBarWidgetHFill, which is like ProgressBarWidget, except it
     expands to fill the remaining width of the line.
 .
 This package contains the Python 3 version of progressbar.