diff --git a/netmiko-2.4.1.tar.gz b/netmiko-2.4.1.tar.gz deleted file mode 100644 index 9a55872..0000000 --- a/netmiko-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3755fc2ffff48d543b2cd8f4f87fea194e1cb6066a9f5f41e6cd61f6014409e -size 87669 diff --git a/netmiko-2.4.2.tar.gz b/netmiko-2.4.2.tar.gz new file mode 100644 index 0000000..2bed2ea --- /dev/null +++ b/netmiko-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b0cb98afb51fd1fb1d04d024d7572a0b5297dfa0bd18405ee36580deea65a1 +size 88802 diff --git a/python-netmiko.changes b/python-netmiko.changes index abe2183..c92e4eb 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 11 11:08:13 UTC 2019 - Tomáš Chvátal + +- 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 diff --git a/python-netmiko.spec b/python-netmiko.spec index fdb1589..5caf545 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -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