15
0

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
This commit is contained in:
2025-04-04 10:53:32 +00:00
committed by Git OBS Bridge
parent f2f46ace03
commit 9f421a5ebb
5 changed files with 13 additions and 18 deletions

View File

@@ -17,15 +17,12 @@
Name: python-netutils
Version: 1.12.0
Version: 1.13.0
Release: 0
Summary: Common helper functions useful in network automation
License: Apache-2.0
URL: https://netutils.readthedocs.io
Source: https://github.com/networktocode/netutils/archive/refs/tags/v%{version}.tar.gz#/netutils-%{version}.tar.gz
# PATCH-FIX-UPSTREAM - Fix version in pyproject.toml
# see: https://github.com/networktocode/netutils/issues/613
Patch: fix-version-in-pyproject.patch
BuildRequires: %{python_module base >= 3.9}
BuildRequires: %{python_module jinja2}
BuildRequires: %{python_module legacycrypt if %python-base >= 3.13}