18
0

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
This commit is contained in:
2021-11-02 21:27:11 +00:00
committed by Git OBS Bridge
parent 5d37e85009
commit a06f9f04d1
4 changed files with 19 additions and 4 deletions

View File

@@ -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