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

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 4 08:01:23 UTC 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 10:42:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>