17
0

31 Commits

Author SHA256 Message Date
07eb56649d Accepting request 1334416 from devel:languages:python
- update to 1.17.1:
  * #803 - Fixed an issue where an empty config would raise an
    error when parsing Palo Alto Networks PanOS.
- update to 1.17.0:
  * #752 - Added custom parsing of HP Network OS devices.
  * #793 - Added hp_comware running configuration command to the
    RUNNING_CONFIG_MAPPER.
  * #780 - Fixed parsing of login banner in Palo Alto Networks
    config.
- update to 1.16.0:
  * #748 - Added parsing for FSP150F2 and FSP150F3 ADVA AOS
    device configs.
  * #778 - Added ConfigParser class for Ciena SAOS/10 devices.
  * #723 - Fixed the GitHub release failures occurring in CI.
  * #741 - Fixed the logic error where `salt=0` was ignored in
    `encrypt_cisco_type7`.
  * #745 - Fixed OUI GitHub Actions workflow to correctly fetch
    and generate OUI mappings.
  * #750 - Fixed PAN-OS banner parsing by removing IOS-style
    banner end normalization.

OBS-URL: https://build.opensuse.org/request/show/1334416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=15
2026-02-23 15:12:49 +00:00
55d8c25786 - update to 1.17.1:
* #803 - Fixed an issue where an empty config would raise an
    error when parsing Palo Alto Networks PanOS.
- update to 1.17.0:
  * #752 - Added custom parsing of HP Network OS devices.
  * #793 - Added hp_comware running configuration command to the
    RUNNING_CONFIG_MAPPER.
  * #780 - Fixed parsing of login banner in Palo Alto Networks
    config.
- update to 1.16.0:
  * #748 - Added parsing for FSP150F2 and FSP150F3 ADVA AOS
    device configs.
  * #778 - Added ConfigParser class for Ciena SAOS/10 devices.
  * #723 - Fixed the GitHub release failures occurring in CI.
  * #741 - Fixed the logic error where `salt=0` was ignored in
    `encrypt_cisco_type7`.
  * #745 - Fixed OUI GitHub Actions workflow to correctly fetch
    and generate OUI mappings.
  * #750 - Fixed PAN-OS banner parsing by removing IOS-style
    banner end normalization.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=30
2026-02-23 09:09:15 +00:00
67c104f165 Accepting request 1325973 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1325973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=14
2026-01-08 15:25:18 +00:00
0c93ab839a Accepting request 1325954 from home:glaubitz:branches:devel:languages:python
- Update to 1.15.2
  * Fix the GitHub release failures occurring in CI.
  * Fixed the logic error where salt=0 was ignored in encrypt_cisco_type7.
  * Fix PAN-OS banner parsing by removing IOS-style banner end normalization.
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1325954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=28
2026-01-08 13:59:11 +00:00
659cefa0a2 Accepting request 1315973 from devel:languages:python
Forwarded request #1315748 from glaubitz

- Update to 1.15.1
    * Added show running config mapper for 22 additional operating systems.

OBS-URL: https://build.opensuse.org/request/show/1315973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=13
2025-11-06 17:15:16 +00:00
22b55ed62b Accepting request 1315748 from home:glaubitz:branches:devel:languages:python
- Update to 1.15.1
  * Added show running config mapper for 22 additional operating systems.

OBS-URL: https://build.opensuse.org/request/show/1315748
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=26
2025-11-06 09:55:54 +00:00
de78794613 Accepting request 1303643 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1303643
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=12
2025-09-11 12:39:47 +00:00
c5478ee22c Accepting request 1303632 from home:glaubitz:branches:devel:languages:python
- Update to 1.15.0
  * Add Rad ETX config parser.
  * Replaced black, bandit, flake8 and pydocstyle with ruff.
  * Updated tasks.py with newest task list.
  * Updated to using pyinvoke for development environment definition.
  * Fix CI for Flatbot to install Ruff and remove black.

OBS-URL: https://build.opensuse.org/request/show/1303632
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=24
2025-09-10 11:50:35 +00:00
4776e7c770 Accepting request 1292516 from devel:languages:python
- update to 1.14.1:
  * 672 Update running configuration commands to be full
    versions. Flatbot OUI and PROTOCOL file updates.
- update to 1.14.0:
  * Library mapping updates and fixes.
  * NIST library updates and fixes for CVE reporting.
  * Documentation fixes.
  * Palo Alto brace configuration fixes.
  * 646 Add Additional SROS Tests.
  * 649 Add RUNNING_CONFIG_MAPPER to help map platform to running
    configuration command.
  * 652 Flatbot OUI File Updates.
  * 653 Flatbot PROTOCOL File Updates.
  * 662 NIST library updates and fixes.
  * 640 Fix documentation issues.
  * 641 Fix documentation for Jinja examples.
  * 651 Fix Palo set format config parsing for curly brace.

