17
0

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
This commit is contained in:
Tomáš Chvátal
2019-08-01 09:01:25 +00:00
committed by Git OBS Bridge
parent d6b8481d43
commit ac6d4e5ffb
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03aa8e39a3dacb199a30edfea119d1ed963b87f7db6df25ba23cfa306c5d7be4
size 93857

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97e6fd1907fa0366d87155f64ff4312386744922fbb95afd494ec83dbcb03f3d
size 96240

View File

@@ -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 <tchvatal@suse.com>

View File

@@ -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}