[Python-modules-commits] [napalm-base] branch master updated (b8adce5 -> 94326df)
Vincent Bernat
bernat at moszumanska.debian.org
Tue Nov 1 20:19:21 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 b8adce5 d/changelog: add ITP
new b98c598 Import napalm-base_0.18.0.orig.tar.gz
new e5df18d record new upstream branch created by importing napalm-base_0.18.0.orig.tar.gz and merge it
new 94326df 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 | 5 +-
debian/.git-dpm | 14 +-
debian/changelog | 6 +
napalm_base.egg-info/PKG-INFO | 5 +-
napalm_base.egg-info/SOURCES.txt | 12 +-
napalm_base.egg-info/entry_points.txt | 1 +
napalm_base.egg-info/requires.txt | 3 +-
napalm_base.egg-info/top_level.txt | 1 +
napalm_base/__init__.py | 57 ++--
napalm_base/base.py | 348 ++++++++++++++++-------
napalm_base/clitools/cl_napalm_configure.py | 122 ++------
napalm_base/clitools/cl_napalm_test.py | 45 +++
napalm_base/clitools/helpers.py | 110 +++++++
napalm_base/exceptions.py | 14 +
napalm_base/helpers.py | 122 ++++++--
napalm_base/test/base.py | 279 +++++++++++++-----
napalm_base/test/conftest.py | 49 ++++
napalm_base/test/double.py | 78 +++++
napalm_base/test/getters.py | 427 ++++++++++++++++++++++++++++
napalm_base/test/helpers.py | 23 ++
napalm_base/test/models.py | 296 ++++++++++---------
napalm_base/utils/jinja_filters.py | 53 ++++
napalm_base/utils/py23_compat.py | 15 +
napalm_base/utils/string_parsers.py | 43 +--
requirements.txt | 3 +-
setup.cfg | 11 +-
setup.py | 8 +-
{napalm_base/clitools => test}/__init__.py | 0
28 files changed, 1659 insertions(+), 491 deletions(-)
create mode 100644 napalm_base/clitools/cl_napalm_test.py
create mode 100644 napalm_base/clitools/helpers.py
create mode 100644 napalm_base/test/conftest.py
create mode 100644 napalm_base/test/double.py
create mode 100644 napalm_base/test/getters.py
create mode 100644 napalm_base/test/helpers.py
create mode 100644 napalm_base/utils/jinja_filters.py
create mode 100644 napalm_base/utils/py23_compat.py
copy {napalm_base/clitools => test}/__init__.py (100%)
--
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