[Python-modules-commits] [python-tabulate] branch upstream updated (f680227 -> 3aa23bd)

Sandro Tosi morph at moszumanska.debian.org
Sat Dec 17 00:41:32 UTC 2016


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

morph pushed a change to branch upstream
in repository python-tabulate.

      from  f680227   Imported Upstream version 0.7.5
       new  3aa23bd   Import python-tabulate_0.7.7.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:
 .gitignore                             |    5 -
 HOWTOPUBLISH                           |    6 -
 LICENSE                                |   40 +-
 MANIFEST.in                            |    6 +-
 PKG-INFO                               |  590 ++++++++
 README                                 |    0
 README.rst                             | 1043 +++++++-------
 benchmark.py                           |   97 --
 setup.cfg                              |    5 +
 setup.py                               |  118 +-
 tabulate.egg-info/.PKG-INFO.swp        |  Bin 0 -> 16384 bytes
 tabulate.egg-info/PKG-INFO             |  590 ++++++++
 tabulate.egg-info/SOURCES.txt          |   18 +
 tabulate.egg-info/dependency_links.txt |    1 +
 tabulate.egg-info/entry_points.txt     |    3 +
 tabulate.egg-info/requires.txt         |    3 +
 tabulate.egg-info/top_level.txt        |    1 +
 tabulate.py                            | 2420 ++++++++++++++++++--------------
 test/common.py                         |   31 -
 test/test_api.py                       |  112 +-
 test/test_cli.py                       |  380 ++---
 test/test_input.py                     |  853 +++++------
 test/test_output.py                    |  943 ++++++++-----
 test/test_regression.py                |  566 +++++---
 tox.ini                                |   79 --
 25 files changed, 4811 insertions(+), 3099 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 HOWTOPUBLISH
 create mode 100644 PKG-INFO
 mode change 120000 => 100644 README
 delete mode 100644 benchmark.py
 create mode 100644 setup.cfg
 create mode 100644 tabulate.egg-info/.PKG-INFO.swp
 create mode 100644 tabulate.egg-info/PKG-INFO
 create mode 100644 tabulate.egg-info/SOURCES.txt
 create mode 100644 tabulate.egg-info/dependency_links.txt
 create mode 100644 tabulate.egg-info/entry_points.txt
 create mode 100644 tabulate.egg-info/requires.txt
 create mode 100644 tabulate.egg-info/top_level.txt
 delete mode 100644 test/common.py
 delete mode 100644 tox.ini

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tabulate.git



More information about the Python-modules-commits mailing list