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

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


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

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

      from  1c2669f   Imported Upstream version 1.2.0
       new  4e8192a   Imported Upstream version 1.2.0+20151123

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/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 ++
 23 files changed, 713 insertions(+), 234 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