Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-ciscoconfparse for
openSUSE:Factory checked in at 2021-11-03 17:25:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ciscoconfparse (Old)
and /work/SRC/openSUSE:Factory/.python-ciscoconfparse.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ciscoconfparse"
Wed Nov 3 17:25:51 2021 rev:20 rq:928867 version:1.5.51
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ciscoconfparse/python-ciscoconfparse.changes
2021-07-13 22:37:58.217869980 +0200
+++
/work/SRC/openSUSE:Factory/.python-ciscoconfparse.new.1890/python-ciscoconfparse.changes
2021-11-03 17:26:46.493353925 +0100
@@ -1,0 +2,13 @@
+Tue Nov 2 16:54:44 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 1.5.51
+ * New release with modified copyrights
+ * Fix typos and syntax
+ * Fix insert_before() and insert_after(), update Copyrights
+ * Expose a proxy function to call ipaddress.collapse_addresses()
+ * More logging work... prepare for debugging overhaul.
+ * Refine error logging in setup.py
+ * Fix get_metadata() returned value in setup.py
+ * Rework version.json to metadata.json
+
+-------------------------------------------------------------------
Old:
----
ciscoconfparse-1.5.36.tar.gz
New:
----
ciscoconfparse-1.5.51.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ciscoconfparse.spec ++++++
--- /var/tmp/diff_new_pack.5NFcKH/_old 2021-11-03 17:26:46.889354142 +0100
+++ /var/tmp/diff_new_pack.5NFcKH/_new 2021-11-03 17:26:46.893354144 +0100
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-ciscoconfparse
-Version: 1.5.36
+Version: 1.5.51
Release: 0
Summary: Library for parsing, querying and modifying Cisco IOS-style
configurations
License: GPL-3.0-or-later
@@ -27,6 +27,7 @@
Source:
https://files.pythonhosted.org/packages/source/c/ciscoconfparse/ciscoconfparse-%{version}.tar.gz
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module dnspython}
+BuildRequires: %{python_module loguru}
BuildRequires: %{python_module passlib}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -38,6 +39,7 @@
%endif
Requires: python-colorama
Requires: python-dnspython
+Requires: python-loguru
%ifpython2
Requires: python-ipaddr >= 2.1.11
%endif
++++++ ciscoconfparse-1.5.36.tar.gz -> ciscoconfparse-1.5.51.tar.gz ++++++
++++ 3893 lines of diff (skipped)