diff --git a/netmiko-4.2.0.tar.gz b/netmiko-4.2.0.tar.gz deleted file mode 100644 index 3449ba4..0000000 --- a/netmiko-4.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7adde6fe3ea63336228f49a863650c2d83fb0e680e0f0d158b5b0fb04c4100e1 -size 137352 diff --git a/netmiko-4.3.0.tar.gz b/netmiko-4.3.0.tar.gz new file mode 100644 index 0000000..b39a107 --- /dev/null +++ b/netmiko-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da90f6efdf33b4140eb6cd7f2272773c2ce144fa74ac34d5ecac1b4d4607f1fb +size 141701 diff --git a/python-netmiko.changes b/python-netmiko.changes index 82cfbe5..cfb343b 100644 --- a/python-netmiko.changes +++ b/python-netmiko.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Tue Dec 12 13:37:47 UTC 2023 - Dirk Müller + +- update to 4.3.0: + * Netmiko's session_log has certain scenarios where it was + failing to hide the default no_log items ("secret" and + "password"). This bug has generally been fixed though there + are likely edge scenarios where this could still happen. + Given the nature of the session_log it should always be + viewed as a security sensitive file. + * Drop PY3.7 support + * Improve Ciena SAOS logic in set_base_prompt + * Improve Nokia SROS disable paging behavior + * Remove Arris and Casa from SSH autodetect + * Add support for Genie and Linux + * Improve TP-Link session_preparation behavior + * Improve MikoTik terminal size definition + * Improve Arista SSH autodetection + * Fix SNMP autodetection when hostname is used (instead of + IPv4/IPv6 address) + * Improve SCP behavior for remote_file_size when subdirectories + are used + * Implement TelnetFallback entry point + * Improve Extreme SLX-OS autodetect + * Improve Fortinet driver _get_output_mode_v6 behavior + * Improve HP comware and HP procurve behavior in + session_preparation + * Add Allied Telesis in SNMP and SSH autodetect + * Update hp_comware.py handle RBM in prompt + * Update vyos_ssh.py to enter and exit config mode on save + * Handle Huawei secure configuration message + * Add support for a SessionLog object in dunder-init(). This + allows a custom no_log definition. + * CI-CD fixes for various things breaking + * Improve ers driver cntl-y behavior + * Adtran driver enable global_cmd_verify by default + * Adtran driver improve enable() behavior + * Add Telnet Proxy support for SOCKS Proxy + * Add support for Fiberstore FSOS + * Add support for Maipu + * Add Digi TransPort Router Support + ------------------------------------------------------------------- Sun Aug 27 14:11:35 UTC 2023 - Martin Hauke @@ -434,7 +476,7 @@ Thu Jul 19 07:51:23 UTC 2018 - mardnh@gmx.de ------------------------------------------------------------------- Mon Jun 25 21:21:06 UTC 2018 - gyee@suse.com -- Correct package name for python-PyYAML (case-sensitive) +- Correct package name for python-PyYAML (case-sensitive) ------------------------------------------------------------------- Thu Jun 21 07:38:47 UTC 2018 - tchvatal@suse.com @@ -444,20 +486,20 @@ Thu Jun 21 07:38:47 UTC 2018 - tchvatal@suse.com ------------------------------------------------------------------- Wed Jun 20 21:06:26 UTC 2018 - gyee@suse.com -- Remove devel as it is not needed. +- Remove devel as it is not needed. ------------------------------------------------------------------- Wed Jun 20 18:00:29 UTC 2018 - gyee@suse.com -- Remove pytest suggestion. +- Remove pytest suggestion. ------------------------------------------------------------------- Wed Jun 20 17:04:49 UTC 2018 - gyee@suse.com - Disable testing during build as those aren't unit tests. See - See https://github.com/ktbyers/netmiko/blob/develop/TESTING.md + See https://github.com/ktbyers/netmiko/blob/develop/TESTING.md ------------------------------------------------------------------- Tue Jun 19 17:47:16 UTC 2018 - gyee@suse.com -- Create python-netmiko package. +- Create python-netmiko package. diff --git a/python-netmiko.spec b/python-netmiko.spec index 736862c..df92558 100644 --- a/python-netmiko.spec +++ b/python-netmiko.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-netmiko -Version: 4.2.0 +Version: 4.3.0 Release: 0 Summary: Multi-vendor library to simplify Paramiko SSH connections to network devices License: MIT