diff --git a/.gitignore b/.gitignore index de8a8cc..2c2e278 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /netmiko-2.1.0.tar.gz /netmiko-2.1.1.tar.gz /netmiko-2.2.2.tar.gz +/netmiko-2.3.0.tar.gz diff --git a/python-netmiko.spec b/python-netmiko.spec index f9db996..08811a2 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -10,8 +10,8 @@ %global sum Multi-vendor library to simplify Paramiko SSH connections to network devices Name: python-%{srcname} -Version: 2.2.2 -Release: 3%{?dist} +Version: 2.3.0 +Release: 1%{?dist} Summary: %{sum} License: MIT and ASL 2.0 @@ -28,7 +28,7 @@ BuildArch: noarch %package -n python2-%{srcname} Summary: %{sum} BuildRequires: python2-devel -Requires: python2-paramiko >= 2.0.0 +Requires: python2-paramiko >= 2.4.1 Requires: python2-scp >= 0.10.0 Requires: PyYAML Requires: python2-pyserial @@ -39,6 +39,7 @@ BuildRequires: python2-scp BuildRequires: PyYAML BuildRequires: python2-pyserial BuildRequires: python2-textfsm +BuildRequires: python2-setuptools %{?python_provide:%python_provide python2-%{srcname}} @@ -53,7 +54,7 @@ BuildRequires: python2-textfsm %package -n python3-%{srcname} Summary: %{sum} BuildRequires: python3-devel -Requires: python3-paramiko >= 2.0.0 +Requires: python3-paramiko >= 2.4.1 Requires: python3-scp >= 0.10.0 Requires: python3-PyYAML Requires: python3-pyserial @@ -64,6 +65,7 @@ BuildRequires: python3-scp BuildRequires: python3-PyYAML BuildRequires: python3-pyserial BuildRequires: python3-textfsm +BuildRequires: python3-setuptools %{?python_provide:%python_provide python3-%{srcname}} @@ -129,6 +131,9 @@ BuildRequires: python3-textfsm %changelog +* Mon Feb 11 2019 Yatin Karel - 2.3.0-1 +- Update to 2.3.0 + * Sat Feb 02 2019 Fedora Release Engineering - 2.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index fc5a7ee..c526133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (netmiko-2.2.2.tar.gz) = 727d6f2b37d562c0a4f2afb1742e81e4e9a5918f08252fd8efed3c19c24da3c8bbbfa273db6bff1c2ab1d5ffb4e1ce8af70f251315e5eecf255f0c5a529b9f52 +SHA512 (netmiko-2.3.0.tar.gz) = 33a35b451e57ac3460fa5314dd815f0c31c301b249bdf824e06159068f40181f342ceb9c8aed8098863c3cbb62eda87aef61c6f322405f6a7404626bdb36f4a3