python-progressbar 2.5-1 source package in Ubuntu

Changelog

python-progressbar (2.5-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * Convert git repository from git-dpm to gbp layout

  [ Sandro Tosi ]
  * New upstream release
  * debian/patches
    - drop patches, all merged upstream
  * debian/control
    - bump Standards-Version to 4.3.0 (no changes needed)
  * debian/README.source
    - remove, no longer up to date

 -- Sandro Tosi <email address hidden>  Tue, 25 Dec 2018 16:35:52 -0500

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-progressbar_2.5-1.dsc 2.1 KiB a14865b21e2ee84f6a43cc0d1ece2ccd5c0f0401cddc579be76b67bf70454648
python-progressbar_2.5.orig.tar.gz 9.8 KiB 5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63
python-progressbar_2.5-1.debian.tar.xz 2.7 KiB d1abbb419170fbf62b2a050e86af2a954a82b99aa59238d4358fb5b06162b88a

Available diffs

No changes file available.

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.