Hello community,
here is the log from the commit of package python-ciscoconfparse for
openSUSE:Factory checked in at 2016-03-17 16:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ciscoconfparse (Old)
and /work/SRC/openSUSE:Factory/.python-ciscoconfparse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ciscoconfparse"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-ciscoconfparse/python-ciscoconfparse.changes
2016-02-09 13:32:20.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-ciscoconfparse.new/python-ciscoconfparse.changes
2016-03-17 16:47:53.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 13 21:24:28 UTC 2016 - [email protected]
+
+- fix license
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ciscoconfparse.spec ++++++
--- /var/tmp/diff_new_pack.RSGAYN/_old 2016-03-17 16:47:53.000000000 +0100
+++ /var/tmp/diff_new_pack.RSGAYN/_new 2016-03-17 16:47:53.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-ciscoconfparse
#
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,26 +13,27 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python-ciscoconfparse
Version: 1.2.39
Release: 0
-License: GPL-3.0
Summary: Parse, Audit, Query, Build, and Modify Cisco IOS-style
configurations
-Url: http://www.pennington.net/py/ciscoconfparse/
+License: GPL-3.0+
Group: Development/Languages/Python
+Url: http://www.pennington.net/py/ciscoconfparse/
Source:
https://pypi.python.org/packages/source/c/ciscoconfparse/ciscoconfparse-%{version}.tar.gz
# PATCH-FIX-OPENSUSE skip-setuptools-hg-require.patch
Patch0: skip-setuptools-hg-require.patch
+BuildRequires: python-colorama
BuildRequires: python-devel
-BuildRequires: python-setuptools
-BuildRequires: python-ipaddr
BuildRequires: python-dnspython
-BuildRequires: python-colorama
-Requires: python-ipaddr
-Requires: python-dnspython
+BuildRequires: python-ipaddr
+BuildRequires: python-setuptools
Requires: python-colorama
+Requires: python-dnspython
+Requires: python-ipaddr
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}