[Python-modules-commits] [netmiko] 02/03: record new upstream branch created by importing netmiko_1.1.0.orig.tar.gz and merge it

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 commit to branch master
in repository netmiko.

commit bbfc6fe3801fa9018930d0cda484a101bb7a54a9
Merge: 3f4819f 9a77bd9
Author: Vincent Bernat <bernat at debian.org>
Date:   Wed Oct 26 22:14:53 2016 +0200

    record new upstream branch created by importing netmiko_1.1.0.orig.tar.gz and merge it

 PKG-INFO                                           |   2 +-
 README.md                                          |  48 +-
 VENDOR.md                                          |  15 +-
 debian/.git-dpm                                    |  14 +-
 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 +-
 46 files changed, 1113 insertions(+), 554 deletions(-)

diff --cc debian/.git-dpm
index 86cc737,0000000..ed72781
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- ffb85605be2808f3625b66aa6cbba621df0f7e89
- ffb85605be2808f3625b66aa6cbba621df0f7e89
- ffb85605be2808f3625b66aa6cbba621df0f7e89
- ffb85605be2808f3625b66aa6cbba621df0f7e89
- netmiko_0.5.6.orig.tar.gz
- 9ac8a18d24bd2b7f02f0eb4ead77a4a44346d011
- 26442
++9a77bd948e5ccb537016353f5113f6cc59eb40a7
++9a77bd948e5ccb537016353f5113f6cc59eb40a7
++9a77bd948e5ccb537016353f5113f6cc59eb40a7
++9a77bd948e5ccb537016353f5113f6cc59eb40a7
++netmiko_1.1.0.orig.tar.gz
++870cb8fcff13e47512b5666ab18fc6891483463f
++30238
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

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