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 +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>