[Python-modules-commits] [tqdm] branch upstream updated (b2b60fa -> c9de850)
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 upstream
in repository tqdm.
from b2b60fa import tqdm_4.4.1.orig.tar.gz
new c9de850 Import tqdm_4.7.4.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:
CONTRIBUTE | 250 ++++++++++++++++++++++++-----
LICENCE | 43 +++++
MANIFEST.in | 2 +-
Makefile | 3 +
PKG-INFO | 297 ++++++++++++++++++++++++++++-------
README.rst | 292 +++++++++++++++++++++++++++-------
RELEASE | 84 ----------
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 +++++++++++++++++++++++-
28 files changed, 1821 insertions(+), 435 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