[Python-modules-commits] [python-pgspecial] branch master updated (053ccaf -> 7d42e0b)

ChangZhuo Chen czchen at moszumanska.debian.org
Wed Nov 25 11:01:15 UTC 2015


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

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

      from  053ccaf   Update Vcs-*
       new  e66a726   Update gbp.conf
       new  6866758   Update Vcs-*
       new  47bc5ee   Add Python2 package python-pgspecial
       new  4e8192a   Imported Upstream version 1.2.0+20151123
       new  6c928a8   Merge tag 'upstream/1.2.0+20151123'
       new  31b354b   Update copyright
       new  b039575   Update changelog
       new  7d42e0b   Update description

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:
 .gitignore                              | 108 ++++++++++++++++++++++++++++
 .travis.yml                             |  23 ++++++
 DEVELOP.rst                             | 121 ++++++++++++++++++++++++++++++++
 License.txt                             |  27 +++++++
 PKG-INFO                                | 100 --------------------------
 changelog.rst                           |  28 ++++++++
 debian/changelog                        |   4 +-
 debian/control                          |  21 +++++-
 debian/copyright                        |  48 ++++++-------
 debian/gbp.conf                         |   4 +-
 debian/rules                            |   2 +-
 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/namedqueries.py               |  20 +++---
 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 ++
 28 files changed, 759 insertions(+), 267 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 DEVELOP.rst
 create mode 100644 License.txt
 delete mode 100644 PKG-INFO
 create mode 100644 changelog.rst
 delete mode 100644 pgspecial.egg-info/PKG-INFO
 delete mode 100644 pgspecial.egg-info/SOURCES.txt
 delete mode 100644 pgspecial.egg-info/dependency_links.txt
 delete mode 100644 pgspecial.egg-info/pbr.json
 delete mode 100644 pgspecial.egg-info/requires.txt
 delete mode 100644 pgspecial.egg-info/top_level.txt
 create mode 100644 release.py
 create mode 100644 requirements-dev.txt
 create mode 100644 scripts/README.rst
 create mode 100644 scripts/docparser.py
 delete mode 100644 setup.cfg
 create mode 100644 tests/conftest.py
 create mode 100644 tests/dbutils.py
 create mode 100644 tests/pytest.ini
 create mode 100644 tests/test_specials.py
 create 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