[Python-modules-commits] [python-tabulate] branch master updated (e7b8425 -> 8dac1a5)

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


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

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

      from  e7b8425   Fixed VCS URL (https)
       new  3aa23bd   Import python-tabulate_0.7.7.orig.tar.gz
       new  65029bf   record new upstream branch created by importing python-tabulate_0.7.7.orig.tar.gz and merge it
       new  ade0c26   New upstream release
       new  c181764   update upstream copyright years
       new  7e080ee   add copyright for my contributions
       new  b1cd778   dont install benchmarl.py in py2 package, remove from the tarball
       new  f33db22   add wcwidth to b-d
       new  9e4a36e   dont run tests (for now)
       new  dcb631d   bump Standards-Version to 3.9.8 (no changes needed)
       new  c3eea04   compat level 10
       new  8dac1a5   releasing package python-tabulate version 0.7.7-1

The 11 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 --
 debian/.git-dpm                        |   14 +-
 debian/changelog                       |   15 +-
 debian/compat                          |    2 +-
 debian/control                         |    6 +-
 debian/copyright                       |    3 +-
 debian/python-tabulate.examples        |    2 +-
 debian/rules                           |    3 +
 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 --
 32 files changed, 4842 insertions(+), 3113 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