diff --git a/netmiko-4.0.0.tar.gz b/netmiko-4.0.0.tar.gz deleted file mode 100644 index d4b5e4c..0000000 --- a/netmiko-4.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d58419223b5269a8c205977db19704a378277b68e6e87173c0af4ebd7ca7667 -size 382115 diff --git a/netmiko-4.1.0.tar.gz b/netmiko-4.1.0.tar.gz new file mode 100644 index 0000000..257777a --- /dev/null +++ b/netmiko-4.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570519747afcd96b04a6b07bae4e5deb6030682c739e07ed0e08de0595b83964 +size 353071 diff --git a/python-netmiko.changes b/python-netmiko.changes index 03bad15..806d0d7 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Wed Apr 27 19:45:50 UTC 2022 - Martin Hauke + +- Update to vedrsion 4.1.0 + Performance Improvements + * Improve performance in Junos config_mode() and + check_config_mode() methods. + * Improve performance on disconnect() method. + * Improve slow NX-OS disconnect() + * Improve slow Junos disconnect() + Bug Fixes and other Improvements + * Update VyOS save_config() + * Fix read_timeout being excessively long in case where + check_config() fails + * Fix Huawei regular expression issue + * Fix Huawei login issue + * Improve Juniper enter_cli_mode() + * Fix issue with Nokia SROS MD-CLI having square bracket data + being removed + * Fix issue with 'write memory' on ubiquity edge switches + * Fix extreme exos read-only account issue + * Add Cisco WLC _send_command_w_yes() method + * Fix Cisco IOS, IOS-XE, and IOS-XR abbreviating prompt in + config mode + * Fix Aruba controller paging issue + * Fix fortigate autodetect + * Fixing HP Procurve session_preparation issue on repeated + connection + Python Version Support + * Remove PY3.6 Support + * Add PY3.10 Support + ------------------------------------------------------------------- Wed Mar 30 09:27:17 UTC 2022 - Martin Hauke diff --git a/python-netmiko.spec b/python-netmiko.spec index 5859d3b..8fdaebe 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-netmiko -Version: 4.0.0 +Version: 4.1.0 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT