diff --git a/ntc_templates-4.4.0.tar.gz b/ntc_templates-4.4.0.tar.gz deleted file mode 100644 index 527e86e969921973188d79c2556842380a7164a9..0000000000000000000000000000000000000000 Binary files a/ntc_templates-4.4.0.tar.gz and /dev/null differ diff --git a/ntc_templates-6.0.0.tar.gz b/ntc_templates-6.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..4a4cb1a7910107870df7b33156b6f046523a67d0 Binary files /dev/null and b/ntc_templates-6.0.0.tar.gz differ diff --git a/python-ntc-templates.spec b/python-ntc-templates.spec index 93d18ea91e9de737e7a7a33f670d4d6b5a755cd5..e9d91186d317f2810a26d602630bc69c59cee91f 100644 --- a/python-ntc-templates.spec +++ b/python-ntc-templates.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-ntc-templates -Version: 4.4.0 +Version: 6.0.0 Release: 1 Summary: TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. License: Apache-2.0 URL: https://github.com/networktocode/ntc-templates -Source0: https://files.pythonhosted.org/packages/fe/a6/903ec6a1de234dd3dd4a448ec91e038a96eb1036f8f8da807c2614d5b0d0/ntc_templates-4.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/58/da/3efdf48c4461cc3559eabe186b5bf29556c5d04c34b85d0dc2ec22e4da59/ntc_templates-6.0.0.tar.gz BuildArch: noarch %description TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. @@ -36,10 +36,10 @@ TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable %autosetup -n ntc_templates-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_build install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -77,6 +77,11 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jul 30 2024 guochao - 6.0.0-1 +- Update package to version 6.0.0 +- Normalize CDP, LLDP, ISDP capture groups +- replace ROUTE with NETWORK in cisco_ios_show_ip_eigrp_topology + * Tue Apr 02 2024 wangqiang - 4.4.0-1 - Update package to version 4.4.0