From ab1a5db41498de9e1581daed0a1fcb9269732fedf7bf5fc8ccde789edab56e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 16 Feb 2020 12:17:43 +0000 Subject: [PATCH] Accepting request 774570 from home:mnhauke:network:automation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- nornir-2.3.0.tar.gz | 3 --- nornir-2.4.0.tar.gz | 3 +++ python-nornir.changes | 16 ++++++++++++++++ python-nornir.spec | 5 +++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 nornir-2.3.0.tar.gz create mode 100644 nornir-2.4.0.tar.gz diff --git a/nornir-2.3.0.tar.gz b/nornir-2.3.0.tar.gz deleted file mode 100644 index 16035c3..0000000 --- a/nornir-2.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:668a05f5e15d241099a25a6366fa88a81036517046526e4861067cf61132a755 -size 12672551 diff --git a/nornir-2.4.0.tar.gz b/nornir-2.4.0.tar.gz new file mode 100644 index 0000000..5f9e2da --- /dev/null +++ b/nornir-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbf212bbf21091fd1599d507aefbda5365339758a2ce6b674491210ef73eb6d +size 13320202 diff --git a/python-nornir.changes b/python-nornir.changes index 3b2a0c3..ad379ca 100644 --- a/python-nornir.changes +++ b/python-nornir.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Feb 15 15:10:35 UTC 2020 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Mon Oct 14 09:03:24 UTC 2019 - Martin Hauke diff --git a/python-nornir.spec b/python-nornir.spec index ca388e2..92aba7e 100644 --- a/python-nornir.spec +++ b/python-nornir.spec @@ -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 # # 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