diff --git a/ntc_templates-1.7.0.tar.gz b/ntc_templates-1.7.0.tar.gz deleted file mode 100644 index 3d6257154e7f412126f35943a04178caee25e711..0000000000000000000000000000000000000000 Binary files a/ntc_templates-1.7.0.tar.gz and /dev/null differ diff --git a/ntc_templates-3.0.0.tar.gz b/ntc_templates-3.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6285b0b3d9d6ec068fde9f2f7ec9f9f48a222ab8 Binary files /dev/null and b/ntc_templates-3.0.0.tar.gz differ diff --git a/python-ntc-templates.spec b/python-ntc-templates.spec index d9db7d991bad9562db02af8161e124af727ac9cf..342fedc686cfb390af551d35229d47e8fd8db52c 100644 --- a/python-ntc-templates.spec +++ b/python-ntc-templates.spec @@ -1,17 +1,17 @@ %global _empty_manifest_terminate_build 0 Name: python-ntc-templates -Version: 1.7.0 +Version: 3.0.0 Release: 1 -Summary: Package to return structured data from the output of network devices. +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/f0/41/6163ad00c37e5314940da428926a849f0f849754705cc7f386d298a08ca8/ntc_templates-1.7.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a2/24/b242054d9a21ec20502c7cfe2af7ccf394dd29a8493ddb60d796ad1dab4a/ntc_templates-3.0.0.tar.gz BuildArch: noarch %description TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. %package -n python3-ntc-templates -Summary: Package to return structured data from the output of network devices. +Summary: TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. Provides: python-ntc-templates # Base build requires BuildRequires: python3-devel @@ -21,27 +21,19 @@ BuildRequires: python3-pip BuildRequires: python3-wheel # General requires BuildRequires: python3-textfsm -BuildRequires: python3-pytest -BuildRequires: python3-pyyaml -BuildRequires: python3-yamllint -BuildRequires: python3-ruamel-yaml # General requires Requires: python3-textfsm -Requires: python3-pytest -Requires: python3-pyyaml -Requires: python3-yamllint -Requires: python3-ruamel-yaml %description -n python3-ntc-templates TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. %package help -Summary: Package to return structured data from the output of network devices. +Summary: TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. Provides: python3-ntc-templates-doc %description help TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable. %prep -%autosetup -n ntc_templates-1.7.0 +%autosetup -n ntc_templates-%{version} %build %py3_build @@ -79,12 +71,14 @@ mv %{buildroot}/doclist.lst . %{__python3} setup.py test %files -n python3-ntc-templates -f filelist.lst - %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog +* Wed Jun 01 2022 OpenStack_SIG - 3.0.0-1 +- Upgrade package python3-ntc-templates to version 3.0.0 + * Mon Jul 26 2021 OpenStack_SIG - 1.7.0-1 - Package Spec generate