Hello community, here is the log from the commit of package python-napalm for openSUSE:Factory checked in at 2020-03-31 17:14:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-napalm (Old) and /work/SRC/openSUSE:Factory/.python-napalm.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-napalm" Tue Mar 31 17:14:04 2020 rev:2 rq:789772 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-napalm/python-napalm.changes 2019-10-28 16:59:12.877674819 +0100 +++ /work/SRC/openSUSE:Factory/.python-napalm.new.3160/python-napalm.changes 2020-03-31 17:14:15.375589914 +0200 @@ -1,0 +2,32 @@ +Mon Mar 30 11:49:54 UTC 2020 - [email protected] + +- version update to 2.5.0 + * This is the last release supporting Python 2. Going forward, we will only support Python 3.6+ + * namespace fix for napalm cli (#950) + * [EOS] Fix broken get_bgp_neighbors when 6PE configured on eos (#945) + * [NXOS] If parent_table in nxos is None call exception (#939) + * [Junos] Remove extensive argument from junos_iface_table (#929) + * MTU support for get_interfaces (#940) + * [EOS] When asPathType is Internal (IBGP), as_path is empty and the remote-as is the local_as (#1064) + * [IOS] support n9k ipv6 ints for interfaces_ip getter (#969) + * [IOS] support catalyst vss for mac_address getter (#968) + * [IOS] Raise exception if BGP neighbor info requested and BGP not running (#970) + * [NXOS] Implement nxos_ssh get_environment (#973) + * Better handling of connection closing upon exceptions in enter (#994) + * [NXOS] address single and multiple v6 address on n9k (#997) + * [NXOS] Fix nxos and nxos_ssh hostname change handling (#999) + * added option to run show run all (#1029) + * [Junos] add optional arg for DB config selection (#1035) + * [Junos] Fixed "Wrong interface information for Junos virtual-switch w/ bridge domains using get_network_instances" (#1032) + * [EOS] Implemented lock_disable for EOS based on Junos. (#1042) + * [NXOS] Work around NXAPI double quoting (#1048) + * [NXOS] napalm.nxos.traceroute - VRF traces and handle AS in hops (#989) + * [IOS] Fix extra line in show ip int brief on IOS (#986) + * [NXOS] Expand nxos commit merge rollback error (#860) + * [IOS] add support for VRF for get_arp_table func (#937) + * [IOS] get_bgp_neighbors vrf and safi aware (#768) + * [IOS] Check if temperature sensor on Cisco device is not supported (#1055) + * [IOS] Fixes get_environment memory collection on ios-xe devices (#1053) + * [IOS] get_route_to implementation for IOS (#750) + +------------------------------------------------------------------- Old: ---- napalm-2.4.0.tar.gz New: ---- napalm-2.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-napalm.spec ++++++ --- /var/tmp/diff_new_pack.CUC2Wt/_old 2020-03-31 17:14:16.103590376 +0200 +++ /var/tmp/diff_new_pack.CUC2Wt/_new 2020-03-31 17:14:16.107590379 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-napalm # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +# nothing provides python2-netmiko +%define skip_python2 1 Name: python-napalm -Version: 2.4.0 +Version: 2.5.0 Release: 0 Summary: Network Automation and Programmability Abstraction Layer License: Apache-2.0 @@ -31,10 +33,11 @@ Requires: python-Jinja2 Requires: python-PyYAML Requires: python-cffi >= 1.11.3 +Requires: python-ciscoconfparse Requires: python-future -Requires: python-junos-eznc >= 2.2.0 +Requires: python-junos-eznc >= 2.2.1 Requires: python-netaddr -Requires: python-netmiko >= 2.3.0 +Requires: python-netmiko >= 2.4.2 Requires: python-nxapi-plumbing >= 0.5.2 Requires: python-paramiko >= 2.4.2 Requires: python-pyIOSXR >= 0.53 @@ -47,12 +50,13 @@ BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module cffi >= 1.11.3} +BuildRequires: %{python_module ciscoconfparse} BuildRequires: %{python_module ddt} BuildRequires: %{python_module future} -BuildRequires: %{python_module junos-eznc >= 2.2.0} +BuildRequires: %{python_module junos-eznc >= 2.2.1} BuildRequires: %{python_module mock} BuildRequires: %{python_module netaddr} -BuildRequires: %{python_module netmiko >= 2.3.0} +BuildRequires: %{python_module netmiko >= 2.4.2} BuildRequires: %{python_module nxapi-plumbing >= 0.5.2} BuildRequires: %{python_module paramiko >= 2.4.2} BuildRequires: %{python_module pyIOSXR >= 0.53} ++++++ napalm-2.4.0.tar.gz -> napalm-2.5.0.tar.gz ++++++ ++++ 34786 lines of diff (skipped)
