[Python-modules-commits] [napalm-iosxr] branch master updated (e55a235 -> 47d1252)

Vincent Bernat bernat at moszumanska.debian.org
Sun Dec 25 10:43:32 UTC 2016


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

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

      from  e55a235   New upstream release
       new  459c3e4   Import napalm-iosxr_0.4.2.orig.tar.gz
       new  a7a9acf   record new upstream branch created by importing napalm-iosxr_0.4.2.orig.tar.gz and merge it
       new  cd3d484   New upstream release
       new  47d1252   Do not run tests

The 4 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 +
 debian/rules                                 |   3 +-
 napalm_iosxr.egg-info/PKG-INFO               |   2 +-
 napalm_iosxr.egg-info/SOURCES.txt            |   8 +-
 napalm_iosxr/iosxr.py                        | 248 +++++++++++++++------------
 napalm_iosxr/templates/delete_ntp_servers.j2 |   3 +
 napalm_iosxr/templates/delete_snmp_config.j2 |  14 ++
 napalm_iosxr/templates/set_ntp_servers.j2    |   3 +
 napalm_iosxr/templates/snmp_config.j2        |  23 +++
 setup.cfg                                    |   5 +
 setup.py                                     |   2 +-
 test/unit/conftest.py                        |  74 ++++++++
 test/unit/test_getters.py                    |  13 ++
 15 files changed, 296 insertions(+), 124 deletions(-)
 create mode 100644 napalm_iosxr/templates/delete_ntp_servers.j2
 create mode 100644 napalm_iosxr/templates/delete_snmp_config.j2
 create mode 100644 napalm_iosxr/templates/set_ntp_servers.j2
 create mode 100644 napalm_iosxr/templates/snmp_config.j2
 create mode 100644 test/unit/conftest.py
 create 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