[Python-modules-commits] [tqdm] 02/05: record new upstream branch created by importing tqdm_4.7.4.orig.tar.gz and merge it

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 commit to branch master
in repository tqdm.

commit babc8b4431b934724b1ec5b64c7a48ebe1ea1d6f
Merge: 54fca7a c9de850
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Jun 11 18:56:53 2016 +0100

    record new upstream branch created by importing tqdm_4.7.4.orig.tar.gz and merge it

 CONTRIBUTE                           | 250 ++++++++++++++++++++++++-----
 LICENCE                              |  43 +++++
 MANIFEST.in                          |   2 +-
 Makefile                             |   3 +
 PKG-INFO                             | 297 ++++++++++++++++++++++++++++-------
 README.rst                           | 292 +++++++++++++++++++++++++++-------
 RELEASE                              |  84 ----------
 debian/.git-dpm                      |  14 +-
 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 +++++++++++++++++++++++-
 29 files changed, 1828 insertions(+), 442 deletions(-)

diff --cc debian/.git-dpm
index 6b6db31,0000000..8bff699
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,8 -1,0 +1,8 @@@
 +# see git-dpm(1) from git-dpm package
- b2b60face6e630f5cddf3064f9edb033bd2bc1eb
- b2b60face6e630f5cddf3064f9edb033bd2bc1eb
- b2b60face6e630f5cddf3064f9edb033bd2bc1eb
- b2b60face6e630f5cddf3064f9edb033bd2bc1eb
- tqdm_4.4.1.orig.tar.gz
- 8651c89ea0a7f7fb3f91ad16e6c40e55f6b2faf9
- 65807
++c9de85067edc847320f9b01a010b7fb2d77fdf16
++c9de85067edc847320f9b01a010b7fb2d77fdf16
++c9de85067edc847320f9b01a010b7fb2d77fdf16
++c9de85067edc847320f9b01a010b7fb2d77fdf16
++tqdm_4.7.4.orig.tar.gz
++1003de49808dfc8480f00ba2b87309b05a3c2de9
++82831

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