Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ntc-templates for openSUSE:Factory checked in at 2021-10-13 18:06:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ntc-templates (Old) and /work/SRC/openSUSE:Factory/.python-ntc-templates.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ntc-templates" Wed Oct 13 18:06:33 2021 rev:5 rq:925096 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ntc-templates/python-ntc-templates.changes 2021-09-06 15:58:24.117290055 +0200 +++ /work/SRC/openSUSE:Factory/.python-ntc-templates.new.2443/python-ntc-templates.changes 2021-10-13 18:11:22.515771995 +0200 @@ -1,0 +2,12 @@ +Wed Oct 13 10:27:21 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 2.3.2 + * Bugfixes + - cisco_ios_show_ip_bgp_summary Account for dotted ASN notation + #987 + - cisco_nxos_show_interface_status Account for blank type #980 + - cisco_ios_show_interfaces Account for App Interface #968 +- Fix some rpmlint errors. +- Mock is actually not needed. + +------------------------------------------------------------------- Old: ---- v2.3.1.tar.gz New: ---- v2.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ntc-templates.spec ++++++ --- /var/tmp/diff_new_pack.oRSNYX/_old 2021-10-13 18:11:23.103772916 +0200 +++ /var/tmp/diff_new_pack.oRSNYX/_new 2021-10-13 18:11:23.103772916 +0200 @@ -19,10 +19,11 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ntc-templates -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: Package to return structured data from the output of network devices License: Apache-2.0 +Group: Development/Languages/Python URL: https://github.com/networktocode/ntc-templates Source: https://github.com/networktocode/ntc-templates/archive/v%{version}.tar.gz BuildRequires: %{python_module pip} @@ -38,17 +39,19 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pyaml} -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 4.0.0} BuildRequires: %{python_module ruamel.yaml} BuildRequires: %{python_module textfsm >= 1.1.0} # /SECTION %python_subpackages %description -Package to return structured data from the output of network devices. +TextFSM is a project built by Google that takes CLI string output and passes each line through a series of regular expressions until it finds a match. The regular expressions use named capture groups to build a text table out of the significant text. The names of the capture groups are used as column headers, and the captured values are stored as rows in the table. %prep %setup -q -n ntc-templates-%{version} +# rpmlintrc +chmod -x ntc_templates/templates/cisco* %build %pyproject_wheel ++++++ v2.3.1.tar.gz -> v2.3.2.tar.gz ++++++ ++++ 2472 lines of diff (skipped)