[Python-modules-commits] [python-pgspecial] branch master updated (392007b -> f803985)

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 master
in repository python-pgspecial.

      from  392007b   Update Build-Depends
       new  e720edc   Imported Upstream version 1.3.0
       new  b8d5bc8   Merge tag 'upstream/1.3.0'
       new  b1737da   Update Vcs-* fields
       new  1cca76c   Bump Standards-Version to 3.9.7
       new  f803985   Update changelog

The 5 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                        |   8 +
 debian/control                          |   6 +-
 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 -
 27 files changed, 574 insertions(+), 801 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