From 9f421a5ebbc240d59f0d2e1df8379bf8cbaa56222a853b73f69d764a5a19e943 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 4 Apr 2025 10:53:32 +0000 Subject: [PATCH] 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 --- fix-version-in-pyproject.patch | 11 ----------- netutils-1.12.0.tar.gz | 3 --- netutils-1.13.0.tar.gz | 3 +++ python-netutils.changes | 9 +++++++++ python-netutils.spec | 5 +---- 5 files changed, 13 insertions(+), 18 deletions(-) delete mode 100644 fix-version-in-pyproject.patch delete mode 100644 netutils-1.12.0.tar.gz create mode 100644 netutils-1.13.0.tar.gz diff --git a/fix-version-in-pyproject.patch b/fix-version-in-pyproject.patch deleted file mode 100644 index e7caf45..0000000 --- a/fix-version-in-pyproject.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nru netutils-1.12.0.orig/pyproject.toml netutils-1.12.0/pyproject.toml ---- netutils-1.12.0.orig/pyproject.toml 2025-01-08 23:21:29.000000000 +0100 -+++ netutils-1.12.0/pyproject.toml 2025-01-14 11:39:00.467478137 +0100 -@@ -1,6 +1,6 @@ - [tool.poetry] - name = "netutils" --version = "1.11.0" -+version = "1.12.0" - description = "Common helper functions useful in network automation." - authors = ["Network to Code, LLC "] - license = "Apache-2.0" diff --git a/netutils-1.12.0.tar.gz b/netutils-1.12.0.tar.gz deleted file mode 100644 index dadcefe..0000000 --- a/netutils-1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4de6566f4efe5d608801607253e3c7d6ff2100dfeb2bc632d9c966300523b0d1 -size 1475544 diff --git a/netutils-1.13.0.tar.gz b/netutils-1.13.0.tar.gz new file mode 100644 index 0000000..7f2a4fa --- /dev/null +++ b/netutils-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85da52daa6811d38c357829e2b74c8d66a3076871df67613e578a742f3e77cd +size 1496659 diff --git a/python-netutils.changes b/python-netutils.changes index 4d9512c..3e303a3 100644 --- a/python-netutils.changes +++ b/python-netutils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 4 08:01:23 UTC 2025 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-netutils.spec b/python-netutils.spec index 89ffd8b..9bb04c3 100644 --- a/python-netutils.spec +++ b/python-netutils.spec @@ -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}