File python-ciscoconfparse.changes of Package python-ciscoconfparse
-------------------------------------------------------------------
Tue Nov 9 19:41:11 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.60
* Fix race-condition for `CiscoConfParse` kwarg in IOSConfigList,
NXOSConfigList, and ASAConfigList.
* Add explicit configuration file encoding with default encoding
from python's locale module.
* Add tests to catch breakage similar to Github Issue #209.
* Remove colorama dependency.
-------------------------------------------------------------------
Tue Nov 2 16:54:44 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.51
* New release with modified copyrights
* Fix typos and syntax
* Fix insert_before() and insert_after(), update Copyrights
* Expose a proxy function to call ipaddress.collapse_addresses()
* More logging work... prepare for debugging overhaul.
* Refine error logging in setup.py
* Fix get_metadata() returned value in setup.py
* Rework version.json to metadata.json
-------------------------------------------------------------------
Tue Jul 13 07:29:52 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.36
* Fix git tags in Makefile
* Add a helper-function: as_text_list(); improve performance of
.delete()
* Fix __int__() and __index__() on IPv4Obj() and IPv6Obj()
* Enhance ccp_util.CiscoRange() to parse a wider variety of
string inputs
* Remove slow code from ccp_util.CiscoRange()
* Make ccp_util.L4Object().__repr__() more friendly
-------------------------------------------------------------------
Sat Jan 23 18:32:44 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 1.5.25
* Fix Github Issue gh#mpenning/ciscoconfparse#195
* merge PR gh#mpenning/ciscoconfparse#194
* fix multiple unreported bugs in ccp_util.L4Object()
- Drop remove-mock.patch and test-lists.patch fixed upstream
-------------------------------------------------------------------
Fri Jan 22 15:01:09 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Update to 1.5.24
* Fix Github Issue #178
- Changes for 1.5.23
* Prevent find_object_branches() from using None
- Changes for 1.5.22
* Fix Github issue #186 (replace variables named input)
- Changes for 1.5.21
* Fix Github issue #187
- Changes for 1.5.20
* Fix Github issue #185
- Changes for 1.5.19
* Add __ne__() support to IPv4Obj and IPv6Obj
- Changes for 1.5.18
* Fix Github issue #180 - IPv4Obj() and IPv6Obj() cannot
use logical compare ops with certain Python objects
- Changes for 1.5.17
* Fix Python 2.7 packaging
- Changes for 1.5.7
* Revise IPv4Obj & IPv6Obj __lt__(), __gt__(), and
__contains__() methods (impacts sorting behavior);
reformatted documentation to latest numpydoc format.
Add version number as json data instead of raw text...
- Add remove-mock.patch -- gh#mpenning/ciscoconfparse#194
- Add test-lists.patch -- gh#mpenning/ciscoconfparse#195
-------------------------------------------------------------------
Sun Jun 28 09:41:20 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.6
* Improve find_object_branches() speed
-------------------------------------------------------------------
Sat Jun 13 18:24:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.5
* Beta-test new function: find_object_branches()
- Update to version 1.5.4
* Modify IPv4Obj().__add__() and IPv6Obj().__add__() (and __sub__())
methods return IPv4Obj()/IPv6Obj() objects.
* Add support for int(), bin() and hex() on the IPv4Obj() and IPv6Obj()
-------------------------------------------------------------------
Thu Apr 23 11:24:02 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
-------------------------------------------------------------------
Sun Apr 12 17:00:23 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.3
* Fix IPv6Obj().packed and IPv6Obj().exploded
* add IPv4Obj().packed and IPv4Obj().exploded
- Update to version 1.5.2
* Add __add__() and __sub__() to IPv4Obj() and IPv6Obj();
* remove use of IPv6Obj().broadcast in IPv6Obj().__contains__()
-------------------------------------------------------------------
Wed Feb 26 19:39:37 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.5.1
* Remove embedded junos debugging
- Update to version 1.5.0
* Complete rewrite of junos parser (fix Github issue #70)
* deprecate support for Python 3.4
-------------------------------------------------------------------
Thu Dec 5 20:18:38 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.11
* Explicitly close() open filehandles
-------------------------------------------------------------------
Mon Nov 25 19:10:20 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.10
* Add support for parsing pathlib.Path objects which contain a
configuration
-------------------------------------------------------------------
Fri Nov 22 20:04:46 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.9
* Add .as_cidr_net and .as_cidr_addr on IPv4Obj and IPv6Obj
* Merge Github PR #168; rename in_portchannel and is_portchannel
-------------------------------------------------------------------
Thu Sep 26 10:39:16 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.4.7:
* various small fixes
-------------------------------------------------------------------
Fri Sep 13 11:00:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.4.5:
* distribute tests
* various fixes
-------------------------------------------------------------------
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>
- Update to 1.3.32:
* No good changelog
- Remove unused patch ciscoconfparse-1.2.40-fix-tests.patch
-------------------------------------------------------------------
Wed Mar 6 19:57:31 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.3.30:
* Fix bugs related to Python3 (Github issue #117)
* Add IP helper-address parsing in models_cisco.py
* Revert universal wheel packages (universal=0)
* Build universal wheel packages
* Build improvements - ref Github issue #127, #128
* Another swing at Github issue #127
* Rollback fix for Github issue #127
* Attempt to fix Github issue #127
* Fix Github issue #124-126 and Github issue #110
* Fix Github issue #121 and Github issue #123
* Fix Github issue #114 (Py3.5 requires different open() syntax)
* Fix Github issue #111 (banner parsing broken in some cases)
* Add * to MANIFEST.in
* Attempt to resolve Github issue #106
* Add dns_query() zone transfer as text
-------------------------------------------------------------------
Wed Aug 8 17:01:34 UTC 2018 - jengelh@inai.de
- Use noun phrase in summary.
-------------------------------------------------------------------
Tue May 22 08:49:54 UTC 2018 - mcepl@suse.com
- Uprgade to version 1.3.15
* Many trivial bug fixes, see CHANGES
- Renamed skip-setuptools-hg-require.patch to
ciscoconfparse-1.2.40-fix-tests.patch
-------------------------------------------------------------------
Thu Aug 24 13:34:03 UTC 2017 - jmatejek@suse.com
- singlespec auto-conversion
-------------------------------------------------------------------
Sun Oct 9 17:25:20 UTC 2016 - mardnh@gmx.de
- Update to version 1.2.40
* Fix Github issue #44 (Could not parse 'ipv6 router ospf 6').
* Modify default value for access_vlan.
* Add new is_portchannel property.
* Update copyright dates.
* Remove OSX from test matrix
- Fix source url
-------------------------------------------------------------------
Sun Mar 13 21:24:28 UTC 2016 - dmueller@suse.com
- fix license
-------------------------------------------------------------------
Fri Feb 5 06:59:25 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 1.2.39)