From ac6d4e5ffb5fa86d1a47fb5bf25f3463ea1eb195d630fa48bccb015ad156b0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 1 Aug 2019 09:01:25 +0000 Subject: [PATCH] Accepting request 720158 from home:pgajdos - version update to 1.4.1 * Fix Github issue #141; NOTE - This will break parsing helper-addresses under factory=True. If you use this feature, please migrate your scripts to the new format * Implement re_search_children() directly on the CiscoConfParse() object * Fix Github issue #158, *KEYWORD CHANGE WARNING:* some methods formrely used a keyword called 'all_children'. The new syntax is 'recurse' (ref: Github issue #159) OBS-URL: https://build.opensuse.org/request/show/720158 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=14 --- ciscoconfparse-1.3.32.tar.gz | 3 --- ciscoconfparse-1.4.1.tar.gz | 3 +++ python-ciscoconfparse.changes | 8 ++++++++ python-ciscoconfparse.spec | 8 ++++++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ciscoconfparse-1.3.32.tar.gz create mode 100644 ciscoconfparse-1.4.1.tar.gz diff --git a/ciscoconfparse-1.3.32.tar.gz b/ciscoconfparse-1.3.32.tar.gz deleted file mode 100644 index f863c06..0000000 --- a/ciscoconfparse-1.3.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03aa8e39a3dacb199a30edfea119d1ed963b87f7db6df25ba23cfa306c5d7be4 -size 93857 diff --git a/ciscoconfparse-1.4.1.tar.gz b/ciscoconfparse-1.4.1.tar.gz new file mode 100644 index 0000000..0060a1d --- /dev/null +++ b/ciscoconfparse-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e6fd1907fa0366d87155f64ff4312386744922fbb95afd494ec83dbcb03f3d +size 96240 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index 1a62490..3cf77eb 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 1 08:10:40 UTC 2019 - pgajdos@suse.com + +- version update to 1.4.1 + * Fix Github issue #141; NOTE - This will break parsing helper-addresses under factory=True. If you use this feature, please migrate your scripts to the new format + * Implement re_search_children() directly on the CiscoConfParse() object + * Fix Github issue #158, *KEYWORD CHANGE WARNING:* some methods formrely used a keyword called 'all_children'. The new syntax is 'recurse' (ref: Github issue #159) + ------------------------------------------------------------------- Tue Mar 26 13:28:11 UTC 2019 - Tomáš Chvátal diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index f41c55c..a1ea665 100644 --- a/python-ciscoconfparse.spec +++ b/python-ciscoconfparse.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ciscoconfparse -Version: 1.3.32 +Version: 1.4.1 Release: 0 Summary: Library for parsing, querying and modifying Cisco IOS-style configurations License: GPL-3.0-or-later @@ -27,6 +27,9 @@ URL: https://github.com/mpenning/ciscoconfparse Source: https://files.pythonhosted.org/packages/source/c/ciscoconfparse/ciscoconfparse-%{version}.tar.gz BuildRequires: %{python_module colorama} BuildRequires: %{python_module dnspython} +BuildRequires: %{python_module ipaddr} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module passlib} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -63,7 +66,8 @@ relationships. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -# Upstream stubbornly refuses PRs and does not distribute tests +# https://github.com/mpenning/ciscoconfparse/issues/160 +# otherwise test passed for 1.4.1 #%%pytest %files %{python_files}