14
0

- Update to version 2.1.0

* Improved routine for terminal dimensions.
  * Improve clarity or variable names
  * Remove TerminalSize function .... no longer needed
  * Refactor pager class
- Update to version 2.0.0
  * Makes use of shutil library for terminal operations.
- Drop not longer needed patches:
  * correct-version.patch
  * python-textfsm-no-python2.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=27
This commit is contained in:
2025-04-22 06:37:51 +00:00
committed by Git OBS Bridge
parent ccca2628b8
commit 0204428d4b
6 changed files with 19 additions and 2685 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Apr 17 06:48:35 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.1.0
* Improved routine for terminal dimensions.
* Improve clarity or variable names
* Remove TerminalSize function .... no longer needed
* Refactor pager class
- Update to version 2.0.0
* Makes use of shutil library for terminal operations.
- Drop not longer needed patches:
* correct-version.patch
* python-textfsm-no-python2.patch
-------------------------------------------------------------------
Mon Jan 29 10:03:54 UTC 2024 - pgajdos@suse.com