[Python-modules-commits] [napalm-junos] branch master updated (2b0e5d8 -> b8f2133)

Vincent Bernat bernat at moszumanska.debian.org
Sun Dec 25 10:27:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

bernat pushed a change to branch master
in repository napalm-junos.

      from  2b0e5d8   New upstream version
       new  bc980bc   Import napalm-junos_0.5.1.orig.tar.gz
       new  f94eecc   record new upstream branch created by importing napalm-junos_0.5.1.orig.tar.gz and merge it
       new  b8f2133   New upstream version

The 3 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 +-
 debian/.git-dpm                              |  14 +--
 debian/changelog                             |   6 +
 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 +-
 16 files changed, 274 insertions(+), 68 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