Hello community,
here is the log from the commit of package python-configparser for
openSUSE:Factory checked in at 2017-03-12 20:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-configparser (Old)
and /work/SRC/openSUSE:Factory/.python-configparser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-configparser"
Sun Mar 12 20:02:13 2017 rev:2 rq:477297 version:3.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes
2017-01-25 23:21:28.463615857 +0100
+++
/work/SRC/openSUSE:Factory/.python-configparser.new/python-configparser.changes
2017-03-12 20:02:14.872632603 +0100
@@ -1,0 +2,6 @@
+Mon Mar 6 14:44:12 UTC 2017 - [email protected]
+
+- provide python2-configparser to seamlessly support singlespec
+- restore "unneeded file" that is actually needed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-configparser.spec ++++++
--- /var/tmp/diff_new_pack.Tk8m2f/_old 2017-03-12 20:02:15.316569786 +0100
+++ /var/tmp/diff_new_pack.Tk8m2f/_new 2017-03-12 20:02:15.316569786 +0100
@@ -1,8 +1,8 @@
#
# spec file for package python-configparser
#
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016, Martin Hauke <[email protected]>
-# 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
@@ -14,15 +14,16 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
Name: python-configparser
Version: 3.5.0
Release: 0
-License: MIT
Summary: Backport of the enhanced config parser introduced in Python 3.x
-Url: http://docs.python.org/3/library/configparser.html
+License: MIT
Group: Development/Languages/Python
+Url: http://docs.python.org/3/library/configparser.html
Source:
https://pypi.io/packages/source/c/configparser/configparser-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: python-devel
@@ -33,6 +34,7 @@
%else
BuildArch: noarch
%endif
+Provides: python2-configparser
%description
The ancient ConfigParser module available in the standard library 2.x has
@@ -47,12 +49,9 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-# remove unneeded files
-rm -f
%{buildroot}/%{python_sitelib}/configparser-%{version}-py%{py_ver}-nspkg.pth
%fdupes %{buildroot}/%{python_sitelib}/*
-
%files
%defattr(-,root,root,-)
%doc README.rst