forked from pool/python-netutils
- 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:
parent
cceafab96f
commit
8b72901ecd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:549b202a9113bc339647638f4463b12121d7f7102687f2fda687001ec1ee5996
|
||||
size 1422458
|
3
netutils-1.7.0.tar.gz
Normal file
3
netutils-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:122703425df8f0ca5a1e5fbc7bef5d6776e54f4664c25c7c23d5b3ec80ee0c2e
|
||||
size 1433971
|
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-netutils
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-netutils
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Common helper functions useful in network automation
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user