diff --git a/nornir-3.4.1.tar.gz b/nornir-3.4.1.tar.gz deleted file mode 100644 index f4968d7..0000000 --- a/nornir-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f30c41a6700835782c729c72f099496460e069b7bce86b49f60ba06d7baefb9 -size 13415091 diff --git a/nornir-3.5.0.tar.gz b/nornir-3.5.0.tar.gz new file mode 100644 index 0000000..4e74a15 --- /dev/null +++ b/nornir-3.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5018d8a2b95752e3a42bc7efd4d36fb812787b22782c2c99e494eafa892ed36d +size 13425846 diff --git a/python-nornir.changes b/python-nornir.changes index 67b6a2d..77b6c4d 100644 --- a/python-nornir.changes +++ b/python-nornir.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 2 11:55:08 UTC 2025 - Martin Hauke + +- Update to version 3.5.0 + * https://github.com/nornir-automation/nornir/releases/tag/v3.5.0 + ------------------------------------------------------------------- Mon Sep 25 09:12:40 UTC 2023 - Martin Hauke diff --git a/python-nornir.spec b/python-nornir.spec index a599de8..897664c 100644 --- a/python-nornir.spec +++ b/python-nornir.spec @@ -1,8 +1,8 @@ # # spec file for package python-nornir # -# Copyright (c) 2023 SUSE LLC -# Copyright (c) 2019-2023, Martin Hauke +# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2019-2025, Martin Hauke # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: python-nornir -Version: 3.4.1 +Version: 3.5.0 Release: 0 Summary: Network automation framework written in Python License: Apache-2.0 @@ -27,20 +27,12 @@ URL: https://github.com/nornir-automation/nornir Source: https://github.com/nornir-automation/nornir/archive/v%{version}.tar.gz#/nornir-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry} -BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-importlib-metadata -Requires: python-mypy_extensions Requires: python-ruamel.yaml >= 0.17 # SECTION test requirements -BuildRequires: %{python_module decorator} -BuildRequires: %{python_module importlib-metadata} -BuildRequires: %{python_module mypy_extensions} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module requests-mock} BuildRequires: %{python_module ruamel.yaml >= 0.17} -BuildRequires: %{python_module typing_extensions >= 4.1} # /SECTION BuildArch: noarch %python_subpackages