Package: progressbar2 / 4.5.0-1

Metadata

Package Version Patches format
progressbar2 4.5.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Rename library to progressbar2.patch | (download)

README.rst | 60 30 + 30 - 0 !
docs/conf.py | 2 1 + 1 - 0 !
docs/usage.rst | 26 13 + 13 - 0 !
examples.py | 282 141 + 141 - 0 !
progressbar/__main__.py | 20 10 + 10 - 0 !
progressbar/bar.py | 40 20 + 20 - 0 !
progressbar/terminal/colors.py | 2 1 + 1 - 0 !
progressbar/terminal/stream.py | 2 1 + 1 - 0 !
progressbar/utils.py | 2 1 + 1 - 0 !
tests/conftest.py | 4 2 + 2 - 0 !
tests/original_examples.py | 2 1 + 1 - 0 !
tests/test_algorithms.py | 2 1 + 1 - 0 !
tests/test_backwards_compatibility.py | 10 5 + 5 - 0 !
tests/test_color.py | 40 20 + 20 - 0 !
tests/test_custom_widgets.py | 38 19 + 19 - 0 !
tests/test_data.py | 4 2 + 2 - 0 !
tests/test_data_transfer_bar.py | 6 3 + 3 - 0 !
tests/test_dill_pickle.py | 4 2 + 2 - 0 !
tests/test_empty.py | 6 3 + 3 - 0 !
tests/test_end.py | 14 7 + 7 - 0 !
tests/test_failure.py | 40 20 + 20 - 0 !
tests/test_flush.py | 4 2 + 2 - 0 !
tests/test_iterators.py | 24 12 + 12 - 0 !
tests/test_job_status.py | 6 3 + 3 - 0 !
tests/test_large_values.py | 6 3 + 3 - 0 !
tests/test_misc.py | 2 1 + 1 - 0 !
tests/test_monitor_progress.py | 18 9 + 9 - 0 !
tests/test_multibar.py | 58 29 + 29 - 0 !
tests/test_progressbar.py | 14 7 + 7 - 0 !
tests/test_progressbar_command.py | 2 1 + 1 - 0 !
tests/test_samples.py | 10 5 + 5 - 0 !
tests/test_speed.py | 4 2 + 2 - 0 !
tests/test_stream.py | 38 19 + 19 - 0 !
tests/test_terminal.py | 42 21 + 21 - 0 !
tests/test_timed.py | 40 20 + 20 - 0 !
tests/test_timer.py | 8 4 + 4 - 0 !
tests/test_unicode.py | 6 3 + 3 - 0 !
tests/test_unknown_length.py | 18 9 + 9 - 0 !
tests/test_utils.py | 66 33 + 33 - 0 !
tests/test_widgets.py | 188 94 + 94 - 0 !
tests/test_windows.py | 12 6 + 6 - 0 !
tests/test_with.py | 8 4 + 4 - 0 !
tests/test_wrappingio.py | 2 1 + 1 - 0 !
43 files changed, 591 insertions(+), 591 deletions(-)

 rename library to progressbar2