./devel/py-progressbar2, Text progress bar library for Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.4.2, Package name: py311-progressbar2-4.4.2, Maintainer: pkgsrc-users

Text progress bar library for Python


Master sites:

Filesize: 98.967 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 18:51:05 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
py-progressbar2: updated to 4.4.2

v4.4.2
Fixed visible control characters issue on Windows.

v4.4.1
Included fix for the progressbar command

v4.4.0
Greatly improved Windows (colour) support and fixed several Windows bugs
   2024-01-04 23:42:52 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-progressbar2: updated to 4.3.2

v4.3.2
disabling run-command until it is properly finished

v4.3.1
fixed typeerror on Windows
excluded docs from install
added readthedocs configuration file
   2023-12-20 19:52:12 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
py-progressbar2: also needs wheel to build wheel
   2023-12-19 22:10:47 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
py-progressbar2: uses setuptools as build engine for wheel
   2023-12-18 06:48:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-progressbar2: updated to 4.3.0

v4.3.0

Added support for multithreading, multiprocessing, colors (16, 256 and full \ 
color) and many interactive terminal features such as continuous printing for a \ 
live ETA
   2022-10-31 16:27:28 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-progressbar2: updated to 4.2.0

v4.2.0
Added increment() method for easy usage as callback from libraries such as boto
   2022-10-20 10:59:16 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-progressbar2: updated to 4.1.1

v4.1.1
Fixed backwards compatibility with original progressbar library

v4.1.0
Delegate unknown attrs to target in WrappingIO
   2022-01-05 23:26:42 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-progressbar2: update to 4.0.0.

Updated to Python 3.10 including type hinting