[Pkg-puppet-devel] [python-pypuppetdb] 02/02: Merge tag 'upstream/0.1.1+git080614'

Jonas Genannt jonas at brachium-system.net
Wed Aug 6 17:37:27 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository python-pypuppetdb.

commit d516e6e040893ae980e1bed5fca201fedaa56117
Merge: d93cebd 74f2f13
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Wed Aug 6 19:31:22 2014 +0200

    Merge tag 'upstream/0.1.1+git080614'
    
    Upstream version 0.1.1+git080614
    
    # gpg: Signature made Wed 06 Aug 2014 07:31:22 PM CEST using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    
    * tag 'upstream/0.1.1+git080614':
      Imported Upstream version 0.1.1+git080614

 .coveragerc                              |   3 +
 .gitignore                               |  50 ++++
 .travis.yml                              |  13 ++
 PKG-INFO                                 | 378 -------------------------------
 README.rst                               |  45 ++++
 conftest.py                              |  26 +++
 docs/Makefile                            | 153 +++++++++++++
 docs/api.rst                             | 128 +++++++++++
 docs/conf.py                             |  60 +++++
 docs/index.rst                           |  37 +++
 docs/make.bat                            | 190 ++++++++++++++++
 docs/quickstart.rst                      | 133 +++++++++++
 pypuppetdb.egg-info/PKG-INFO             | 378 -------------------------------
 pypuppetdb.egg-info/SOURCES.txt          |  19 --
 pypuppetdb.egg-info/dependency_links.txt |   1 -
 pypuppetdb.egg-info/requires.txt         |   1 -
 pypuppetdb.egg-info/top_level.txt        |   1 -
 pypuppetdb/api/__init__.py               |  28 ++-
 pypuppetdb/api/v2.py                     |   6 +-
 pypuppetdb/api/v3.py                     |  20 +-
 pypuppetdb/types.py                      |  17 +-
 python-pypuppetdb.spec                   |  48 ++++
 setup.cfg                                |  10 +-
 setup.py                                 |   4 +-
 test-requirements.txt                    |   6 +
 tests/test_baseapi.py                    | 261 +++++++++++++++++++++
 tests/test_connect.py                    |  17 ++
 tests/test_package.py                    |  11 +
 tests/test_types.py                      | 185 +++++++++++++++
 tests/test_utils.py                      |  49 ++++
 tox.ini                                  |  11 +
 31 files changed, 1475 insertions(+), 814 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/python-pypuppetdb.git



More information about the Pkg-puppet-devel mailing list