17
0

Accepting request 906038 from home:mnhauke

- 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

OBS-URL: https://build.opensuse.org/request/show/906038
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=39
This commit is contained in:
2021-07-13 09:01:17 +00:00
committed by Git OBS Bridge
parent e685e33a22
commit 5d37e85009
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>