[Python-modules-commits] [python-pgspecial] branch master updated (e26f627 -> 86e8b26)

ChangZhuo Chen czchen at moszumanska.debian.org
Wed Jun 29 15:01:14 UTC 2016


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

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

      from  e26f627   Remove gbp.conf
       new  50a2f9a   Update git-dpm
       new  d5ee653   Import python-pgspecial_1.4.0.orig.tar.gz
       new  b187040   record new upstream branch created by importing python-pgspecial_1.4.0.orig.tar.gz and merge it
       new  afeff95   Bump Standards-Version to 3.9.8
       new  7839a9a   Update changelog
       new  9c1b4b4   Update Build-Depends
       new  269e126   Update changelog
       new  86e8b26   Update control

The 8 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 +-
 debian/.git-dpm                                    |  20 +--
 debian/changelog                                   |   7 +
 debian/control                                     |   6 +-
 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 +++++++++++++++++++++
 21 files changed, 434 insertions(+), 15 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