17
0

Accepting request 928832 from home:mnhauke

- 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

OBS-URL: https://build.opensuse.org/request/show/928832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=40
This commit is contained in:
2021-11-02 21:27:11 +00:00
committed by Git OBS Bridge
parent 5d37e85009
commit a06f9f04d1
4 changed files with 19 additions and 4 deletions

View File

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