Hello community,

here is the log from the commit of package python-futures for openSUSE:Factory 
checked in at 2018-12-14 20:47:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-futures (Old)
 and      /work/SRC/openSUSE:Factory/.python-futures.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-futures"

Fri Dec 14 20:47:22 2018 rev:15 rq:655925 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-futures/python-futures.changes    
2017-12-13 11:57:03.064494100 +0100
+++ /work/SRC/openSUSE:Factory/.python-futures.new.28833/python-futures.changes 
2018-12-14 20:47:24.269508044 +0100
@@ -1,0 +2,11 @@
+Thu Dec  6 14:23:13 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix fdupes call
+- Fix homepage
+
+-------------------------------------------------------------------
+Tue Dec  4 12:48:21 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-futures.spec ++++++
--- /var/tmp/diff_new_pack.zqGit4/_old  2018-12-14 20:47:25.301506622 +0100
+++ /var/tmp/diff_new_pack.zqGit4/_new  2018-12-14 20:47:25.305506617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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
@@ -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 http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -24,14 +24,15 @@
 Summary:        Backport of the concurrent.futures package from Python 3.2
 License:        Python-2.0
 Group:          Development/Languages/Python
-Url:            http://code.google.com/p/pythonfutures
+URL:            https://github.com/agronholm/pythonfutures
 Source:         
https://files.pythonhosted.org/packages/source/f/futures/futures-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+# This packages contain module test from stdlib, nothing to with
+# BuildArch field
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python2-devel
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -49,14 +50,14 @@
 
 %install
 %python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec test_futures.py
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/concurrent/
 %{python_sitelib}/futures-%{version}-py*.egg-info
 


Reply via email to