14
0
Commit Graph

15 Commits

Author SHA256 Message Date
0204428d4b - 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
2025-04-22 06:37:51 +00:00
ccca2628b8 Accepting request 1142217 from home:pgajdos:python
- do not require six
- deleted patches
  - remove-future-requirement.patch (part of python-textfsm-no-python2.patch)
- added patches
  fix c8843d69da
  + python-textfsm-no-python2.patch

OBS-URL: https://build.opensuse.org/request/show/1142217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=25
2024-01-30 15:40:53 +00:00
a7d94c22fa - Add patch correct-version.patch, version in the tarball does not match.
- Add patch remove-future-requirement.patch, drop requirement of future
- Switch to pyproject and autosetup macros
- Clean up python 2 leftovers
- Do not install testdata
- Stop using greedy globs in %files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=23
2023-09-05 01:15:03 +00:00
09b9dab84d Accepting request 1097144 from home:ecsos:python
- Add %{?sle15_python_module_pythons}

OBS-URL: https://build.opensuse.org/request/show/1097144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=21
2023-07-10 12:22:50 +00:00
d93e23ee78 Accepting request 949886 from home:mnhauke:network:automation
- Update to version 1.1.3:
  * Fix to mismatched parenthesis.

OBS-URL: https://build.opensuse.org/request/show/949886
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=20
2022-02-02 18:17:28 +00:00
bdfcdf064c Accepting request 936350 from home:pgajdos:python
- do not require pytest-runner for build, it is not needed

OBS-URL: https://build.opensuse.org/request/show/936350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=19
2021-12-18 23:11:32 +00:00
c62493fb0e - update to 1.1.2:
* String handling fix for Windows platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=18
2021-07-19 06:42:19 +00:00
14e9b8b22d Accepting request 857135 from home:ecsos:server
- Remove Conflicts: python-texttable because it should fixed since 
  version 1.0.0. https://github.com/google/textfsm/issues/77
  texttable.py is now in subdir textfsm.

OBS-URL: https://build.opensuse.org/request/show/857135
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=16
2020-12-20 13:51:32 +00:00
Tomáš Chvátal
d25cf47ef9 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
2019-11-29 09:46:48 +00:00
Tomáš Chvátal
cea913f66a Accepting request 720188 from home:pgajdos
- require future for python2

OBS-URL: https://build.opensuse.org/request/show/720188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=11
2019-08-01 11:47:41 +00:00
Tomáš Chvátal
cb1926bd6a Accepting request 720075 from home:pgajdos
- version update to 1.1.0
  * Per 'http://python-future.org/automatic_conversion.html' py2 & py3 compatibility.
  * Make sure test fails if there is more than one list entry.
  * Fix deprecated warning for invalid escapes.
  * Support utf-8 in template files
  * Add utf-8 characters to a test example
  * Unicode example in template input.
  * Switch to utf-8 strings and remove unnecessary conversions.
  * Remove legacy lint checks
  * Migrate StringIO and remove unneeded import six.
  * Remove unnecessary explicit unicast declaration.
  * oll back changes to 'open'.
  * Cosmetic linting.
  * Package 'future' needed for importing builtins.
  * Add tests and testdata to distribution.
  * Use correct install_requires stanza for dependencies.
  * Include testdata files in binarty dist for tyesting.
- deleted patches
  - textfsm_test_do_not_relay_on_dic_order.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/720075
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=9
2019-08-01 07:56:13 +00:00
Tomáš Chvátal
673f9eb684 - Conflict with texttable as we provide same package file
reported on GH for upstream to sort out

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=4
2018-07-20 11:50:22 +00:00
Tomáš Chvátal
88c9d1af5f Accepting request 620236 from home:aplanas:branches:devel:languages:python
- Add textfsm_test_do_not_relay_on_dic_order.patch to enable
  tests in Python2 and Python3

OBS-URL: https://build.opensuse.org/request/show/620236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=3
2018-07-02 15:09:42 +00:00
Tomáš Chvátal
2e327992bc - Add dependency over python-six as it is stated by upstream
- Switch to github archive as it contains the testdata

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=2
2018-06-21 07:37:39 +00:00
Tomáš Chvátal
82bf5ad32f Accepting request 618143 from home:yeey:branches:Cloud:OpenStack:Master
Incorporate the comments from the previous review.

OBS-URL: https://build.opensuse.org/request/show/618143
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-textfsm?expand=0&rev=1
2018-06-21 07:28:22 +00:00