Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b954dc1c8c | |||
| 91312585e2 | |||
| d8b9000a6f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f30c41a6700835782c729c72f099496460e069b7bce86b49f60ba06d7baefb9
|
||||
size 13415091
|
||||
3
nornir-3.5.0.tar.gz
Normal file
3
nornir-3.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5018d8a2b95752e3a42bc7efd4d36fb812787b22782c2c99e494eafa892ed36d
|
||||
size 13425846
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 11:55:08 UTC 2025 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- 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 <mardnh@gmx.de>
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package python-nornir
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2019-2023, Martin Hauke <mardnh@gmx.de>
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2019-2025, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user