Hello community,
here is the log from the commit of package python-functools32 for
openSUSE:Factory checked in at 2017-04-12 17:35:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-functools32 (Old)
and /work/SRC/openSUSE:Factory/.python-functools32.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-functools32"
Wed Apr 12 17:35:28 2017 rev:2 rq:486633 version:3.2.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-functools32/python-functools32.changes
2015-08-21 07:40:41.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-functools32.new/python-functools32.changes
2017-04-12 18:19:45.519901936 +0200
@@ -1,0 +2,5 @@
+Fri Apr 7 20:53:08 UTC 2017 - [email protected]
+
+- Add python2 provides for singlespec compatibility.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-functools32.spec ++++++
--- /var/tmp/diff_new_pack.XtBKI1/_old 2017-04-12 18:19:45.967838595 +0200
+++ /var/tmp/diff_new_pack.XtBKI1/_new 2017-04-12 18:19:45.971838030 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-functools32
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -28,12 +28,10 @@
Source:
https://pypi.python.org/packages/source/f/functools32/functools32-%{tarver}.tar.gz
BuildRequires: python-devel
BuildRequires: python-nose
+# For singlespec compatibility
+Provides: python2-functools32 = %{version}
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()")}
-%else
BuildArch: noarch
-%endif
%description
This is a backport of the functools standard library module from