15
0

Accepting request 1202920 from home:ecsos:python

- Update to 4.4.0
  * New Drivers
    - Aruba AOS-CX
  * Other Major Changes
    - Add Python 3.13 support
    - Vendor telnetlib internally to Netmiko (PY3.13 dropped inclusion of telnetlib)
  * Other Improvements
    - Add save_config for Huawei VRPv8
    - Expand SSH autodetect support
    - Improvements for Sophos driver
    - Clean up log filter after disconnect
    - Improve IOS-XR exit_config_mode() behavior

OBS-URL: https://build.opensuse.org/request/show/1202920
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=50
This commit is contained in:
2024-09-24 12:59:49 +00:00
committed by Git OBS Bridge
parent 310fbc5d84
commit 0848cefdeb
4 changed files with 43 additions and 17 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Sep 24 11:13:34 UTC 2024 - ecsos <ecsos@opensuse.org>
- Update to 4.4.0
* New Drivers
- Aruba AOS-CX
* Other Major Changes
- Add Python 3.13 support
- Vendor telnetlib internally to Netmiko (PY3.13 dropped inclusion of telnetlib)
* Other Improvements
- Add save_config for Huawei VRPv8
- Expand SSH autodetect support
- Improvements for Sophos driver
- Clean up log filter after disconnect
- Improve IOS-XR exit_config_mode() behavior
-------------------------------------------------------------------
Tue Dec 12 13:37:47 UTC 2023 - Dirk Müller <dmueller@suse.com>