17
0

- Update to 1.3.32:

* No good changelog
- Remove unused patch ciscoconfparse-1.2.40-fix-tests.patch

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2019-03-26 13:29:43 +00:00
committed by Git OBS Bridge
parent 56272769d4
commit d6b8481d43
5 changed files with 39 additions and 82 deletions

View File

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