!12 Upgrade to v4.1.1
From: @hkgy Reviewed-by: @xiyuanwang Signed-off-by: @xiyuanwang
This commit is contained in:
commit
0aea1985f4
Binary file not shown.
BIN
netmiko-4.1.1.tar.gz
Normal file
BIN
netmiko-4.1.1.tar.gz
Normal file
Binary file not shown.
@ -2,13 +2,12 @@
|
|||||||
%global sum Multi-vendor library to simplify Paramiko SSH connections to network devices
|
%global sum Multi-vendor library to simplify Paramiko SSH connections to network devices
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 3.4.0
|
Version: 4.1.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
License: MIT and ASL 2.0
|
||||||
License: MIT
|
URL: https://pypi.org/project/%{srcname}
|
||||||
URL: https://github.com/ktbyers/netmiko
|
Source0: https://files.pythonhosted.org/packages/source/n/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||||
Source0: https://files.pythonhosted.org/packages/a7/0b/4d9b1a53e749b2f097062dc7331206b5cfa01e6bed1659739b3fa5f13b5c/netmiko-3.4.0.tar.gz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -30,6 +29,9 @@ BuildRequires: python3-pyserial
|
|||||||
BuildRequires: python3-tenacity
|
BuildRequires: python3-tenacity
|
||||||
BuildRequires: python3-textfsm
|
BuildRequires: python3-textfsm
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
%if 0%{?rhel}
|
||||||
|
BuildRequires: python3-importlib-resources
|
||||||
|
%endif
|
||||||
|
|
||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
|
|
||||||
@ -57,13 +59,18 @@ sed -i '/ntc-templates/d' setup.py
|
|||||||
%{__python3} -c "from netmiko import ConnectHandler"
|
%{__python3} -c "from netmiko import ConnectHandler"
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
|
%{_bindir}/netmiko-cfg
|
||||||
|
%{_bindir}/netmiko-grep
|
||||||
|
%{_bindir}/netmiko-show
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
- Upgrade version for openstack yoga
|
||||||
|
|
||||||
* Mon Mar 15 2021 zhaorenhai <zhaorenhai@hotmail.com> - 3.3.3-2
|
* Mon Mar 15 2021 zhaorenhai <zhaorenhai@hotmail.com> - 3.3.3-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user