forked from pool/python-textfsm
- 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
11 lines
314 B
Diff
11 lines
314 B
Diff
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'
|