From 3e1c5e9f2a12dc554112035dbf3df5ec0a74273bbf52d39c9e16534c8920bcbf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 Oct 2022 17:51:25 +0000 Subject: [PATCH] - update to 3.1.0: * New template: cisco_ios_show_ip_eigrp_interfaces_detail.textfsm * New template: cisco_ios_show_snmp_group.textfsm * New templates & updates: Updated support for Arista EOS devices * New template: cisco_xr_show_ipv4_interface.textfsm * New templates: Add multiple zyxel templates * Bug fix: Change huawei_vrf shortest command * Bug fix: Path separator error on windows * New templates: Adding multiple mikrotik routeros templates * New template: aruba_os_show_ap_database_long.textfsm * New template: aruba_os_show_ap_radio-database.textfsm * Bug fix: EOS 4.28.XF updated output of codes in `show ip route` * New template: juniper_junos_show_vlans.textfsm * Bug fix: cisco_ios show ip bgp neighbors advertised-routes output where metric is wider than 6 chars * Bug fix: cisco_ios show ip bgp output where metric is wider than 6 chars * Bug fix: cisco_nxos_show_int_breief do not match mgmt and vlan * Bug fix: cisco_ios_show_module updated output for c9200 * Changed: add vlan_id to cisco_ios_show_interfaces * Bug fix: fix not advertised vlan in cisco_nxos_show_lldp_neighbors_detail * Added: Additional fields for cisco_ios_show_ip_access-lists.textfsm * Bug fix: Multiple line parsing using lists with textfsm extracting wrong details * Bug fix: Cisco IOS show boot missing parameter * New template: arista_eos_show_processes_top_once.textfsm * Bug fix: Adding a record without the vlan field for very old HP Procurve switches * New template: cisco_xr_show_install_active.textfsm * Changed: Clarifies docs about length order * New template: ubiquiti_edgerouter_show_dhcp_leases.textfsm * Bug fix: hanges the CRLF to LF to pass tests * Changed: Additional fields for cisco_nxos_show_ip_route.textfsm OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ntc-templates?expand=0&rev=11 --- python-ntc-templates.changes | 63 ++++++++++++++++++++++++++++++++++++ python-ntc-templates.spec | 4 +-- v3.0.0.tar.gz | 3 -- v3.1.0.tar.gz | 3 ++ 4 files changed, 68 insertions(+), 5 deletions(-) delete mode 100644 v3.0.0.tar.gz create mode 100644 v3.1.0.tar.gz diff --git a/python-ntc-templates.changes b/python-ntc-templates.changes index 3113d98..cd3dbc5 100644 --- a/python-ntc-templates.changes +++ b/python-ntc-templates.changes @@ -1,3 +1,66 @@ +------------------------------------------------------------------- +Sat Oct 1 17:48:54 UTC 2022 - Dirk Müller + +- update to 3.1.0: + * New template: cisco_ios_show_ip_eigrp_interfaces_detail.textfsm + * New template: cisco_ios_show_snmp_group.textfsm + * New templates & updates: Updated support for Arista EOS devices + * New template: cisco_xr_show_ipv4_interface.textfsm + * New templates: Add multiple zyxel templates + * Bug fix: Change huawei_vrf shortest command + * Bug fix: Path separator error on windows + * New templates: Adding multiple mikrotik routeros templates + * New template: aruba_os_show_ap_database_long.textfsm + * New template: aruba_os_show_ap_radio-database.textfsm + * Bug fix: EOS 4.28.XF updated output of codes in `show ip route` + * New template: juniper_junos_show_vlans.textfsm + * Bug fix: cisco_ios show ip bgp neighbors advertised-routes output where + metric is wider than 6 chars + * Bug fix: cisco_ios show ip bgp output where metric is wider than 6 chars + * Bug fix: cisco_nxos_show_int_breief do not match mgmt and vlan + * Bug fix: cisco_ios_show_module updated output for c9200 + * Changed: add vlan_id to cisco_ios_show_interfaces + * Bug fix: fix not advertised vlan in cisco_nxos_show_lldp_neighbors_detail + * Added: Additional fields for cisco_ios_show_ip_access-lists.textfsm + * Bug fix: Multiple line parsing using lists with textfsm extracting wrong details + * Bug fix: Cisco IOS show boot missing parameter + * New template: arista_eos_show_processes_top_once.textfsm + * Bug fix: Adding a record without the vlan field for very old HP Procurve switches + * New template: cisco_xr_show_install_active.textfsm + * Changed: Clarifies docs about length order + * New template: ubiquiti_edgerouter_show_dhcp_leases.textfsm + * Bug fix: hanges the CRLF to LF to pass tests + * Changed: Additional fields for cisco_nxos_show_ip_route.textfsm + * Changed: Additional fields for cisco_nxos_show_ip_interface.textfsm + * Changed: Additional fields for cisco_ios_show_standby.textfsm + * Changed: Additional fields for cisco_ios_show_module_status.textfsm + * Changed: Additional fields for cisco_ios_show_ip_interface.textfsm + * Changed: Additional fields for cisco_ios_show_interfaces_switchport.textfsm + * Changed: Additional fields for cisco_ios_show_etherchannel_summary.textfsm + * Changed: Additional fields for cisco_ios_show_lldp_neighbors_detail.textfsm + * Changed: Additional fields for cisco_asa_show_interface.textfsm + * Bug fix: show platform diag does not return the rommon version of the line cards + * New template: zyxel_os_cfg_nat_get.textfsm + * New template: zyxel_os_cfg_ipalias_get.textfsm + * New template: ubiquiti_edgerouter_show_version.textfsm + * New template: ubiquiti_edgerouter_show_interfaces_ethernet_physical.textfsm + * New template: ubiquiti_edgerouter_show_arp.textfsm + * Bug fix: aruba_os_show_ap_database model parsing error + * Bug fix: cisco_nxos_show_ip_interface parsing error + * Bug fix: Update choices for Protocol to include 'notpresent' option on + arista_eos_show_interfaces_description + * New template: aruba_os_show_ap_database.textfsm + * Bug fix: cisco_nxos_show_cdp_neighbors_detail update for supporting multiple versions + * Changed: Updated show boot template to include new formatting for Cisco IOS + Gibraltar output + * Bug fix: cisco_nxos_show_ip_bgp.textfsm not parsing correctly + * Added: FTD output example from Cisco support site + * New template: cisco_ios_show_ip_nat_translations.textfsm + * Bug fix: cisco_ios_show_interfaces_status.textfsm State Error + * Bug fix: IOS show mac address Type3 and Type4. Additional test files + * New template: cisco_asa_show_cpu_usage_detailed.textfsm + * Bug fix: cisco_ios_show_ip_eigrp_topology not parsing correctly + ------------------------------------------------------------------- Wed Nov 3 19:58:51 UTC 2021 - Martin Hauke diff --git a/python-ntc-templates.spec b/python-ntc-templates.spec index 58e4e8e..7b175de 100644 --- a/python-ntc-templates.spec +++ b/python-ntc-templates.spec @@ -1,7 +1,7 @@ # # spec file for package python-ntc-templates # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ntc-templates -Version: 3.0.0 +Version: 3.1.0 Release: 0 Summary: Package to return structured data from the output of network devices License: Apache-2.0 diff --git a/v3.0.0.tar.gz b/v3.0.0.tar.gz deleted file mode 100644 index b0a197a..0000000 --- a/v3.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5f1148926b1b7a5929ac4896dfa6712bef840d2fb33710fbe6fe505c9f34a6f -size 752785 diff --git a/v3.1.0.tar.gz b/v3.1.0.tar.gz new file mode 100644 index 0000000..2a5ffb5 --- /dev/null +++ b/v3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aafd7dda5a74ccd85ce49868d9a9902e6553fd4944d01b24ecaf76d81a453e +size 802415