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

ChangZhuo Chen czchen at moszumanska.debian.org
Wed Jun 29 15:01:16 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  e720edc   Imported Upstream version 1.3.0
       new  d5ee653   Import python-pgspecial_1.4.0.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:
 MANIFEST.in                                        |   1 +
 PKG-INFO                                           |   2 +-
 pgspecial.egg-info/PKG-INFO                        |   2 +-
 pgspecial.egg-info/SOURCES.txt                     |  12 +-
 pgspecial.egg-info/requires.txt                    |   1 +
 pgspecial/__init__.py                              |   2 +-
 pgspecial/dbcommands.py                            |  75 +++++++++++
 pgspecial/iocommands.py                            |  58 ++++++++
 setup.py                                           |   1 +
 tests/.cache/v/cache/lastfailed                    |   3 +
 .../test_specials.cpython-27-PYTEST.pyc            | Bin 0 -> 16944 bytes
 tests/__pycache__/test_tm.cpython-27-PYTEST.pyc    | Bin 0 -> 2301 bytes
 tests/conftest.py                                  |  36 +++++
 tests/conftest.pyc                                 | Bin 0 -> 1573 bytes
 tests/dbutils.py                                   |  72 ++++++++++
 tests/dbutils.pyc                                  | Bin 0 -> 2591 bytes
 tests/pytest.ini                                   |   2 +
 tests/test_specials.py                             | 149 +++++++++++++++++++++
 18 files changed, 412 insertions(+), 4 deletions(-)
 create mode 100644 MANIFEST.in
 create mode 100644 tests/.cache/v/cache/lastfailed
 create mode 100644 tests/__pycache__/test_specials.cpython-27-PYTEST.pyc
 create mode 100644 tests/__pycache__/test_tm.cpython-27-PYTEST.pyc
 create mode 100644 tests/conftest.py
 create mode 100644 tests/conftest.pyc
 create mode 100644 tests/dbutils.py
 create mode 100644 tests/dbutils.pyc
 create mode 100644 tests/pytest.ini
 create mode 100644 tests/test_specials.py

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