[Python-modules-commits] [tqdm] branch master updated (60623b4 -> 8d0a038)

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


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

morph pushed a change to branch master
in repository tqdm.

      from  60623b4   releasing package tqdm version 4.11.2-1
       new  3edc9c3   Import tqdm_4.19.5.orig.tar.gz
       new  f16ae40   record new upstream branch created by importing tqdm_4.19.5.orig.tar.gz and merge it
       new  28d3880   New upstream release; Closes: #885898
       new  3322acc   extend packaging copyright notice
       new  174ff2c   update upstream copyright information
       new  de3bfcd   bump Standards-Version to 4.1.3 (no changes needed)
       new  0fecb2c   install tqdm manpage only in py3k package
       new  169c16a   install all examples and dont compress files with py extension
       new  16c9adf   run tests in verbose mode
       new  8d0a038   releasing package tqdm version 4.19.5-1

The 10 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 +++++++++++--------
 debian/.git-dpm                      |  14 +-
 debian/changelog                     |  15 +
 debian/control                       |   2 +-
 debian/copyright                     |   4 +-
 debian/rules                         |  21 +-
 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 +-
 38 files changed, 1684 insertions(+), 854 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