[Python-modules-commits] [pyeapi] branch master updated (cf5369e -> fb2872f)
Vincent Bernat
bernat at moszumanska.debian.org
Sun Sep 25 15:45:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch master
in repository pyeapi.
from cf5369e Fix spelling error in d/changelog
new 04fc296 Fix test case when random is a valid VLAN
new f372d5a merge patched into master
new 0168a8a tests: fix test case when random is a valid VLAN
new 000a361 docs: "napoleon" extension is included in Sphinx since 1.3
new 17efa2b merge patched into master
new 67711cb d/patches: fix test case when random is a valid VLAN. Closes: #838828
new 0a1e24f record new upstream branch created by importing pyeapi_0.7.0.orig.tar.gz
new 32d585d Import pyeapi_0.7.0.orig.tar.gz
new 2728667 tests: fix test case when random is a valid VLAN
new a9b5655 docs: "napoleon" extension is included in Sphinx since 1.3
new 784d0c1 merge patched into master
new fb2872f New upstream version
The 12 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 7 +
...fix-test-case-when-random-is-a-valid-VLAN.patch | 27 ++
...n-extension-is-included-in-Sphinx-since-.patch} | 9 +-
debian/patches/series | 3 +-
docs/conf.py | 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_api_vlans.py | 2 +-
test/unit/test_client.py | 12 +
test/unit/test_utils.py | 2 +-
31 files changed, 895 insertions(+), 86 deletions(-)
create mode 100644 debian/patches/0001-tests-fix-test-case-when-random-is-a-valid-VLAN.patch
rename debian/patches/{0001-docs-napoleon-extension-is-included-in-Sphinx-since-.patch => 0002-docs-napoleon-extension-is-included-in-Sphinx-since-.patch} (72%)
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