[Python-modules-commits] [pyeapi] branch upstream updated (4f185fa -> 32d585d)
Vincent Bernat
bernat at moszumanska.debian.org
Sun Sep 25 15:45:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository pyeapi.
from 4f185fa Imported Upstream version 0.6.1
new 32d585d Import pyeapi_0.7.0.orig.tar.gz
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:
.coveragerc | 3 +
LICENSE | 2 +-
MANIFEST.in | 1 +
Makefile | 3 +-
PKG-INFO | 2 +-
VERSION | 2 +-
docs/release-notes-0.7.0.rst | 27 +++
docs/release-notes.rst | 29 ++--
pyeapi.egg-info/PKG-INFO | 2 +-
pyeapi.egg-info/SOURCES.txt | 5 +
pyeapi/__init__.py | 2 +-
pyeapi/api/mlag.py | 2 +-
pyeapi/api/ospf.py | 338 ++++++++++++++++++++++++++++++++++++++
pyeapi/client.py | 40 +++--
pyeapi/eapilib.py | 2 +-
pyeapi/utils.py | 39 ++---
test/fixtures/running_config.ospf | 29 ++++
test/system/test_api_mlag.py | 7 +-
test/system/test_api_ospf.py | 185 +++++++++++++++++++++
test/system/test_client.py | 42 ++++-
test/unit/test_api_mlag.py | 4 +-
test/unit/test_api_ospf.py | 137 +++++++++++++++
test/unit/test_client.py | 12 ++
test/unit/test_utils.py | 2 +-
24 files changed, 847 insertions(+), 70 deletions(-)
create mode 100644 docs/release-notes-0.7.0.rst
create mode 100644 pyeapi/api/ospf.py
create mode 100644 test/fixtures/running_config.ospf
create mode 100644 test/system/test_api_ospf.py
create mode 100644 test/unit/test_api_ospf.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyeapi.git
More information about the Python-modules-commits
mailing list