forked from pool/python-netmiko
- Fix cffi version specifier, we are shipping a recent enough version.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netmiko?expand=0&rev=51
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 05:35:01 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Fix cffi version specifier, we are shipping a recent enough version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 11:13:34 UTC 2024 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ Version: 4.4.0
|
||||
Release: 0
|
||||
Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/ktbyers/netmiko
|
||||
Source: https://files.pythonhosted.org/packages/source/n/netmiko/netmiko-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
@@ -33,7 +32,7 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyYAML >= 5.3
|
||||
Requires: python-cffi >= 1.17.0rc1
|
||||
Requires: python-cffi >= 1.17.0
|
||||
Requires: python-ntc-templates >= 3.1.0
|
||||
Requires: python-paramiko >= 2.9.5
|
||||
Requires: python-pyserial >= 3.3
|
||||
@@ -42,7 +41,7 @@ Requires: python-setuptools
|
||||
Requires: python-tenacity
|
||||
Requires: python-textfsm >= 1.1.3
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML >= 5.3}
|
||||
@@ -103,6 +102,6 @@ popd
|
||||
%python_alternative %{_bindir}/netmiko-grep
|
||||
%python_alternative %{_bindir}/netmiko-show
|
||||
%{python_sitelib}/netmiko
|
||||
%{python_sitelib}/netmiko-%{version}*-info
|
||||
%{python_sitelib}/netmiko-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user