[Python-modules-commits] [napalm-base] branch master updated (77d67b2 -> 7b7e003)

Vincent Bernat bernat at moszumanska.debian.org
Sun Dec 25 10:19:08 UTC 2016


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

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

      from  77d67b2   merge patched into master
       new  0a3b2ab   record new upstream branch created by importing napalm-base_0.21.0.orig.tar.gz
       new  1aa7385   Import napalm-base_0.21.0.orig.tar.gz
       new  1453c97   Use gtextfsm instead of jtextfsm
       new  a6469d4   merge patched into master
       new  7b7e003   New upstream version

The 5 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 +
 .../0001-Use-gtextfsm-instead-of-jtextfsm.patch    |  14 +-
 napalm_base.egg-info/PKG-INFO                      |   2 +-
 napalm_base.egg-info/SOURCES.txt                   |   3 +
 napalm_base.egg-info/entry_points.txt              |   1 +
 napalm_base.egg-info/requires.txt                  |   1 +
 napalm_base/base.py                                | 128 +++++++++++++++++-
 napalm_base/clitools/cl_napalm_configure.py        |   2 +-
 napalm_base/clitools/cl_napalm_test.py             |   6 +-
 .../{cl_napalm_test.py => cl_napalm_validate.py}   |  28 ++--
 napalm_base/clitools/helpers.py                    |  11 +-
 napalm_base/constants.py                           |  64 +++++++++
 napalm_base/exceptions.py                          |   4 +
 napalm_base/helpers.py                             |   1 +
 napalm_base/test/base.py                           |  39 ++++++
 napalm_base/test/conftest.py                       |  27 ++--
 napalm_base/test/double.py                         |   2 +-
 napalm_base/test/getters.py                        | 143 ++++++++++++++++-----
 napalm_base/test/models.py                         |  36 ++++++
 napalm_base/utils/string_parsers.py                |   5 +-
 napalm_base/validate.py                            | 125 ++++++++++++++++++
 requirements.txt                                   |   1 +
 setup.cfg                                          |  11 +-
 setup.py                                           |   5 +-
 26 files changed, 593 insertions(+), 88 deletions(-)
 copy napalm_base/clitools/{cl_napalm_test.py => cl_napalm_validate.py} (55%)
 mode change 100644 => 100755
 create mode 100644 napalm_base/constants.py
 create mode 100644 napalm_base/validate.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/napalm-base.git



More information about the Python-modules-commits mailing list