15
0

- Update to 2.4.2:

* Fix session_log corruption bug
  * Add support for ProxyJump in SSH config file
  * Add support for Linux prompt terminators via environment variables

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2019-09-11 11:08:56 +00:00
committed by Git OBS Bridge
parent eba80add77
commit 7aafe9cd33
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3755fc2ffff48d543b2cd8f4f87fea194e1cb6066a9f5f41e6cd61f6014409e
size 87669

3
netmiko-2.4.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6b0cb98afb51fd1fb1d04d024d7572a0b5297dfa0bd18405ee36580deea65a1
size 88802

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 11 11:08:13 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.4.2:
* Fix session_log corruption bug
* Add support for ProxyJump in SSH config file
* Add support for Linux prompt terminators via environment variables
-------------------------------------------------------------------
Tue Aug 6 10:30:40 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-netmiko
Version: 2.4.1
Version: 2.4.2
Release: 0
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
License: MIT