diff --git a/netmiko-4.3.0.tar.gz b/netmiko-4.3.0.tar.gz deleted file mode 100644 index af58d0a2fe46e7765f0b8c7ebb3d7ff183e5a192..0000000000000000000000000000000000000000 Binary files a/netmiko-4.3.0.tar.gz and /dev/null differ diff --git a/netmiko-4.6.0.tar.gz b/netmiko-4.6.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5a891f8d30c73e5ac69687bfb4d7f7e06cbb52d9 Binary files /dev/null and b/netmiko-4.6.0.tar.gz differ diff --git a/python-netmiko.spec b/python-netmiko.spec index 0a6df2145cc6c2a3be68116a8382e4dbe1cff15f..9ffbcf27d42bd6acbcdd0b7f8524ea221f8c6c72 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -3,12 +3,12 @@ Multi-vendor library to simplify Paramiko SSH connections to network devices Name: python-netmiko -Version: 4.3.0 +Version: 4.6.0 Release: 1 Summary: Multi-vendor library to simplify legacy CLI connections to network devices License: MIT URL: https://github.com/ktbyers/netmiko -Source0: https://files.pythonhosted.org/packages/46/c5/fbc99404d15ec3c447fbb5a2e4a44eabee0ec9991a7246d8d80480766e82/netmiko-4.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/df/0a/4d557ffd4070a47f87c3e07abd28f9fcbdbf799f2a62940168236b4a8d31/netmiko-4.6.0.tar.gz BuildArch: noarch %description %{common_description} @@ -49,10 +49,10 @@ Provides: python3-netmiko-doc %autosetup -n netmiko-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -90,6 +90,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 04 2025 guochao - 4.6.0-1 +- Update package to version 4.6.0 + * Tue Apr 02 2024 wangqiang - 4.3.0-1 - Update package to version 4.3.0