Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2019-10-07 13:46:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and      /work/SRC/openSUSE:Factory/.python-Glances.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Glances"

Mon Oct  7 13:46:53 2019 rev:4 rq:735546 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes    
2019-09-26 20:40:14.886700551 +0200
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.2352/python-Glances.changes  
2019-10-07 14:14:07.674887861 +0200
@@ -1,0 +2,6 @@
+Sun Oct  6 21:27:25 CEST 2019 - Matej Cepl <mc...@suse.com>
+
+- python-future is actually required even for py3k version.
+  
https://www.reddit.com/r/openSUSE/comments/de7trv/glances_fails_to_run_with_error/
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-Glances.spec ++++++
--- /var/tmp/diff_new_pack.slSEgG/_old  2019-10-07 14:14:08.126886621 +0200
+++ /var/tmp/diff_new_pack.slSEgG/_new  2019-10-07 14:14:08.130886610 +0200
@@ -22,7 +22,6 @@
 Release:        0
 Summary:        A cross-platform curses-based monitoring tool
 License:        LGPL-3.0-only
-Group:          Development/Languages/Python
 URL:            https://github.com/nicolargo/glances
 Source:         https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
 Patch0:         adjust-data-files.patch
@@ -30,6 +29,7 @@
 Patch2:         skip-online-tests.patch
 BuildRequires:  %{python_module bottle}
 BuildRequires:  %{python_module curses}
+BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module netifaces}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module psutil >= 5.3.0}
@@ -37,17 +37,14 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2-future
 Requires:       python-bottle
 Requires:       python-curses
+Requires:       python-future
 Requires:       python-psutil >= 5.6.3
 Requires:       python-requests
 Provides:       python-glances = %{version}
 Obsoletes:      python-glances < %{version}
 BuildArch:      noarch
-%ifpython2
-Requires:       python-future
-%endif
 %ifpython3
 Provides:       glances
 %endif


Reply via email to