[Python-modules-commits] [tqdm] branch master updated (54fca7a -> 496b919)

Sandro Tosi morph at moszumanska.debian.org
Sat Jun 11 18:20:18 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  54fca7a   install examples
       new  c9de850   Import tqdm_4.7.4.orig.tar.gz
       new  babc8b4   record new upstream branch created by importing tqdm_4.7.4.orig.tar.gz and merge it
       new  3184e96   New upstream release
       new  7000abc   dont install RELEASE, removed upstream
       new  496b919   releasing package tqdm version 4.7.4-1

The 5 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:
 CONTRIBUTE                           | 250 ++++++++++++++++++++++++-----
 LICENCE                              |  43 +++++
 MANIFEST.in                          |   2 +-
 Makefile                             |   3 +
 PKG-INFO                             | 297 ++++++++++++++++++++++++++++-------
 README.rst                           | 292 +++++++++++++++++++++++++++-------
 RELEASE                              |  84 ----------
 debian/.git-dpm                      |  14 +-
 debian/changelog                     |   8 +
 debian/rules                         |   2 +-
 examples/pandas_progress_apply.py    |  14 +-
 examples/progressbar/__init__.pyc    | Bin 1290 -> 1282 bytes
 examples/progressbar/compat.pyc      | Bin 791 -> 767 bytes
 examples/progressbar/progressbar.pyc | Bin 10014 -> 9870 bytes
 examples/progressbar/widgets.pyc     | Bin 15096 -> 14752 bytes
 setup.py                             |   3 +-
 tox.ini                              |   2 -
 tqdm.egg-info/PKG-INFO               | 297 ++++++++++++++++++++++++++++-------
 tqdm.egg-info/SOURCES.txt            |   3 +-
 tqdm/__init__.py                     |  20 ++-
 tqdm/_main.py                        | 154 ++++++++++++++----
 tqdm/_tqdm.py                        | 145 ++++++++++++-----
 tqdm/_tqdm_gui.py                    |  15 +-
 tqdm/_tqdm_notebook.py               | 232 +++++++++++++++++++++++++++
 tqdm/_tqdm_pandas.py                 |  20 ++-
 tqdm/_utils.py                       |  22 ++-
 tqdm/_version.py                     |  11 +-
 tqdm/tests/tests_main.py             |  65 ++++++--
 tqdm/tests/tests_pandas.py           |  25 ++-
 tqdm/tests/tests_perf.py             |  54 ++++---
 tqdm/tests/tests_tqdm.py             | 203 +++++++++++++++++++++++-
 31 files changed, 1837 insertions(+), 443 deletions(-)
 create mode 100644 LICENCE
 delete mode 100644 RELEASE
 create mode 100644 tqdm/_tqdm_notebook.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