| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search | 
| Name: python313-netutils | Distribution: openSUSE:Factory:zSystems | 
| Version: 1.15.0 | Vendor: openSUSE | 
| Release: 1.1 | Build date: Wed Sep 10 13:07:19 2025 | 
| Group: Unspecified | Build host: reproducible | 
| Size: 5018913 | Source RPM: python-netutils-1.15.0-1.1.src.rpm | 
| Packager: https://bugs.opensuse.org | |
| Url: https://netutils.readthedocs.io | |
| Summary: Common helper functions useful in network automation | |
A Python library that is a collection of objects for common network automation tasks.
Apache-2.0
* Wed Sep 10 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - 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.
* Sun Jul 13 2025 Dirk Müller <dmueller@suse.com>
  - 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.
* Thu Apr 10 2025 Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
  - Enable sle15_python_module_pythons to build for Python 3.11 on Leap
    (project is now Python 3.9+)
* Fri Apr 04 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - 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
* Tue Jan 14 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - 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
* Tue Dec 03 2024 Steve Kowalik <steven.kowalik@suse.com>
  - 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.
* Tue May 07 2024 Dirk Müller <dmueller@suse.com>
  - 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.
* Fri Mar 15 2024 Dirk Müller <dmueller@suse.com>
  - 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 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 09 2023 Ben Greiner <code@bnavigator.de>
  - 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.
    * Added OUI mappings and built a flat ci process to manage
      freshness of data.
    * Added first getter feature with Napalm Getter feature.
    * Converted to mkdocs docs.
    * Added Citrix NetScaler Parser.
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - 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
* Thu Jul 21 2022 Matej Cepl <mcepl@suse.com>
  - Tighten %%files.
* Tue Jul 19 2022 Markéta Machová <mmachova@suse.com>
  - Initial packaging (v1.1.0), needed by python-napalm
/usr/lib/python3.13/site-packages/netutils /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info/LICENSE /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info/METADATA /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info/RECORD /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/netutils-1.15.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/netutils/__init__.py /usr/lib/python3.13/site-packages/netutils/__pycache__ /usr/lib/python3.13/site-packages/netutils/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/acl.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/acl.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/asn.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/asn.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/bandwidth.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/bandwidth.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/banner.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/banner.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/constants.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/constants.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/dns.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/dns.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/hash.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/hash.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/interface.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/interface.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/ip.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/ip.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/lib_helpers.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/lib_helpers.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/lib_mapper.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/lib_mapper.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/mac.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/mac.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/nist.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/nist.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/os_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/os_version.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/password.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/password.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/ping.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/ping.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/protocol_mapper.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/protocol_mapper.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/regex.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/regex.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/route.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/route.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/running_config.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/running_config.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/time.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/time.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/vlan.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/__pycache__/vlan.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/_private /usr/lib/python3.13/site-packages/netutils/_private/__pycache__ /usr/lib/python3.13/site-packages/netutils/_private/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/_private/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/_private/version.py /usr/lib/python3.13/site-packages/netutils/acl.py /usr/lib/python3.13/site-packages/netutils/asn.py /usr/lib/python3.13/site-packages/netutils/bandwidth.py /usr/lib/python3.13/site-packages/netutils/banner.py /usr/lib/python3.13/site-packages/netutils/config /usr/lib/python3.13/site-packages/netutils/config/__init__.py /usr/lib/python3.13/site-packages/netutils/config/__pycache__ /usr/lib/python3.13/site-packages/netutils/config/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/clean.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/clean.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/compliance.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/compliance.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/conversion.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/conversion.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/config/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/config/clean.py /usr/lib/python3.13/site-packages/netutils/config/compliance.py /usr/lib/python3.13/site-packages/netutils/config/conversion.py /usr/lib/python3.13/site-packages/netutils/config/parser.py /usr/lib/python3.13/site-packages/netutils/config/utils.py /usr/lib/python3.13/site-packages/netutils/constants.py /usr/lib/python3.13/site-packages/netutils/data_files /usr/lib/python3.13/site-packages/netutils/data_files/__init__.py /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__ /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/oui_mappings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/oui_mappings.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/protocol_mappings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/protocol_mappings.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/protocol_number_mappings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/netutils/data_files/__pycache__/protocol_number_mappings.cpython-313.pyc /usr/lib/python3.13/site-packages/netutils/data_files/oui_mappings.py /usr/lib/python3.13/site-packages/netutils/data_files/protocol_mappings.py /usr/lib/python3.13/site-packages/netutils/data_files/protocol_number_mappings.py /usr/lib/python3.13/site-packages/netutils/dns.py /usr/lib/python3.13/site-packages/netutils/hash.py /usr/lib/python3.13/site-packages/netutils/interface.py /usr/lib/python3.13/site-packages/netutils/ip.py /usr/lib/python3.13/site-packages/netutils/lib_helpers.py /usr/lib/python3.13/site-packages/netutils/lib_mapper.py /usr/lib/python3.13/site-packages/netutils/mac.py /usr/lib/python3.13/site-packages/netutils/nist.py /usr/lib/python3.13/site-packages/netutils/os_version.py /usr/lib/python3.13/site-packages/netutils/password.py /usr/lib/python3.13/site-packages/netutils/ping.py /usr/lib/python3.13/site-packages/netutils/protocol_mapper.py /usr/lib/python3.13/site-packages/netutils/py.typed /usr/lib/python3.13/site-packages/netutils/regex.py /usr/lib/python3.13/site-packages/netutils/route.py /usr/lib/python3.13/site-packages/netutils/running_config.py /usr/lib/python3.13/site-packages/netutils/time.py /usr/lib/python3.13/site-packages/netutils/utils.py /usr/lib/python3.13/site-packages/netutils/vlan.py /usr/share/doc/packages/python313-netutils /usr/share/doc/packages/python313-netutils/README.md /usr/share/licenses/python313-netutils /usr/share/licenses/python313-netutils/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 31 00:18:02 2025