From 87dc6388799fcf3e51d56e80836bafefe066508c825c12d45979a847b04fde5e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 30 Jun 2025 12:56:32 +0000 Subject: [PATCH] Accepting request 1288947 from home:mnhauke:network:automation - Update to version 4.6.0 * Fix to support cisco apic paging. * Update Palo Alto Log Collector Compatibility. * Fix pluribus paging issue. * Improve H3C/Comware check_config_mode. * Reimplement Huawei SmartAX autodetect. * Aruba CX SSH autodetect. * Telnet timeout. * Huawei buffer clear. * Nokia SR Linux: Modify check_config_mode regex. * Add ANSI escape code to strip (graphics mode) on Linux. * Palo Alto Fix commit options policy_and_objects. * Screenos 'accept' fix (attempt #3). * A10 nolicense issue and check_config_mode. * Linux SCP updates to support environment variables. * Support for cntl-y handler in Extreme VSP. * H3c autodetect. * Fix Arista term width exception issue. * Improve telnet_login behavior in cisco_base_connection.py. * Fixing MRV LX config mode issue. * Improve Palo Alto find_prompt behavior. * Do NOT double logout on disconnect if logged in as root on Linux. * Bugfix Mikrotik version > 6.48 = 'export' command incomplete * silverpeak_vxoa added. * add support for force10 'login banner acknowledge enable'. * Added fiberstore_networkos. * LANCOM LCOS SX4 driver. * FastIron: Fix missing non-greedy, fix no enable pwd, improve base_connection. OBS-URL: https://build.opensuse.org/request/show/1288947 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=55 --- netmiko-4.5.0.tar.gz | 3 --- netmiko-4.6.0.tar.gz | 3 +++ python-netmiko.changes | 50 ++++++++++++++++++++++++++++++++++++++++++ python-netmiko.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 netmiko-4.5.0.tar.gz create mode 100644 netmiko-4.6.0.tar.gz diff --git a/netmiko-4.5.0.tar.gz b/netmiko-4.5.0.tar.gz deleted file mode 100644 index dc538d2..0000000 --- a/netmiko-4.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbdfc20b6caaf8e5d7a570bb1b42a26b9a6f8d8234e91f5c65f4dbfe0c0e4f50 -size 159756 diff --git a/netmiko-4.6.0.tar.gz b/netmiko-4.6.0.tar.gz new file mode 100644 index 0000000..ab12926 --- /dev/null +++ b/netmiko-4.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9701bb2c1a15eb2e8074cb2e28ca007c69b9fa52961b83b98c757ead6b80deef +size 169274 diff --git a/python-netmiko.changes b/python-netmiko.changes index 74f16eb..aab4224 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Sat Jun 28 10:31:53 UTC 2025 - Martin Hauke + +- Update to version 4.6.0 + * Fix to support cisco apic paging. + * Update Palo Alto Log Collector Compatibility. + * Fix pluribus paging issue. + * Improve H3C/Comware check_config_mode. + * Reimplement Huawei SmartAX autodetect. + * Aruba CX SSH autodetect. + * Telnet timeout. + * Huawei buffer clear. + * Nokia SR Linux: Modify check_config_mode regex. + * Add ANSI escape code to strip (graphics mode) on Linux. + * Palo Alto Fix commit options policy_and_objects. + * Screenos 'accept' fix (attempt #3). + * A10 nolicense issue and check_config_mode. + * Linux SCP updates to support environment variables. + * Support for cntl-y handler in Extreme VSP. + * H3c autodetect. + * Fix Arista term width exception issue. + * Improve telnet_login behavior in cisco_base_connection.py. + * Fixing MRV LX config mode issue. + * Improve Palo Alto find_prompt behavior. + * Do NOT double logout on disconnect if logged in as root + on Linux. + * Bugfix Mikrotik version > 6.48 = 'export' command incomplete + * silverpeak_vxoa added. + * add support for force10 'login banner acknowledge enable'. + * Added fiberstore_networkos. + * LANCOM LCOS SX4 driver. + * FastIron: Fix missing non-greedy, fix no enable pwd, improve + base_connection. + * Fixing base_connection.py pattern to be a non-capture group. + * Asterfusion driver updates. + * Added telcosystems_binos. + * Fix set_base_prompt behavior in NEC-IX. + * Patterns for DellOS10, OS9, Extreme and PowerConnect terminal + improvement. + * Speeding up Enable and Config in huawei smartax. + * Fix space available. + * Adding MMI mode for Huawei SmartAX. + New Drivers / Platforms + * genexis_solt33_telnet support. + * Optilink eolt telnet support. + * Add driver for Bintec/Funkwerk BOSS. + * Dell SCP Sonic. + * Ciena Waveserver Driver. + * Corelight Linux. + ------------------------------------------------------------------- Fri Feb 7 13:04:41 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-netmiko.spec b/python-netmiko.spec index 5ce6aff..197196c 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-netmiko -Version: 4.5.0 +Version: 4.6.0 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT