forked from pool/python-textfsm
- 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:
@@ -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
@@ -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
|
Mon Jan 29 10:03:54 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-textfsm
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,12 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-textfsm
|
Name: python-textfsm
|
||||||
Version: 1.1.3
|
Version: 2.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for parsing semi-structured text into python tables
|
Summary: Python module for parsing semi-structured text into python tables
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/google/textfsm
|
URL: https://github.com/google/textfsm
|
||||||
Source: https://github.com/google/textfsm/archive/v%{version}.tar.gz#/textfsm-%{version}.tar.gz
|
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 pip}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
@@ -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
3
textfsm-2.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c0e96974250008c28ce854c2e0bad7ef75690c9c50f2c4ffeafb2f1ce4876b7
|
||||||
|
size 52040
|
Reference in New Issue
Block a user