This commit is contained in:
QwQ 2022-11-07 13:53:08 +00:00
parent bcb9e984c9
commit 434eab7c7d
3 changed files with 14 additions and 7 deletions

Binary file not shown.

BIN
netmiko-4.1.1.tar.gz Normal file

Binary file not shown.

View File

@ -2,13 +2,12 @@
%global sum Multi-vendor library to simplify Paramiko SSH connections to network devices
Name: python-%{srcname}
Version: 3.4.0
Version: 4.1.1
Release: 1
Summary: %{sum}
License: MIT
URL: https://github.com/ktbyers/netmiko
Source0: https://files.pythonhosted.org/packages/a7/0b/4d9b1a53e749b2f097062dc7331206b5cfa01e6bed1659739b3fa5f13b5c/netmiko-3.4.0.tar.gz
License: MIT and ASL 2.0
URL: https://pypi.org/project/%{srcname}
Source0: https://files.pythonhosted.org/packages/source/n/%{srcname}/%{srcname}-%{version}.tar.gz
BuildArch: noarch
@ -30,6 +29,9 @@ BuildRequires: python3-pyserial
BuildRequires: python3-tenacity
BuildRequires: python3-textfsm
BuildRequires: python3-setuptools
%if 0%{?rhel}
BuildRequires: python3-importlib-resources
%endif
%{?python_provide:%python_provide python3-%{srcname}}
@ -57,13 +59,18 @@ sed -i '/ntc-templates/d' setup.py
%{__python3} -c "from netmiko import ConnectHandler"
%files -n python3-%{srcname}
%{_bindir}/netmiko-cfg
%{_bindir}/netmiko-grep
%{_bindir}/netmiko-show
%license LICENSE
%doc README.md
%{python3_sitelib}/*
%changelog
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> -3.4.0-1
* Mon Nov 7 2022 hkgy <kaguyahatu@outlook.com> - 4.1.1-1
- Upgrade to v4.1.1
* Thu Jun 16 2022 OpenStack_SIG <openstack@openeuler.org> - 3.4.0-1
- Upgrade version for openstack yoga
* Mon Mar 15 2021 zhaorenhai <zhaorenhai@hotmail.com> - 3.3.3-2