[Python-modules-commits] [napalm-junos] branch upstream updated (3765d16 -> bc980bc)
Vincent Bernat
bernat at moszumanska.debian.org
Sun Dec 25 10:27:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository napalm-junos.
from 3765d16 Import napalm-junos_0.4.3.orig.tar.gz
new bc980bc Import napalm-junos_0.5.1.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:
PKG-INFO | 2 +-
napalm_junos.egg-info/PKG-INFO | 2 +-
napalm_junos.egg-info/SOURCES.txt | 5 +
napalm_junos.egg-info/requires.txt | 2 +-
napalm_junos/constants.py | 16 +++
napalm_junos/junos.py | 174 +++++++++++++++++++--------
napalm_junos/templates/delete_ntp_servers.j2 | 11 ++
napalm_junos/templates/delete_snmp_config.j2 | 24 ++++
napalm_junos/templates/set_ntp_servers.j2 | 11 ++
napalm_junos/templates/snmp_config.j2 | 23 ++++
napalm_junos/utils/junos_views.yml | 39 ++++--
requirements.txt | 2 +-
setup.cfg | 9 ++
setup.py | 2 +-
14 files changed, 261 insertions(+), 61 deletions(-)
create mode 100644 napalm_junos/constants.py
create mode 100644 napalm_junos/templates/delete_ntp_servers.j2
create mode 100644 napalm_junos/templates/delete_snmp_config.j2
create mode 100644 napalm_junos/templates/set_ntp_servers.j2
create mode 100644 napalm_junos/templates/snmp_config.j2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/napalm-junos.git
More information about the Python-modules-commits
mailing list