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

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

commit f16ae40f8db60bdcf21e5b8c44a63ed2db203a27
Merge: 60623b4 3edc9c3
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 31 11:36:27 2017 -0500

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

 LICENCE                              |  10 +-
 MANIFEST.in                          |   6 +-
 Makefile                             |  25 +-
 PKG-INFO                             | 292 +++++++++++--------
 README.rst                           | 289 +++++++++++--------
 debian/.git-dpm                      |  14 +-
 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 +-
 34 files changed, 1652 insertions(+), 844 deletions(-)

diff --cc debian/.git-dpm
index eb6cac4,0000000..352187e
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
- c0ff03647b7b53f3c2fe041995c31cd83e1f7134
- c0ff03647b7b53f3c2fe041995c31cd83e1f7134
- c0ff03647b7b53f3c2fe041995c31cd83e1f7134
- c0ff03647b7b53f3c2fe041995c31cd83e1f7134
- tqdm_4.11.2.orig.tar.gz
- 34a2d9319f14eb1b60270641edb51356b3aca410
- 100161
++3edc9c3cda1b1ed411f7556927e9da514134572a
++3edc9c3cda1b1ed411f7556927e9da514134572a
++3edc9c3cda1b1ed411f7556927e9da514134572a
++3edc9c3cda1b1ed411f7556927e9da514134572a
++tqdm_4.19.5.orig.tar.gz
++8605204c7c71902d92e107bbb555ec7102d9cfb1
++99642

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