Hello community,

here is the log from the commit of package python-progressbar2 for 
openSUSE:Factory checked in at 2020-07-31 15:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-progressbar2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-progressbar2.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-progressbar2"

Fri Jul 31 15:54:43 2020 rev:2 rq:823668 version:3.51.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-progressbar2/python-progressbar2.changes  
2020-06-09 00:05:02.801372083 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-progressbar2.new.3592/python-progressbar2.changes
        2020-07-31 15:56:47.308401330 +0200
@@ -1,0 +2,13 @@
+Thu Jul 30 11:06:51 UTC 2020 - Duncan Mac-Vicar <[email protected]>
+
+- Remove unnecessary python_module devel BuildRequires
+- Restore conflicts with python-progressbar
+- Restore BuildArch noarch
+
+-------------------------------------------------------------------
+Sat Jul 25 09:43:04 UTC 2020 - Duncan Mac-Vicar <[email protected]>
+
+- Update to v3.51.4
+- Fix build (pytest)
+
+-------------------------------------------------------------------

Old:
----
  progressbar2-3.51.3.tar.gz

New:
----
  progressbar2-3.51.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-progressbar2.spec ++++++
--- /var/tmp/diff_new_pack.xHJ2AA/_old  2020-07-31 15:56:48.604401961 +0200
+++ /var/tmp/diff_new_pack.xHJ2AA/_new  2020-07-31 15:56:48.604401961 +0200
@@ -18,9 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-progressbar2
-Version:        3.51.3
+Version:        3.51.4
 Release:        0
-Summary:        Python progressbar library
+Summary:        Python library to provide visual text-based progress to long 
running operations
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/WoLpH/python-progressbar
@@ -33,16 +33,15 @@
 Conflicts:      python-progressbar
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module freezegun >= 0.3.11}
-BuildRequires:  %{python_module pytest >= 4.3.1}
+BuildRequires:  %{python_module freezegun}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module python-utils >= 2.3.0}
 BuildRequires:  %{python_module six}
 # /SECTION
 %python_subpackages
 
 %description
-A Python Progressbar library to provide visual (yet text based)
-progress to long running operations.
+A Python Progressbar library to provide visual (yet text based) progress to 
long running operations.
 
 %prep
 %setup -q -n progressbar2-%{version}
@@ -56,6 +55,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+# remove problematic section from pytest.ini
+export PYTEST_ADDOPTS="--doctest-modules"
+export PYTHONPATH=$PWD
 %pytest
 
 %files %{python_files}

++++++ progressbar2-3.51.3.tar.gz -> progressbar2-3.51.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/progressbar2-3.51.3/MANIFEST.in 
new/progressbar2-3.51.4/MANIFEST.in
--- old/progressbar2-3.51.3/MANIFEST.in 2020-03-20 01:31:13.000000000 +0100
+++ new/progressbar2-3.51.4/MANIFEST.in 2020-06-25 21:36:57.000000000 +0200
@@ -8,3 +8,5 @@
 include Makefile
 include pytest.ini
 recursive-include tests *
+recursive-exclude *.pyc
+recursive-exclude *.pyo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/progressbar2-3.51.3/PKG-INFO 
new/progressbar2-3.51.4/PKG-INFO
--- old/progressbar2-3.51.3/PKG-INFO    2020-05-02 16:07:43.000000000 +0200
+++ new/progressbar2-3.51.4/PKG-INFO    2020-06-25 21:37:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: progressbar2
-Version: 3.51.3
+Version: 3.51.4
 Summary: A Python Progressbar library to provide visual (yet text based) 
progress to long running operations.
 Home-page: https://github.com/WoLpH/python-progressbar
 Author: Rick van Hattem (Wolph)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/progressbar2-3.51.3/progressbar/__about__.py 
