diff --git a/napalm-2.4.0.tar.gz b/napalm-2.4.0.tar.gz deleted file mode 100644 index 6e6d3c8..0000000 --- a/napalm-2.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:323f72285057c0469d31a8b3fb43d05f3b0953b7dde8e52a05f8fcc057efac53 -size 1045459 diff --git a/napalm-2.5.0.tar.gz b/napalm-2.5.0.tar.gz new file mode 100644 index 0000000..df420e0 --- /dev/null +++ b/napalm-2.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c30254303f0d908f64902d89ea73673a922d3a27f94c2af674264a1b5a230249 +size 1104384 diff --git a/python-napalm.changes b/python-napalm.changes index 516f77a..9183e79 100644 --- a/python-napalm.changes +++ b/python-napalm.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Oct 10 21:13:28 UTC 2019 - Martin Hauke + +- Update to version 2.5.0 + * namespace fix for napalm cli + * [EOS] Fix broken get_bgp_neighbors when 6PE configured on eos + * [NXOS] If parent_table in nxos is None call exception + * [Junos] Remove extensive argument from junos_iface_table + * MTU support for get_interfaces + * [EOS] When asPathType is Internal (IBGP), as_path is empty and + the remote-as is the local_as + * [IOS] support n9k ipv6 ints for interfaces_ip getter + * [IOS] support catalyst vss for mac_address getter + * [IOS] Raise exception if BGP neighbor info requested and BGP + not running + * [NXOS] Implement nxos_ssh get_environment + * Better handling of connection closing upon exceptions in enter + * [NXOS] address single and multiple v6 address on n9k + * [NXOS] Fix nxos and nxos_ssh hostname change handling + * [Junos] add optional arg for DB config selection + * [Junos] Fixed "Wrong interface information for Junos virtual-switch + w/ bridge domains using get_network_instances" + * [EOS] Implemented lock_disable for EOS based on Junos. + * [NXOS] Work around NXAPI double quoting + * [NXOS] napalm.nxos.traceroute - VRF traces and handle AS in hops + * [IOS] Fix extra line in show ip int brief on IOS + * [NXOS] Expand nxos commit merge rollback error + * [IOS] add support for VRF for get_arp_table func + * [IOS] get_bgp_neighbors vrf and safi aware + * [IOS] Check if temperature sensor on Cisco device is not supported + * [IOS] Fixes get_environment memory collection on ios-xe devices + * [IOS] get_route_to implementation for IOS + ------------------------------------------------------------------- Mon Oct 7 18:55:30 UTC 2019 - Martin Hauke diff --git a/python-napalm.spec b/python-napalm.spec index f9da9ac..811026d 100644 --- a/python-napalm.spec +++ b/python-napalm.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} 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,6 +31,7 @@ BuildRequires: python-rpm-macros 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-netaddr @@ -47,6 +48,7 @@ BuildArch: noarch 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}