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,10 +0,0 @@
Index: textfsm-1.1.3/textfsm/__init__.py
===================================================================
--- textfsm-1.1.3.orig/textfsm/__init__.py
+++ textfsm-1.1.3/textfsm/__init__.py
@@ -10,4 +10,4 @@ for each input entity.
"""
from textfsm.parser import *
-__version__ = '1.1.2'
+__version__ = '1.1.3'

File diff suppressed because it is too large Load Diff

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-textfsm
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-textfsm
Version: 1.1.3
Version: 2.1.0
Release: 0
Summary: Python module for parsing semi-structured text into python tables
License: Apache-2.0
URL: https://github.com/google/textfsm
Source: https://github.com/google/textfsm/archive/v%{version}.tar.gz#/textfsm-%{version}.tar.gz
# PATCH-FIX-OPENSUSE https://github.com/google/textfsm/issues/118
Patch0: correct-version.patch
# https://github.com/google/textfsm/commit/c8843d69daa9b565fea99a0283ad13c324d5b563
Patch1: python-textfsm-no-python2.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b11e4ac4d7e4793449deff3fb90c8ba85e223343670eec0ae5c5c8e94f479f34
size 51296

3
textfsm-2.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0c0e96974250008c28ce854c2e0bad7ef75690c9c50f2c4ffeafb2f1ce4876b7
size 52040