[Python-modules-commits] [pyeapi] 03/08: Update upstream source from tag 'upstream/0.8.1'
Vincent Bernat
bernat at moszumanska.debian.org
Sun Nov 12 19:15:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to annotated tag debian/0.8.1-1
in repository pyeapi.
commit c0cfdcaea9d9e312d7627b787d9a9bbb8639b7f5
Merge: ef3652b 0744055
Author: Vincent Bernat <bernat at debian.org>
Date: Sun Nov 12 20:08:27 2017 +0100
Update upstream source from tag 'upstream/0.8.1'
Update to upstream version '0.8.1'
with Debian dir ec6122919143df5cadf9bd38cd171899af318bae
MANIFEST.in | 1 +
PKG-INFO | 2 +-
README.md | 2 +-
VERSION | 2 +-
docs/api_modules/_list_of_modules.rst | 28 +++
docs/api_modules/abstract.rst | 13 ++
docs/api_modules/acl.rst | 13 ++
docs/api_modules/bgp.rst | 13 ++
docs/api_modules/interfaces.rst | 13 ++
docs/api_modules/ipinterfaces.rst | 13 ++
docs/api_modules/mlag.rst | 13 ++
docs/api_modules/ntp.rst | 13 ++
docs/api_modules/ospf.rst | 13 ++
docs/api_modules/routemaps.rst | 13 ++
docs/api_modules/spanningtree.rst | 13 ++
docs/api_modules/staticroute.rst | 13 ++
docs/api_modules/stp.rst | 13 ++
docs/api_modules/switchports.rst | 13 ++
docs/api_modules/system.rst | 13 ++
docs/api_modules/users.rst | 13 ++
docs/api_modules/varp.rst | 13 ++
docs/api_modules/vlans.rst | 13 ++
docs/api_modules/vrfs.rst | 13 ++
docs/api_modules/vrrp.rst | 13 ++
docs/client_modules/_list_of_modules.rst | 12 ++
docs/client_modules/client.rst | 13 ++
docs/client_modules/eapilib.rst | 13 ++
docs/client_modules/utils.rst | 13 ++
docs/examples.rst | 8 +
docs/index.rst | 1 +
docs/release-notes-0.8.0.rst | 37 ++++
docs/release-notes-0.8.1.rst | 21 ++
docs/release-notes.rst | 2 +
docs/subinterfaces.rst | 58 ++++++
pyeapi.egg-info/PKG-INFO | 2 +-
pyeapi.egg-info/SOURCES.txt | 32 ++++
pyeapi/__init__.py | 2 +-
pyeapi/api/acl.py | 180 +++++++++++++++--
pyeapi/api/interfaces.py | 178 +++++++++++++++--
pyeapi/api/ospf.py | 34 +++-
pyeapi/api/varp.py | 13 +-
pyeapi/api/vrfs.py | 320 +++++++++++++++++++++++++++++++
pyeapi/client.py | 82 ++++++--
pyeapi/eapilib.py | 66 +++++--
pyeapi/utils.py | 15 +-
setup.cfg | 1 -
test/fixtures/dut.conf | 9 +-
test/fixtures/running_config.ospf | 5 +
test/fixtures/running_config.text | 11 ++
test/fixtures/running_config.vrf | 233 ++++++++++++++++++++++
test/fixtures/running_config.vxlan | 1 +
test/fixtures/vxlan.json | 1 +
test/lib/testlib.py | 1 +
test/system/test_api_acl.py | 102 +++++++++-
test/system/test_api_interfaces.py | 163 +++++++++++++++-
test/system/test_api_ipinterfaces.py | 1 +
test/system/test_api_ospf.py | 58 ++++--
test/system/test_api_routemaps.py | 1 +
test/system/test_api_staticroute.py | 1 +
test/system/test_api_stp.py | 1 +
test/system/test_api_switchports.py | 1 +
test/system/test_api_users.py | 1 +
test/system/test_api_varp.py | 40 +++-
test/system/test_api_vrfs.py | 215 +++++++++++++++++++++
test/system/test_client.py | 84 +++++++-
test/unit/test_api_acl.py | 180 ++++++++++++++++-
test/unit/test_api_interfaces.py | 113 ++++++++++-
test/unit/test_api_ipinterfaces.py | 3 +-
test/unit/test_api_ospf.py | 22 ++-
test/unit/test_api_routemaps.py | 1 +
test/unit/test_api_switchports.py | 1 +
test/unit/test_api_system.py | 1 +
test/unit/test_api_varp.py | 5 +-
test/unit/test_api_vlans.py | 3 +-
test/unit/test_api_vrfs.py | 167 ++++++++++++++++
test/unit/test_client.py | 109 ++++++++++-
test/unit/test_eapilib.py | 88 ++++++++-
test/unit/test_utils.py | 7 +
78 files changed, 2865 insertions(+), 149 deletions(-)
--
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