From 8d83fd50bf8e06d7666621048a2fcaba82d888af8066065d8eeedced7942b063 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 15 Mar 2024 21:08:08 +0000 Subject: [PATCH] - 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 --- netutils-1.6.0.tar.gz | 3 --- netutils-1.7.0.tar.gz | 3 +++ python-netutils.changes | 10 ++++++++++ python-netutils.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 netutils-1.6.0.tar.gz create mode 100644 netutils-1.7.0.tar.gz diff --git a/netutils-1.6.0.tar.gz b/netutils-1.6.0.tar.gz deleted file mode 100644 index 506b58e..0000000 --- a/netutils-1.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:549b202a9113bc339647638f4463b12121d7f7102687f2fda687001ec1ee5996 -size 1422458 diff --git a/netutils-1.7.0.tar.gz b/netutils-1.7.0.tar.gz new file mode 100644 index 0000000..b873b7f --- /dev/null +++ b/netutils-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122703425df8f0ca5a1e5fbc7bef5d6776e54f4664c25c7c23d5b3ec80ee0c2e +size 1433971 diff --git a/python-netutils.changes b/python-netutils.changes index 6765460..f90ce75 100644 --- a/python-netutils.changes +++ b/python-netutils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 15 21:07:33 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-netutils.spec b/python-netutils.spec index f148375..ef802ad 100644 --- a/python-netutils.spec +++ b/python-netutils.spec @@ -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