!2 Update package ntc-templates of version 3.0.0
From: @A_L_I_E_Z Reviewed-by: @huangtianhua Signed-off-by: @huangtianhua
This commit is contained in:
commit
40f38c70f5
Binary file not shown.
BIN
ntc_templates-3.0.0.tar.gz
Normal file
BIN
ntc_templates-3.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-ntc-templates
|
Name: python-ntc-templates
|
||||||
Version: 1.7.0
|
Version: 3.0.0
|
||||||
Release: 1
|
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
|
License: Apache-2.0
|
||||||
URL: https://github.com/networktocode/ntc-templates
|
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
|
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.
|
||||||
|
|
||||||
%package -n python3-ntc-templates
|
%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
|
Provides: python-ntc-templates
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -21,27 +21,19 @@ BuildRequires: python3-pip
|
|||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
# General requires
|
# General requires
|
||||||
BuildRequires: python3-textfsm
|
BuildRequires: python3-textfsm
|
||||||
BuildRequires: python3-pytest
|
|
||||||
BuildRequires: python3-pyyaml
|
|
||||||
BuildRequires: python3-yamllint
|
|
||||||
BuildRequires: python3-ruamel-yaml
|
|
||||||
# General requires
|
# General requires
|
||||||
Requires: python3-textfsm
|
Requires: python3-textfsm
|
||||||
Requires: python3-pytest
|
|
||||||
Requires: python3-pyyaml
|
|
||||||
Requires: python3-yamllint
|
|
||||||
Requires: python3-ruamel-yaml
|
|
||||||
%description -n python3-ntc-templates
|
%description -n python3-ntc-templates
|
||||||
TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
|
TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
|
||||||
|
|
||||||
%package help
|
%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
|
Provides: python3-ntc-templates-doc
|
||||||
%description help
|
%description help
|
||||||
TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
|
TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n ntc_templates-1.7.0
|
%autosetup -n ntc_templates-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -79,12 +71,14 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{__python3} setup.py test
|
%{__python3} setup.py test
|
||||||
|
|
||||||
%files -n python3-ntc-templates -f filelist.lst
|
%files -n python3-ntc-templates -f filelist.lst
|
||||||
|
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 01 2022 OpenStack_SIG <openstack@openeuler.org> - 3.0.0-1
|
||||||
|
- Upgrade package python3-ntc-templates to version 3.0.0
|
||||||
|
|
||||||
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.7.0-1
|
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.7.0-1
|
||||||
- Package Spec generate
|
- Package Spec generate
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user