python-progressbar 2.5-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address
  * debian/copyright
    - extend packaging copyright years
  * debian/control
    - bump Standards-Version to 4.6.1 (no changes needed)
    - bump debhelper-compat to 13

 -- Sandro Tosi <email address hidden>  Sat, 04 Jun 2022 22:21:17 -0400

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
Mantic release universe python
Lunar release universe python

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-progressbar_2.5-3.dsc 2.0 KiB eb52907ae41c3a11f154e3ac72060a34c7881573ad61fa820c4ac2fd4ba3459c
python-progressbar_2.5.orig.tar.gz 9.8 KiB 5d81cb529da2e223b53962afd6c8ca0f05c6670e40309a7219eacc36af9b6c63
python-progressbar_2.5-3.debian.tar.xz 2.8 KiB 32ad1131a64558f37b45668a1c1489f41e5b1187d977fef93ac39990d349b9b8

Available diffs

No changes file available.

Binary packages built by this source

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.