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.5.0.tar.gz b/netmiko-4.5.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ebc27289b0a556d560a01502d1bc3b40786cd5b9 Binary files /dev/null and b/netmiko-4.5.0.tar.gz differ diff --git a/python-netmiko.spec b/python-netmiko.spec index 0a6df2145cc6c2a3be68116a8382e4dbe1cff15f..6f9bd4bcb11546715c7d155ae4f8af15f02ba31d 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.5.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/da/3c/a684dadb7d676f53cc00efc87cae50e2dc8542348071f48e34709d3b0da6/netmiko-4.5.0.tar.gz BuildArch: noarch %description %{common_description} @@ -90,6 +90,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Dec 10 2024 wanggang - 4.5.0-1 +- Update version to 4.5.0 +- New Drivers +- Retire PY3.8 Support +- Fixes to support PY3.13 + * Tue Apr 02 2024 wangqiang - 4.3.0-1 - Update package to version 4.3.0