[Python-modules-commits] [python-pgspecial] 02/05: Merge tag 'upstream/1.3.0'

ChangZhuo Chen czchen at moszumanska.debian.org
Mon Mar 28 15:59:17 UTC 2016


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

czchen pushed a commit to branch master
in repository python-pgspecial.

commit b8d5bc8fbfa8b3d0488d37819c7f3585171344b7
Merge: 392007b e720edc
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Mon Mar 28 23:47:53 2016 +0800

    Merge tag 'upstream/1.3.0'
    
    Upstream version 1.3.0
    
    * tag 'upstream/1.3.0':
      Imported Upstream version 1.3.0

 .gitignore                              | 108 ---------
 .travis.yml                             |  23 --
 DEVELOP.rst                             | 121 ----------
 License.txt                             |  27 ---
 PKG-INFO                                | 100 ++++++++
 changelog.rst                           |  28 ---
 pgspecial.egg-info/PKG-INFO             | 100 ++++++++
 pgspecial.egg-info/SOURCES.txt          |  15 ++
 pgspecial.egg-info/dependency_links.txt |   1 +
 pgspecial.egg-info/pbr.json             |   1 +
 pgspecial.egg-info/requires.txt         |   1 +
 pgspecial.egg-info/top_level.txt        |   1 +
 pgspecial/__init__.py                   |   2 +-
 pgspecial/dbcommands.py                 | 395 ++++++++++++++++++++++++--------
 pgspecial/main.py                       |  37 ++-
 release.py                              | 113 ---------
 requirements-dev.txt                    |   4 -
 scripts/README.rst                      |  21 --
 scripts/docparser.py                    |  52 -----
 setup.cfg                               |   5 +
 tests/conftest.py                       |  36 ---
 tests/dbutils.py                        |  71 ------
 tests/pytest.ini                        |   2 -
 tests/test_specials.py                  |  90 --------
 tox.ini                                 |   7 -
 25 files changed, 563 insertions(+), 798 deletions(-)

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



More information about the Python-modules-commits mailing list