1
0

13 Commits

Author SHA256 Message Date
26e6ffa8a7 Accepting request 1172449 from devel:languages:python
- update to 1.8.1:
  * Standard automated updates to Flatbot files: OUI File,
    PROTOCOL Files.
  * #509 Fixed parsing of empty banner, and dual banner for Cisco
    platforms.
- update to 1.8.0:
  * Added support for Python 3.12.
  * Added local support of `distutils.version` now that Python
    3.12 deprecates disutils.
  * Added functions `compare_version_loose` and
    `compare_version_strict` based on `distutils.version`.
  * Added function `paloalto_panos_clean_newlines`.
  * Added various lib_mapper updates.
  * Added HP Comware parser.

OBS-URL: https://build.opensuse.org/request/show/1172449
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=6
2024-05-07 16:05:10 +00:00
2a75c746ad - update to 1.8.1:
* Standard automated updates to Flatbot files: OUI File,
    PROTOCOL Files.
  * #509 Fixed parsing of empty banner, and dual banner for Cisco
    platforms.
- update to 1.8.0:
  * Added support for Python 3.12.
  * Added local support of `distutils.version` now that Python
    3.12 deprecates disutils.
  * Added functions `compare_version_loose` and
    `compare_version_strict` based on `distutils.version`.
  * Added function `paloalto_panos_clean_newlines`.
  * Added various lib_mapper updates.
  * Added HP Comware parser.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=12
2024-05-07 13:19:43 +00:00
Ana Guerrero
4597924055 Accepting request 1158305 from devel:languages:python
- 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/request/show/1158305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=5
2024-03-17 21:13:39 +00:00
8b72901ecd - 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
2024-03-15 21:08:08 +00:00
Ana Guerrero
11993f665f 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
2023-12-21 22:38:26 +00:00
cceafab96f - 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/package/show/devel:languages:python/python-netutils?expand=0&rev=8
2023-12-20 21:46:30 +00:00
55badb53f5 Accepting request 1085826 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=3
2023-05-10 14:18:47 +00:00
7230ebb336 Accepting request 1085788 from home:bnavigator:branches:devel:languages:python
- Update to 1.4.1
  ## Changed
  * #171 Allow protocol mapper to be auto-generated.
  * #197 Prepend OUI Flatbot step to delete existing branch.
  * #200 Allow bandwith to be represented without "ps" in
    bandwidth.
  ## Fixed
  * #206 Fix Passwords docs that show ASN details.
  * #209 Fixed interface_range_expansion with trailing constant.
  * #210 Install black into flat environment, change flat action
    name.
- Release 1.4.0
  ## Added
  * #163 Added IP is_classfull utility function.
  * #172 Added Aruba AOS-CX Parser.
  * #177 Added IOS-XR Parser.
  * #182 Added Mrv Optiswitch Parser.
  * #182 Added Extreme Netiron Parser.
  ## Changed
  * #178 Update OUI flatbot CI process.
  ## Fixed
  * #173 Fixes classfull address naming.
  * #183 Updates parser folder info, fix aruba tests.
  * #181 Fixes incorrect behavior when calling tcp_ping with
    timeout >= 3.
  ## Removed
  * #184 Removed redundant __init__ methods on Parser classes.
- Release 1.3.0
  * Added IOS Config parsing for get_path and
    get_path_with_children methods.

OBS-URL: https://build.opensuse.org/request/show/1085788
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=6
2023-05-09 20:56:12 +00:00
4f71163a38 Accepting request 1007050 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1007050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=2
2022-09-30 15:57:35 +00:00
15abbcff32 Accepting request 1007041 from home:yarunachalam:branches:devel:languages:python
- v1.2.0 - 2022-08
  Added
  #128 Documentation for Nokia SROS duplicate lines/duplicate line detection
  #138 Added nxos_ssh to Napalm mapper
  Changed
  #113 Updated lib mapping docs
  #115 Switched build backend to poetry-core
  #121 Update banner parsing for EOS
  #129 Add type hints to the whole project and mypy testing setup and CI
  #134 Updated CODEOWNERS
  Fixed
  #122 Fixed encrypt type7

OBS-URL: https://build.opensuse.org/request/show/1007041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=4
2022-09-29 18:54:43 +00:00
385d386c38 Accepting request 990498 from devel:languages:python
dep of napalm

OBS-URL: https://build.opensuse.org/request/show/990498
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=1
2022-07-21 09:35:30 +00:00
09c8d591e6 - Tighten %%files.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=2
2022-07-21 07:31:26 +00:00
aad46dabe1 Accepting request 990489 from home:mcalabkova:branches:devel:languages:python
dep of napalm

OBS-URL: https://build.opensuse.org/request/show/990489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=1
2022-07-21 07:14:02 +00:00