new/progressbar2-3.51.4/progressbar/__about__.py
--- old/progressbar2-3.51.3/progressbar/__about__.py    2020-05-02 
16:03:35.000000000 +0200
+++ new/progressbar2-3.51.4/progressbar/__about__.py    2020-06-25 
21:36:57.000000000 +0200
@@ -19,7 +19,7 @@
 long running operations.
 '''.strip().split())
 __email__ = '[email protected]'
-__version__ = '3.51.3'
+__version__ = '3.51.4'
 __license__ = 'BSD'
 __copyright__ = 'Copyright 2015 Rick van Hattem (Wolph)'
 __url__ = 'https://github.com/WoLpH/python-progressbar'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/progressbar2-3.51.3/progressbar2.egg-info/PKG-INFO 
new/progressbar2-3.51.4/progressbar2.egg-info/PKG-INFO
--- old/progressbar2-3.51.3/progressbar2.egg-info/PKG-INFO      2020-05-02 
16:07:43.000000000 +0200
+++ new/progressbar2-3.51.4/progressbar2.egg-info/PKG-INFO      2020-06-25 
21:37:16.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: progressbar2
-Version: 3.51.3
+Version: 3.51.4
 Summary: A Python Progressbar library to provide visual (yet text based) 
progress to long running operations.
 Home-page: https://github.com/WoLpH/python-progressbar
 Author: Rick van Hattem (Wolph)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/progressbar2-3.51.3/progressbar2.egg-info/SOURCES.txt 
new/progressbar2-3.51.4/progressbar2.egg-info/SOURCES.txt
--- old/progressbar2-3.51.3/progressbar2.egg-info/SOURCES.txt   2020-05-02 
16:07:43.000000000 +0200
+++ new/progressbar2-3.51.4/progressbar2.egg-info/SOURCES.txt   2020-06-25 
21:37:16.000000000 +0200
@@ -50,110 +50,6 @@
 tests/test_utils.py
 tests/test_widgets.py
 tests/test_with.py
-tests/__pycache__/conftest.cpython-27-PYTEST.pyc
-tests/__pycache__/conftest.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/conftest.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/conftest.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/original_examples.cpython-27-PYTEST.pyc
-tests/__pycache__/original_examples.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/original_examples.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/original_examples.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_custom_widgets.cpython-27-PYTEST.pyc
-tests/__pycache__/test_custom_widgets.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_custom_widgets.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_custom_widgets.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_data.cpython-27-PYTEST.pyc
-tests/__pycache__/test_data.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_data.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_data.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_data_transfer_bar.cpython-27-PYTEST.pyc
-tests/__pycache__/test_data_transfer_bar.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_data_transfer_bar.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_data_transfer_bar.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_empty.cpython-27-PYTEST.pyc
-tests/__pycache__/test_empty.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_empty.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_empty.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_end.cpython-27-PYTEST.pyc
-tests/__pycache__/test_end.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_end.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_end.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_failure.cpython-27-PYTEST.pyc
-tests/__pycache__/test_failure.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_failure.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_failure.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_flush.cpython-27-PYTEST.pyc
-tests/__pycache__/test_flush.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_flush.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_flush.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_iterators.cpython-27-PYTEST.pyc
-tests/__pycache__/test_iterators.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_iterators.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_iterators.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_large_values.cpython-27-PYTEST.pyc
-tests/__pycache__/test_large_values.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_large_values.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_large_values.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_misc.cpython-27-PYTEST.pyc
-tests/__pycache__/test_misc.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_misc.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_misc.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_monitor_progress.cpython-27-PYTEST.pyc
-tests/__pycache__/test_monitor_progress.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_monitor_progress.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_monitor_progress.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_multibar.cpython-27-PYTEST.pyc
-tests/__pycache__/test_multibar.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_multibar.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_multibar.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_progressbar.cpython-27-PYTEST.pyc
-tests/__pycache__/test_progressbar.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_progressbar.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_progressbar.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_samples.cpython-27-PYTEST.pyc
-tests/__pycache__/test_samples.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_samples.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_samples.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_speed.cpython-27-PYTEST.pyc
-tests/__pycache__/test_speed.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_speed.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_speed.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_stream.cpython-27-PYTEST.pyc
-tests/__pycache__/test_stream.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_stream.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_stream.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_terminal.cpython-27-PYTEST.pyc
-tests/__pycache__/test_terminal.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_terminal.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_terminal.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_timed.cpython-27-PYTEST.pyc
-tests/__pycache__/test_timed.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_timed.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_timed.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_timer.cpython-27-PYTEST.pyc
-tests/__pycache__/test_timer.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_timer.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_timer.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_unicode.cpython-27-PYTEST.pyc
-tests/__pycache__/test_unicode.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_unicode.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_unicode.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_unknown_length.cpython-27-PYTEST.pyc
-tests/__pycache__/test_unknown_length.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_unknown_length.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_unknown_length.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_utils.cpython-27-PYTEST.pyc
-tests/__pycache__/test_utils.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_utils.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_utils.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_widgets.cpython-27-PYTEST.pyc
-tests/__pycache__/test_widgets.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_widgets.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_widgets.cpython-38-pytest-5.4.1.pyc
-tests/__pycache__/test_with.cpython-27-PYTEST.pyc
-tests/__pycache__/test_with.cpython-37-pytest-5.3.1.pyc
-tests/__pycache__/test_with.cpython-38-pytest-5.3.5.pyc
-tests/__pycache__/test_with.cpython-38-pytest-5.4.1.pyc
 
tests/htmlcov/_Volumes_workspace_python-progressbar__tox_py27_lib_python2_7_site-packages_progressbar___about___py.html
 
tests/htmlcov/_Volumes_workspace_python-progressbar__tox_py27_lib_python2_7_site-packages_progressbar___init___py.html
 
tests/htmlcov/_Volumes_workspace_python-progressbar__tox_py27_lib_python2_7_site-packages_progressbar_bar_py.html
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/conftest.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/conftest.cpython-27-PYTEST.pyc differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/conftest.cpython-37-pytest-5.3.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/conftest.cpython-37-pytest-5.3.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/conftest.cpython-38-pytest-5.3.5.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/conftest.cpython-38-pytest-5.3.5.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/conftest.cpython-38-pytest-5.4.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/conftest.cpython-38-pytest-5.4.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/original_examples.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/original_examples.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/original_examples.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/original_examples.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/original_examples.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/original_examples.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/original_examples.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/original_examples.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_custom_widgets.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_custom_widgets.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_custom_widgets.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_custom_widgets.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_custom_widgets.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_custom_widgets.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_custom_widgets.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_custom_widgets.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_data.cpython-27-PYTEST.pyc differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data.cpython-37-pytest-5.3.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_data.cpython-37-pytest-5.3.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data.cpython-38-pytest-5.3.5.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_data.cpython-38-pytest-5.3.5.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data.cpython-38-pytest-5.4.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_data.cpython-38-pytest-5.4.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data_transfer_bar.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_data_transfer_bar.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data_transfer_bar.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_data_transfer_bar.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data_transfer_bar.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_data_transfer_bar.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_data_transfer_bar.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_data_transfer_bar.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_empty.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_empty.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_empty.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_empty.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_empty.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_empty.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_empty.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_empty.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_end.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_end.cpython-27-PYTEST.pyc differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_end.cpython-37-pytest-5.3.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_end.cpython-37-pytest-5.3.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_end.cpython-38-pytest-5.3.5.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_end.cpython-38-pytest-5.3.5.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_end.cpython-38-pytest-5.4.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_end.cpython-38-pytest-5.4.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_failure.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_failure.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_failure.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_failure.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_failure.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_failure.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_failure.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_failure.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_flush.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_flush.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_flush.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_flush.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_flush.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_flush.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_flush.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_flush.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_iterators.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_iterators.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_iterators.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_iterators.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_iterators.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_iterators.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_iterators.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_iterators.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_large_values.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_large_values.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_large_values.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_large_values.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_large_values.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_large_values.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_large_values.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_large_values.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_misc.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_misc.cpython-27-PYTEST.pyc differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_misc.cpython-37-pytest-5.3.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_misc.cpython-37-pytest-5.3.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_misc.cpython-38-pytest-5.3.5.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_misc.cpython-38-pytest-5.3.5.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_misc.cpython-38-pytest-5.4.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_misc.cpython-38-pytest-5.4.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_monitor_progress.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_monitor_progress.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_monitor_progress.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_monitor_progress.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_monitor_progress.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_monitor_progress.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_monitor_progress.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_monitor_progress.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_multibar.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_multibar.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_multibar.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_multibar.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_multibar.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_multibar.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_multibar.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_multibar.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_progressbar.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_progressbar.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_progressbar.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_progressbar.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_progressbar.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_progressbar.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_progressbar.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_progressbar.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_samples.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_samples.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_samples.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_samples.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_samples.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_samples.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_samples.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_samples.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_speed.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_speed.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_speed.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_speed.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_speed.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_speed.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_speed.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_speed.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_stream.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_stream.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_stream.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_stream.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_stream.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_stream.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_stream.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_stream.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_terminal.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_terminal.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_terminal.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_terminal.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_terminal.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_terminal.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_terminal.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_terminal.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timed.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_timed.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timed.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_timed.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timed.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_timed.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timed.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_timed.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timer.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_timer.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timer.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_timer.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timer.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_timer.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_timer.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_timer.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unicode.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_unicode.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unicode.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unicode.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unicode.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unicode.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unicode.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unicode.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unknown_length.cpython-27-PYTEST.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unknown_length.cpython-27-PYTEST.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unknown_length.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unknown_length.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unknown_length.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unknown_length.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_unknown_length.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_unknown_length.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_utils.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_utils.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_utils.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_utils.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_utils.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_utils.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_utils.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_utils.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_widgets.cpython-27-PYTEST.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_widgets.cpython-27-PYTEST.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_widgets.cpython-37-pytest-5.3.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_widgets.cpython-37-pytest-5.3.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_widgets.cpython-38-pytest-5.3.5.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_widgets.cpython-38-pytest-5.3.5.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_widgets.cpython-38-pytest-5.4.1.pyc
 and 
new/progressbar2-3.51.4/tests/__pycache__/test_widgets.cpython-38-pytest-5.4.1.pyc
 differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_with.cpython-27-PYTEST.pyc and 
new/progressbar2-3.51.4/tests/__pycache__/test_with.cpython-27-PYTEST.pyc differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_with.cpython-37-pytest-5.3.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_with.cpython-37-pytest-5.3.1.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_with.cpython-38-pytest-5.3.5.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_with.cpython-38-pytest-5.3.5.pyc 
differ
Binary files 
old/progressbar2-3.51.3/tests/__pycache__/test_with.cpython-38-pytest-5.4.1.pyc 
and 
new/progressbar2-3.51.4/tests/__pycache__/test_with.cpython-38-pytest-5.4.1.pyc 
differ


Reply via email to