| |
@@ -2,8 +2,8 @@
|
| |
%global sum Multi-vendor library to simplify Paramiko SSH connections to network devices
|
| |
|
| |
Name: python-%{srcname}
|
| |
- Version: 3.3.0
|
| |
- Release: 2%{?dist}
|
| |
+ Version: 3.3.3
|
| |
+ Release: 1%{?dist}
|
| |
Summary: %{sum}
|
| |
|
| |
License: MIT and ASL 2.0
|
| |
@@ -18,16 +18,21 @@
|
| |
%package -n python3-%{srcname}
|
| |
Summary: %{sum}
|
| |
BuildRequires: python3-devel
|
| |
- Requires: python3-paramiko >= 2.4.3
|
| |
+ Requires: python3-paramiko >= 2.6.0
|
| |
Requires: python3-scp >= 0.13.2
|
| |
Requires: python3-pyserial
|
| |
+ Requires: python3-tenacity
|
| |
Requires: python3-textfsm
|
| |
# For import test, keep the same as requirements
|
| |
BuildRequires: python3-paramiko
|
| |
BuildRequires: python3-scp
|
| |
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}}
|
| |
|
| |
@@ -58,6 +63,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Tue Feb 09 2021 Joel Capitao <jcapitao@redhat.com> - 3.3.3-1
|
| |
+ - Update to 3.3.3 (#1791581)
|
| |
+
|
| |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
| |
|
| |