Update package to version 3.2.0

This commit is contained in:
wubijie 2023-02-10 15:41:23 +08:00
parent bc95c37ebd
commit f4a3da5e33
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
ntc_templates-3.2.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-ntc-templates Name: python-ntc-templates
Version: 3.1.0 Version: 3.2.0
Release: 1 Release: 1
Summary: TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. Summary: TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/networktocode/ntc-templates URL: https://github.com/networktocode/ntc-templates
Source0: https://files.pythonhosted.org/packages/52/79/d5ab76ba6ac231a7a771f1da8ebc5d2e4f7b40829cfffe89c7c9d2b87c0c/ntc_templates-3.1.0.tar.gz Source0: https://files.pythonhosted.org/packages/76/ac/5eb6deba6920830200f3f48d61fc886fc19913146e3571de09c9aece96dd/ntc_templates-3.2.0.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Feb 10 2023 wubijie <wubijie@kylinos.cn> - 3.2.0-1
- Update package to version 3.2.0
* Mon Nov 7 2022 hkgy <kaguyahatu@outlook.com> - 3.1.0-1 * Mon Nov 7 2022 hkgy <kaguyahatu@outlook.com> - 3.1.0-1
- Upgrade package python3-ntc-templates to version 3.1.0 - Upgrade package python3-ntc-templates to version 3.1.0