[Python-modules-commits] [netmiko] branch master updated (3f4819f -> 4f318d5)

Vincent Bernat bernat at moszumanska.debian.org
Wed Oct 26 20:17:57 UTC 2016


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

bernat pushed a change to branch master
in repository netmiko.

      from  3f4819f   New upstream release
       new  9a77bd9   Import netmiko_1.1.0.orig.tar.gz
       new  bbfc6fe   record new upstream branch created by importing netmiko_1.1.0.orig.tar.gz and merge it
       new  4f318d5   New upstream release

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                                           |   2 +-
 README.md                                          |  48 +-
 VENDOR.md                                          |  15 +-
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   6 +
 netmiko.egg-info/PKG-INFO                          |   2 +-
 netmiko.egg-info/SOURCES.txt                       |  11 +-
 netmiko.egg-info/top_level.txt                     |   2 +
 netmiko/__init__.py                                |   3 +-
 netmiko/a10/a10_ssh.py                             |   7 +-
 netmiko/alcatel/alcatel_sros_ssh.py                |  22 +-
 netmiko/arista/arista_ssh.py                       |  34 +-
 netmiko/aruba/__init__.py                          |   3 +
 netmiko/aruba/aruba_ssh.py                         |  22 +
 netmiko/avaya/avaya_ers_ssh.py                     |  36 +-
 netmiko/avaya/avaya_vsp_ssh.py                     |   4 +-
 netmiko/base_connection.py                         | 639 +++++++++++++--------
 netmiko/brocade/brocade_fastiron_ssh.py            |   4 +-
 netmiko/brocade/brocade_netiron_ssh.py             |   4 +-
 netmiko/brocade/brocade_nos_ssh.py                 |  14 +-
 netmiko/cisco/__init__.py                          |   6 +-
 netmiko/cisco/cisco_asa_ssh.py                     |  42 +-
 netmiko/cisco/cisco_ios.py                         |  22 +
 netmiko/cisco/cisco_ios_ssh.py                     |   5 -
 netmiko/cisco/cisco_nxos_ssh.py                    |  22 +-
 netmiko/cisco/cisco_s300.py                        |  19 +
 netmiko/cisco/cisco_wlc_ssh.py                     |  84 ++-
 netmiko/cisco/cisco_xr_ssh.py                      |  20 +-
 ...{ssh_connection.py => cisco_base_connection.py} |  36 +-
 netmiko/dell/dell_force10_ssh.py                   |  18 +-
 netmiko/enterasys/enterasys_ssh.py                 |   4 +-
 netmiko/extreme/extreme_ssh.py                     |   4 +-
 netmiko/f5/f5_ltm_ssh.py                           |   9 +-
 netmiko/fortinet/fortinet_ssh.py                   |  72 +--
 netmiko/hp/hp_comware_ssh.py                       |  15 +-
 netmiko/hp/hp_procurve_ssh.py                      |  24 +-
 netmiko/huawei/huawei_ssh.py                       |  13 +-
 netmiko/juniper/juniper_ssh.py                     |  33 +-
 netmiko/linux/linux_ssh.py                         |  35 +-
 netmiko/paloalto/paloalto_panos_ssh.py             |  20 +-
 netmiko/quanta/quanta_mesh_ssh.py                  |   6 +-
 netmiko/scp_handler.py                             | 142 +++--
 netmiko/ssh_dispatcher.py                          |  12 +
 netmiko/utilities.py                               |  18 +-
 netmiko/vyos/__init__.py                           |   3 +
 netmiko/vyos/vyos_ssh.py                           |  91 +++
 setup.py                                           |   6 +-
 47 files changed, 1119 insertions(+), 554 deletions(-)
 create mode 100644 netmiko/aruba/__init__.py
 create mode 100644 netmiko/aruba/aruba_ssh.py
 create mode 100644 netmiko/cisco/cisco_ios.py
 delete mode 100644 netmiko/cisco/cisco_ios_ssh.py
 create mode 100644 netmiko/cisco/cisco_s300.py
 rename netmiko/{ssh_connection.py => cisco_base_connection.py} (64%)
 create mode 100644 netmiko/vyos/__init__.py
 create mode 100644 netmiko/vyos/vyos_ssh.py

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



More information about the Python-modules-commits mailing list