14
0

Accepting request 751132 from home:mnhauke:network:automation

- Update to version 1.1.1
  * Fix parsing of value string to allow mismatched parenthesis
    inside [] brackets.
  * Improve readability of value parse fix.
  * Added additional test.
  * Soft fail when fcntl is missing, fallback to default screen size.

OBS-URL: https://build.opensuse.org/request/show/751132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-11-29 09:46:48 +00:00
committed by Git OBS Bridge
parent cea913f66a
commit d25cf47ef9
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 26 19:25:18 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.1.1
* Fix parsing of value string to allow mismatched parenthesis
inside [] brackets.
* Improve readability of value parse fix.
* Added additional test.
* Soft fail when fcntl is missing, fallback to default screen size.
-------------------------------------------------------------------
Thu Aug 1 11:38:10 UTC 2019 - pgajdos@suse.com