18
0

Accepting request 793428 from home:mnhauke:network:automation

- 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__()

OBS-URL: https://build.opensuse.org/request/show/793428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2020-04-13 08:37:31 +00:00
committed by Git OBS Bridge
parent cf31ce7405
commit 38f2cd16e2
4 changed files with 14 additions and 4 deletions

View File

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