14
0
forked from pool/python-nornir

Accepting request 774570 from home:mnhauke:network:automation

- Update o version 2.4.0
  * Netconf connection plugin does not respect ssh config
  * Added napalm_ping.py plugin
  * Replace multiprocessing.dummy with concurrent.futures
  * Ansible Inventory - NornirNoValidInventoryError Exception
  * Minor Typing updates to appease mypy
  * Update to support Netmiko 3.x.x
  * Add netconf plugins
  * Fix KeyError when setting a “False” val in defaults
  * Add Netbox inventory plugin to documentation
  * Add netconf_capabilities plugin
  * Fix netbox unnamed devices

OBS-URL: https://build.opensuse.org/request/show/774570
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nornir?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-02-16 12:17:43 +00:00
committed by Git OBS Bridge
parent 90e63dd87f
commit ab1a5db414
4 changed files with 22 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-nornir
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nornir
Version: 2.3.0
Version: 2.4.0
Release: 0
Summary: Network automation framework written in Python
License: Apache-2.0
@@ -53,6 +53,7 @@ BuildRequires: %{python_module pydantic >= 0.18.2}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests-mock}
BuildRequires: %{python_module ruamel.yaml >= 0.15.85}
BuildRequires: %{python_module typing_extensions >= 3.7}
# /SECTION
BuildArch: noarch
%python_subpackages