Hello community,
here is the log from the commit of package python-requests-futures for
openSUSE:Factory checked in at 2018-01-06 18:48:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-requests-futures (Old)
and /work/SRC/openSUSE:Factory/.python-requests-futures.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-requests-futures"
Sat Jan 6 18:48:19 2018 rev:2 rq:561642 version:0.9.7
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-requests-futures/python-requests-futures.changes
2017-10-18 10:51:18.254558874 +0200
+++
/work/SRC/openSUSE:Factory/.python-requests-futures.new/python-requests-futures.changes
2018-01-06 18:48:21.773548366 +0100
@@ -1,0 +2,6 @@
+Thu Jan 4 11:00:16 UTC 2018 - [email protected]
+
+- python3-futures doesn't exist so only require it when building
+ the python2 flavor
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-requests-futures.spec ++++++
--- /var/tmp/diff_new_pack.7gU9Wc/_old 2018-01-06 18:48:22.677506128 +0100
+++ /var/tmp/diff_new_pack.7gU9Wc/_new 2018-01-06 18:48:22.677506128 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-requests-futures
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -32,7 +32,9 @@
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+%ifpython2
Requires: python-futures >= 2.1.3
+%endif
Requires: python-requests >= 1.2.0
%python_subpackages