forked from pool/python-netutils
Accepting request 1134333 from devel:languages:python
- 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. #122 Fixed encrypt type7 OBS-URL: https://build.opensuse.org/request/show/1134333 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=4
This commit is contained in:
commit
11993f665f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b6c5acb262358294f4e6f6a0e7ca2336dddb869a5fc619c23e641968b76d044
|
||||
size 1238177
|
3
netutils-1.6.0.tar.gz
Normal file
3
netutils-1.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:549b202a9113bc339647638f4463b12121d7f7102687f2fda687001ec1ee5996
|
||||
size 1422458
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 20 21:45:37 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
@ -51,7 +73,7 @@ Thu Sep 29 17:31:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
#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 <mcepl@suse.com>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user