[Python-modules-commits] [python-pgspecial] branch upstream updated (4e8192a -> e720edc)

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 change to branch upstream
in repository python-pgspecial.

      from  4e8192a   Imported Upstream version 1.2.0+20151123
       new  e720edc   Imported Upstream version 1.3.0

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                              | 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(-)
 delete mode 100644 .gitignore
 delete mode 100644 .travis.yml
 delete mode 100644 DEVELOP.rst
 delete mode 100644 License.txt
 create mode 100644 PKG-INFO
 delete mode 100644 changelog.rst
 create mode 100644 pgspecial.egg-info/PKG-INFO
 create mode 100644 pgspecial.egg-info/SOURCES.txt
 create mode 100644 pgspecial.egg-info/dependency_links.txt
 create mode 100644 pgspecial.egg-info/pbr.json
 create mode 100644 pgspecial.egg-info/requires.txt
 create mode 100644 pgspecial.egg-info/top_level.txt
 delete mode 100644 release.py
 delete mode 100644 requirements-dev.txt
 delete mode 100644 scripts/README.rst
 delete mode 100644 scripts/docparser.py
 create mode 100644 setup.cfg
 delete mode 100644 tests/conftest.py
 delete mode 100644 tests/dbutils.py
 delete mode 100644 tests/pytest.ini
 delete mode 100644 tests/test_specials.py
 delete mode 100644 tox.ini

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