[Python-modules-commits] [napalm-base] 03/04: Update upstream source from tag 'upstream/0.25.0'

Vincent Bernat bernat at moszumanska.debian.org
Tue Nov 14 09:36:53 UTC 2017


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

bernat pushed a commit to annotated tag debian/0.25.0-1
in repository napalm-base.

commit 11d1f2c3d7c0dbc2d834b6a1ee9d4a31cb854193
Merge: e24bef0 8c7d30e
Author: Vincent Bernat <bernat at debian.org>
Date:   Tue Nov 14 10:28:51 2017 +0100

    Update upstream source from tag 'upstream/0.25.0'
    
    Update to upstream version '0.25.0'
    with Debian dir b5bb6746d151c6d62b4b7e540694fbdd7f30b87c

 PKG-INFO                                    |   6 +-
 napalm_base.egg-info/PKG-INFO               |   6 +-
 napalm_base.egg-info/SOURCES.txt            |   2 +
 napalm_base.egg-info/entry_points.txt       |   1 +
 napalm_base/__init__.py                     |   7 +-
 napalm_base/base.py                         | 138 ++++++++-----
 napalm_base/clitools/cl_napalm.py           | 289 ++++++++++++++++++++++++++++
 napalm_base/clitools/cl_napalm_configure.py |   3 +
 napalm_base/clitools/cl_napalm_test.py      |   3 +
 napalm_base/clitools/cl_napalm_validate.py  |   3 +
 napalm_base/clitools/helpers.py             |  15 +-
 napalm_base/constants.py                    |   4 +
 napalm_base/exceptions.py                   |  56 ++++++
 napalm_base/helpers.py                      |  59 +++---
 napalm_base/mock.py                         | 199 +++++++++++++++++++
 napalm_base/test/base.py                    |  10 +
 napalm_base/test/conftest.py                |   4 +-
 napalm_base/test/getters.py                 |  44 +++--
 napalm_base/test/helpers.py                 |  11 +-
 napalm_base/utils/string_parsers.py         |  47 +++--
 napalm_base/validate.py                     | 109 +++++++++--
 setup.cfg                                   |  28 ++-
 setup.py                                    |   9 +-
 23 files changed, 910 insertions(+), 143 deletions(-)

-- 
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