OBS-URL: https://build.opensuse.org/request/show/1292516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=11
2025-07-14 08:52:14 +00:00
5932e0526e - update to 1.14.1:
* 672 Update running configuration commands to be full
    versions. Flatbot OUI and PROTOCOL file updates.
- update to 1.14.0:
  * Library mapping updates and fixes.
  * NIST library updates and fixes for CVE reporting.
  * Documentation fixes.
  * Palo Alto brace configuration fixes.
  * 646 Add Additional SROS Tests.
  * 649 Add RUNNING_CONFIG_MAPPER to help map platform to running
    configuration command.
  * 652 Flatbot OUI File Updates.
  * 653 Flatbot PROTOCOL File Updates.
  * 662 NIST library updates and fixes.
  * 640 Fix documentation issues.
  * 641 Fix documentation for Jinja examples.
  * 651 Fix Palo set format config parsing for curly brace.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=22
2025-07-13 13:50:00 +00:00
669b26aa4a Accepting request 1269145 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1269145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=10
2025-04-14 14:07:59 +00:00
da472f2f19 Accepting request 1268442 from home:crameleon:branches:devel:languages:python
Enable sle15_python_module_pythons to build for Python 3.11 on Leap (project is now Python 3.9+)

OBS-URL: https://build.opensuse.org/request/show/1268442
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=20
2025-04-14 07:53:07 +00:00
1ced7d4ef1 Accepting request 1267107 from devel:languages:python
- Update to 1.13.0
  * Added is_reversible_wildcardmask, netmask_to_wildcardmask,
    and wildcardmask_to_netmask functions.
  * Added aruba_os and aruba_osswitch parsers.
- Drop fix-version-in-pyproject.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1267107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=9
2025-04-04 16:09:45 +00:00
4ac7b5b186 Accepting request 1267055 from home:glaubitz:branches:devel:languages:python
- Update to 1.13.0
  * Added is_reversible_wildcardmask, netmask_to_wildcardmask,
    and wildcardmask_to_netmask functions.
  * Added aruba_os and aruba_osswitch parsers.
- Drop fix-version-in-pyproject.patch, fixed upstream

OBS-URL: https://build.opensuse.org/request/show/1267055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=18
2025-04-04 10:53:32 +00:00
803d981b5d Accepting request 1238027 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1238027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=8
2025-01-15 16:45:20 +00:00
e33c133340 Accepting request 1237722 from home:glaubitz:branches:devel:languages:python
- Update to 1.12.0
  * Added Python 3.13 support.
  * Removed Python 3.8 support.
- from version 1.11.0
  * (no changes reported)
- Add fix-version-in-pyproject.patch to fix version in pyproject.toml
- Drop use-legacycrypt-if-required.patch, merged upstream
- Update BuildRequires from pyproject.toml

OBS-URL: https://build.opensuse.org/request/show/1237722
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=16
2025-01-15 11:45:46 +00:00
11d4e88633 Accepting request 1227889 from devel:languages:python
- Update to 1.10.0:
  * Added Functionality to ip_network filter to support method calls
    with kwargs.
  * Fix configuration parsers to allow newlines, no longer auto strip
    all newlines.
  * Added NIST URL creation and platform mapper.
  * Added DNA Center platform mappings.
  * Improved error message when duplicate line is parsed.
- Add patch use-legacycrypt-if-required.patch:
  * Use the legacycrypt module where we need to.
- Switch to autosetup macros.

OBS-URL: https://build.opensuse.org/request/show/1227889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-netutils?expand=0&rev=7
2024-12-03 19:46:26 +00:00
679ac3381c - Update to 1.10.0:
* Added Functionality to ip_network filter to support method calls
    with kwargs.
  * Fix configuration parsers to allow newlines, no longer auto strip
    all newlines.
  * Added NIST URL creation and platform mapper.
  * Added DNA Center platform mappings.
  * Improved error message when duplicate line is parsed.
- Add patch use-legacycrypt-if-required.patch:
  * Use the legacycrypt module where we need to.
- Switch to autosetup macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-netutils?expand=0&rev=14
2024-12-03 03:46:40 +00:00
d7e0e09073 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
c06e83645b - 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
d60fa9c874 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
8d83fd50bf - 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
0ac0844137 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
b22ec4b020 - 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
ed632792ee 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
378419ce7f 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
cbcf0f5277 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
32d670c6d0 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
efc31d5437 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
9b6589ee0a - 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
cf3199c6ec 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