Hello community,

here is the log from the commit of package python-futures for openSUSE:Factory 
checked in at 2019-01-15 09:12:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-futures (Old)
 and      /work/SRC/openSUSE:Factory/.python-futures.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-futures"

Tue Jan 15 09:12:13 2019 rev:16 rq:664271 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-futures/python-futures.changes    
2018-12-14 20:47:24.269508044 +0100
+++ /work/SRC/openSUSE:Factory/.python-futures.new.28833/python-futures.changes 
2019-01-15 09:13:02.338421288 +0100
@@ -1,0 +2,6 @@
+Tue Jan  8 23:46:39 UTC 2019 - Jonathan Brownell <[email protected]>
+
+- Add dependency on python-test for Red Hat platforms to avoid build
+  error "ImportError: No module named _testcapi"
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-futures.spec ++++++
--- /var/tmp/diff_new_pack.qYDNj2/_old  2019-01-15 09:13:02.654420996 +0100
+++ /var/tmp/diff_new_pack.qYDNj2/_new  2019-01-15 09:13:02.654420996 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-futures
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
@@ -24,13 +24,16 @@
 Summary:        Backport of the concurrent.futures package from Python 3.2
 License:        Python-2.0
 Group:          Development/Languages/Python
-URL:            https://github.com/agronholm/pythonfutures
+Url:            https://github.com/agronholm/pythonfutures
 Source:         
https://files.pythonhosted.org/packages/source/f/futures/futures-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 # This packages contain module test from stdlib, nothing to with
 # BuildArch field
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+%if 0%{?rhel} || 0%{?fedora}
+BuildRequires:  python-test
+%endif
 BuildRequires:  python2-devel
 BuildArch:      noarch
 %python_subpackages


Reply via email to