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