[Python-modules-commits] [napalm-iosxr] branch upstream updated (c36c2b3 -> 72e1b9c)
Vincent Bernat
bernat at moszumanska.debian.org
Tue Nov 14 09:51:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository napalm-iosxr.
from c36c2b3 Import napalm-iosxr_0.4.5.orig.tar.gz
adds 72e1b9c New upstream release.
No new revisions were added by this update.
Summary of changes:
PKG-INFO | 2 +-
napalm_iosxr.egg-info/PKG-INFO | 2 +-
napalm_iosxr.egg-info/SOURCES.txt | 9 +--
napalm_iosxr.egg-info/requires.txt | 6 +-
napalm_iosxr.egg-info/top_level.txt | 1 -
napalm_iosxr/iosxr.py | 143 ++++++++++++++++++++++++---------
napalm_iosxr/templates/delete_users.j2 | 13 +++
napalm_iosxr/templates/set_users.j2 | 16 ++++
napalm_iosxr/templates/snmp_config.j2 | 6 +-
requirements.txt | 6 +-
setup.cfg | 1 -
setup.py | 4 +-
test/__init__.py | 0
test/unit/TestIOSXRDriver.py | 94 ----------------------
test/unit/__init__.py | 0
test/unit/conftest.py | 77 ------------------
test/unit/test_getters.py | 13 ---
17 files changed, 151 insertions(+), 242 deletions(-)
create mode 100644 napalm_iosxr/templates/delete_users.j2
create mode 100644 napalm_iosxr/templates/set_users.j2
delete mode 100644 test/__init__.py
delete mode 100644 test/unit/TestIOSXRDriver.py
delete mode 100644 test/unit/__init__.py
delete mode 100644 test/unit/conftest.py
delete mode 100644 test/unit/test_getters.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/napalm-iosxr.git
More information about the Python-modules-commits
mailing list