15
0
forked from pool/python-napalm

Accepting request 1105435 from home:crameleon:branches:devel:languages:python

- Update to 4.1.0
- add napalm-gh-pr1796-xmlgetparent.patch to resolve an exception while reading XML output from Junos

OBS-URL: https://build.opensuse.org/request/show/1105435
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=30
This commit is contained in:
2023-08-23 11:04:54 +00:00
committed by Git OBS Bridge
parent 60cb61e02f
commit fee23c377c
5 changed files with 58 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 23 08:11:59 UTC 2023 - Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
- Update to 4.1.0
Improvements
============
Improve get_bgp_config behavior across platforms.
EOS and Salt add optional_arg force_cfg_session_invalid that allows the config session to be invalidated on failure.
Improve EOS VRF parsing
Bug and doc fixes
=================
Minor doc fixes
CI-CD fixes
Properly close Netmiko SSH connections for EOS-SSH
Improve EOS get_bgp_neighbors()
Increase default commit_config timeout on IOS/IOS-XE
NX-OS pull full configuration for merge operation diff
Improve NX-OS SSH Netmiko behavior (for Netmiko V4)
- Add pending upstream patch to resolve an exception while reading XML output from Junos
napalm-gh-pr1796-xmlgetparent.patch: https://github.com/napalm-automation/napalm/pull/1796
-------------------------------------------------------------------
Mon Jan 2 12:53:17 UTC 2023 - Markéta Machová <mmachova@suse.com>