17
0

- update to 1.7.0:

* Added the ability to hash a value via `hash_data` function.
  * Added the ability to sort IPs a value via `get_ips_sorted`
    function.
  * Added lib_mapper entries for `ruckus_smartzone`, `cisco_xe`,
    `huawei` and `cisco_xr`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=10
This commit is contained in:
2024-03-15 21:08:08 +00:00
committed by Git OBS Bridge
parent b22ec4b020
commit 8d83fd50bf
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 15 21:07:33 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.7.0:
* Added the ability to hash a value via `hash_data` function.
* Added the ability to sort IPs a value via `get_ips_sorted`
function.
* Added lib_mapper entries for `ruckus_smartzone`, `cisco_xe`,
`huawei` and `cisco_xr`.
-------------------------------------------------------------------
Wed Dec 20 21:45:37 UTC 2023 - Dirk Müller <dmueller@suse.com>