diff --git a/netutils-1.4.1.tar.gz b/netutils-1.4.1.tar.gz deleted file mode 100644 index d838440..0000000 --- a/netutils-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b6c5acb262358294f4e6f6a0e7ca2336dddb869a5fc619c23e641968b76d044 -size 1238177 diff --git a/netutils-1.6.0.tar.gz b/netutils-1.6.0.tar.gz new file mode 100644 index 0000000..506b58e --- /dev/null +++ b/netutils-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549b202a9113bc339647638f4463b12121d7f7102687f2fda687001ec1ee5996 +size 1422458 diff --git a/python-netutils.changes b/python-netutils.changes index 9465593..6765460 100644 --- a/python-netutils.changes +++ b/python-netutils.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Dec 20 21:45:37 UTC 2023 - Dirk Müller + +- update to 1.6.0: + * Added `ubiquiti_airos` parser. + * Added `ACLRule` and `ACLRules` classes. + * Added the `ip` functions `is_ip_range`, `is_ip_within`, + `is_network`, and `get_range_ips`. + * Added the `asn` function `int_to_asn` in the function. + * Added `NETUTILSPARSER_LIB_MAPPER` and + `NETUTILSPARSER_LIB_MAPPER_REVERSE` to lib mapper. + * Added classy docs to view config parser classes. + * Added Mikrotik, fastiron, and Panos parsers. + * Added function to allow conversion from Panos curly bracket + to set format. + * Updated Interface mappings for FourHundredGigabitEthernet and + TwoGigabitEthernet. + * Added Encryption/Decryption/Comparison for Cisco & Juniper + Type 9. + * Added Regex functions to primarily be used wihin your Jinja2 + environment. + ------------------------------------------------------------------- Tue May 9 18:55:41 UTC 2023 - Ben Greiner @@ -51,7 +73,7 @@ Thu Sep 29 17:31:14 UTC 2022 - Yogalakshmi Arunachalam #129 Add type hints to the whole project and mypy testing setup and CI #134 Updated CODEOWNERS Fixed - #122 Fixed encrypt type7 + #122 Fixed encrypt type7 ------------------------------------------------------------------- Thu Jul 21 07:31:12 UTC 2022 - Matej Cepl diff --git a/python-netutils.spec b/python-netutils.spec index 6c9eae6..f148375 100644 --- a/python-netutils.spec +++ b/python-netutils.spec @@ -17,7 +17,7 @@ Name: python-netutils -Version: 1.4.1 +Version: 1.6.0 Release: 0 Summary: Common helper functions useful in network automation License: Apache-2.0