[Python-modules-commits] [tqdm] branch upstream updated (c0ff036 -> 3edc9c3)

Sandro Tosi morph at moszumanska.debian.org
Mon Jan 1 03:48:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

morph pushed a change to branch upstream
in repository tqdm.

      from  c0ff036   Import tqdm_4.11.2.orig.tar.gz
       new  3edc9c3   Import tqdm_4.19.5.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENCE                              |  10 +-
 MANIFEST.in                          |   6 +-
 Makefile                             |  25 +-
 PKG-INFO                             | 292 +++++++++++--------
 README.rst                           | 289 +++++++++++--------
 examples/7zx.py                      |  34 +--
 examples/include_no_requirements.py  |   1 +
 examples/pandas_progress_apply.py    |   1 -
 examples/parallel_bars.py            |  29 ++
 examples/progressbar/__init__.pyc    | Bin 1282 -> 0 bytes
 examples/progressbar/compat.pyc      | Bin 767 -> 0 bytes
 examples/progressbar/progressbar.pyc | Bin 9870 -> 0 bytes
 examples/progressbar/widgets.pyc     | Bin 14752 -> 0 bytes
 examples/redirect_print.py           |  65 +++++
 examples/simple_examples.py          |   3 +-
 examples/tqdm_wget.py                |  51 +++-
 setup.cfg                            |   1 -
 setup.py                             |   2 +
 tox.ini                              |  28 +-
 tqdm.1                               | 222 ++++++++++++++
 tqdm.egg-info/PKG-INFO               | 292 +++++++++++--------
 tqdm.egg-info/SOURCES.txt            |   8 +-
 tqdm/_main.py                        |   8 +-
 tqdm/_tqdm.py                        | 545 ++++++++++++++++++++++-------------
 tqdm/_tqdm_gui.py                    |  11 +-
 tqdm/_tqdm_notebook.py               |  32 +-
 tqdm/_utils.py                       |  34 ++-
 tqdm/_version.py                     |  14 +-
 tqdm/tests/tests_main.py             |   8 +-
 tqdm/tests/tests_pandas.py           |  23 +-
 tqdm/tests/tests_perf.py             |  96 +++---
 tqdm/tests/tests_tqdm.py             | 350 ++++++++++++++--------
 tqdm/tests/tests_version.py          |   2 +-
 33 files changed, 1645 insertions(+), 837 deletions(-)
 create mode 100644 examples/parallel_bars.py
 delete mode 100644 examples/progressbar/__init__.pyc
 delete mode 100644 examples/progressbar/compat.pyc
 delete mode 100644 examples/progressbar/progressbar.pyc
 delete mode 100644 examples/progressbar/widgets.pyc
 create mode 100644 examples/redirect_print.py
 create mode 100644 tqdm.1
 mode change 100644 => 100755 tqdm/_tqdm.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tqdm.git



More information about the Python-modules-commits mailing list