14
0
forked from pool/python-nornir

Accepting request 1112883 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1112883
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nornir?expand=0&rev=5
This commit is contained in:
2023-09-22 19:49:34 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef2c876dbc4307e37773873ade09e30ad13ea6916cb7305915750c64f9aac6bf
size 13246681

3
nornir-3.4.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7045779831354a94c98e88fda50eec0a3988dd192b6d4ba121ac46dbff4eaf1
size 13415312

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Sep 21 14:25:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.4.0
* Added plugins architecture image to plugins docs.
* Fix wrongly return True when a comparison returns
NotImplemented.
* Log number of hosts to run on correctly.
-------------------------------------------------------------------
Tue Jul 5 07:46:50 UTC 2022 - Daniel García Moreno <dani@danigm.net>

View File

@@ -1,8 +1,8 @@
#
# spec file for package python-nornir
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2019-2023, 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
@@ -17,10 +17,8 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nornir
Version: 3.3.0
Version: 3.4.0
Release: 0
Summary: Network automation framework written in Python
License: Apache-2.0
@@ -32,12 +30,12 @@ BuildRequires: %{python_module poetry}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-mypy_extensions >= 0.4.1
Requires: python-importlib-metadata
Requires: python-ruamel.yaml >= 0.17
Requires: python-typing_extensions >= 4.1
# SECTION test requirements
BuildRequires: %{python_module decorator}
BuildRequires: %{python_module mypy_extensions >= 0.4.1}
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}
@@ -73,6 +71,6 @@ plugins if you aren't happy with the ones we ship.
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/*
%{python_sitelib}/nornir*
%changelog