diff --git a/.gitignore b/.gitignore index 587492e..d9dad72 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /netmiko-3.0.0.tar.gz /netmiko-3.2.0.tar.gz /netmiko-3.3.0.tar.gz +/netmiko-3.3.3.tar.gz diff --git a/python-netmiko.spec b/python-netmiko.spec index 48f6bd7..5db17ea 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -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 @@ BuildArch: noarch %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 @@ BuildRequires: python3-setuptools %changelog +* Tue Feb 09 2021 Joel Capitao - 3.3.3-1 +- Update to 3.3.3 (#1791581) + * Wed Jan 27 2021 Fedora Release Engineering - 3.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 0a4e27a..bccfc24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (netmiko-3.3.0.tar.gz) = 6319ba02b77dc600dc3a8c989dfaae676c11212e538f6f1372c86d03e31ec3322d446dfca1dcf642c034c5cf9a778e525d6b8a871ff5d83fc01902de09c98dd2 +SHA512 (netmiko-3.3.3.tar.gz) = 422986410f98409195897e2ec8fc6376a8bba765a6728911f6933b904c7a4e3ba0094b48584cc50f4251ae479dd1c3304b7cfbdbb1f1bd57093c61b8f1c96772