diff --git a/python-textfsm.spec b/python-textfsm.spec index aefb2b0..cc36b82 100644 --- a/python-textfsm.spec +++ b/python-textfsm.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-textfsm -Version: 1.1.2 +Version: 1.1.3 Release: 1 Summary: Python module for parsing semi-structured text into python tables. License: Apache-2.0 URL: https://github.com/google/textfsm -Source0: https://files.pythonhosted.org/packages/9f/53/fa46575d30be6aa591712aa9c44caa7fa9f057f3bb726fe42519a5ae2d8e/textfsm-1.1.2.tar.gz +Source0: https://files.pythonhosted.org/packages/b8/bf/c9147d29c5a3ff4c1c876e16ea02f6d4e4f35ba1bcbb2ac80a254924f0aa/textfsm-1.1.3.tar.gz BuildArch: noarch %description Python module which implements a template based state machine for parsing @@ -83,6 +83,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Dec 08 2022 wubijie - 1.1.3-1 +- Update package to version 1.1.3 + * Wed May 18 2022 OpenStack_SIG - 1.1.2-1 - Upgrade package python3-textfsm to version 1.1.2 diff --git a/textfsm-1.1.2.tar.gz b/textfsm-1.1.2.tar.gz deleted file mode 100644 index 360df21..0000000 Binary files a/textfsm-1.1.2.tar.gz and /dev/null differ diff --git a/textfsm-1.1.3.tar.gz b/textfsm-1.1.3.tar.gz new file mode 100644 index 0000000..efc5c7f Binary files /dev/null and b/textfsm-1.1.3.tar.gz differ