[Python-modules-commits] [tqdm] branch master updated (496b919 -> 19d20c6)

Sandro Tosi morph at moszumanska.debian.org
Sun Oct 2 20:26:35 UTC 2016


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

morph pushed a change to branch master
in repository tqdm.

      from  496b919   releasing package tqdm version 4.7.4-1
       new  de21fd1   Import tqdm_4.8.4.orig.tar.gz
       new  53fddef   record new upstream branch created by importing tqdm_4.8.4.orig.tar.gz and merge it
       new  d408d75   New upstream release
       new  19d20c6   releasing package tqdm version 4.8.4-1

The 4 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:
 .coveragerc                       |   1 +
 PKG-INFO                          | 232 +++++++++-----------------------------
 README.rst                        | 230 +++++++++----------------------------
 debian/.git-dpm                   |  14 +--
 debian/changelog                  |   6 +
 examples/pandas_progress_apply.py |   9 +-
 examples/simple_examples.py       |  52 ++++++---
 setup.py                          |  17 ++-
 tqdm.egg-info/PKG-INFO            | 232 +++++++++-----------------------------
 tqdm.egg-info/SOURCES.txt         |   1 +
 tqdm/__init__.py                  |   6 +-
 tqdm/_main.py                     |  34 +++---
 tqdm/_tqdm.py                     | 210 ++++++++++++++++++++++++++--------
 tqdm/_tqdm_gui.py                 |   7 +-
 tqdm/_tqdm_notebook.py            | 108 +++++++++---------
 tqdm/_tqdm_pandas.py              |  60 ++++------
 tqdm/_utils.py                    |  70 +++++-------
 tqdm/_version.py                  |   4 +-
 tqdm/tests/tests_main.py          |   2 +-
 tqdm/tests/tests_pandas.py        |  79 ++++++++++---
 tqdm/tests/tests_tqdm.py          |  53 ++++++---
 21 files changed, 608 insertions(+), 819 deletions(-)

-- 
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