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-5.0.0.tar.gz b/ntc_templates-5.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..12d66e5d5031918da79d78e637496bfd3bca9acb Binary files /dev/null and b/ntc_templates-5.0.0.tar.gz differ diff --git a/python-ntc-templates.spec b/python-ntc-templates.spec index 93d18ea91e9de737e7a7a33f670d4d6b5a755cd5..b96d005b998e0a5cc5536b82d8b1cf79101766ec 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: 5.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/69/da/31a8500430f3527f82423499dfe89bc03624aa2af0baa89802c3b883e05c/ntc_templates-5.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_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi @@ -77,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 29 2024 muxiaohui - 5.0.0-1 +- Update version to 5.0.0 + * Tue Apr 02 2024 wangqiang - 4.4.0-1 - Update package to version 4.4.0