[Python-modules-commits] [napalm-base] branch upstream updated (b98c598 -> 1aa7385)

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


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

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

      from  b98c598   Import napalm-base_0.18.0.orig.tar.gz
       new  1aa7385   Import napalm-base_0.21.0.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_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 +-
 23 files changed, 572 insertions(+), 75 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