14
0
Files
python-textfsm/correct-version.patch
Steve Kowalik 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

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'