From a06f9f04d13ab13e74d6ed4c2e46af449b59d08418dabb1cd1f0341029a411d2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 2 Nov 2021 21:27:11 +0000 Subject: [PATCH] Accepting request 928832 from home:mnhauke - 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 OBS-URL: https://build.opensuse.org/request/show/928832 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ciscoconfparse?expand=0&rev=40 --- ciscoconfparse-1.5.36.tar.gz | 3 --- ciscoconfparse-1.5.51.tar.gz | 3 +++ python-ciscoconfparse.changes | 13 +++++++++++++ python-ciscoconfparse.spec | 4 +++- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 ciscoconfparse-1.5.36.tar.gz create mode 100644 ciscoconfparse-1.5.51.tar.gz diff --git a/ciscoconfparse-1.5.36.tar.gz b/ciscoconfparse-1.5.36.tar.gz deleted file mode 100644 index cafc6e9..0000000 --- a/ciscoconfparse-1.5.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e06ef83fe77d62d7d7d5b89d2f95a9bbe04b5ca059432e59e7b1549a672ef874 -size 140847 diff --git a/ciscoconfparse-1.5.51.tar.gz b/ciscoconfparse-1.5.51.tar.gz new file mode 100644 index 0000000..1ad8db5 --- /dev/null +++ b/ciscoconfparse-1.5.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392688d883727cc85b09d294bcc13c15e5d8f9c7b3b571ad8570028514ae1364 +size 145675 diff --git a/python-ciscoconfparse.changes b/python-ciscoconfparse.changes index ddc714e..1f09a82 100644 --- a/python-ciscoconfparse.changes +++ b/python-ciscoconfparse.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Nov 2 16:54:44 UTC 2021 - Martin Hauke + +- 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 + ------------------------------------------------------------------- Tue Jul 13 07:29:52 UTC 2021 - Martin Hauke diff --git a/python-ciscoconfparse.spec b/python-ciscoconfparse.spec index 6b5d035..ad13dbd 100644 --- a/python-ciscoconfparse.spec +++ b/python-ciscoconfparse.spec @@ -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 @@ URL: https://github.com/mpenning/ciscoconfparse 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 @@ BuildRequires: python2-mock %endif Requires: python-colorama Requires: python-dnspython +Requires: python-loguru %ifpython2 Requires: python-ipaddr >= 2.1.11 %endif