[Pkg-puppet-devel] [python-pypuppetdb] branch master updated (d93cebd -> d516e6e)
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 change to branch master
in repository python-pypuppetdb.
from d93cebd initial debian/
new 74f2f13 Imported Upstream version 0.1.1+git080614
new d516e6e Merge tag 'upstream/0.1.1+git080614'
The 2 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:
.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(-)
create mode 100644 .coveragerc
create mode 100644 .gitignore
create mode 100644 .travis.yml
delete mode 100644 PKG-INFO
create mode 100644 conftest.py
create mode 100644 docs/Makefile
create mode 100644 docs/api.rst
create mode 100644 docs/conf.py
create mode 100644 docs/index.rst
create mode 100644 docs/make.bat
create mode 100644 docs/quickstart.rst
delete mode 100644 pypuppetdb.egg-info/PKG-INFO
delete mode 100644 pypuppetdb.egg-info/SOURCES.txt
delete mode 100644 pypuppetdb.egg-info/dependency_links.txt
delete mode 100644 pypuppetdb.egg-info/requires.txt
delete mode 100644 pypuppetdb.egg-info/top_level.txt
create mode 100644 python-pypuppetdb.spec
create mode 100644 test-requirements.txt
create mode 100644 tests/test_baseapi.py
create mode 100644 tests/test_connect.py
create mode 100644 tests/test_package.py
create mode 100644 tests/test_types.py
create mode 100644 tests/test_utils.py
create mode 100644 tox.ini
--
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