Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2019-09-26 20:40:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and      /work/SRC/openSUSE:Factory/.python-Glances.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Glances"

Thu Sep 26 20:40:00 2019 rev:3 rq:732883 version:3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes    
2019-06-03 18:55:18.296430311 +0200
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.2352/python-Glances.changes  
2019-09-26 20:40:14.886700551 +0200
@@ -1,0 +2,34 @@
+Tue Sep 24 09:09:52 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 3.1.2:
+  * Make CSV export append instead of replace #1525
+  * HDDTEMP config IP and Port #1508
+  * Option in config to change character used to display percentage in 
Quicklook #1508
+  * Cannot restart glances with --export influxdb after update to 3.1.1 bug 
#1530
+  * ip plugin empty interface bug #1509
+  * Glances Snap doesn't run on Orange Pi Zero running Ubuntu Core 16 bug #1517
+  * Error with IP Plugin : object has no attribute bug #1528
+  * repair the problem that when running 'glances --stdout-csv amps' #1520
+  * Possible typo in glances_influxdb.py #1514
+
+-------------------------------------------------------------------
+Wed Jul 24 11:49:15 UTC 2019 - Marketa Calabkova <mcalabk...@suse.com>
+
+- update to version 3.1.1
+  Enhancements and new features:
+  * Add authprovider for cassandra export (thanks to @EmilienMottet) #1395
+  * Curses's browser server list sorting added (thanks to @limfreee) #1396
+  * Performance issue with large folder #1491
+  * Can't connect to influxdb with https enabled #1497
+  Bugs corrected:
+  * Fix Cassandra table name export #1402
+  * 500 Internal Server Error /api/3/network/interface_name #1401
+  * l keypress (hide alert log) not working after some time #1449
+  * IP plugin displays incorrect subnet mask #1417
+  Others:
+  * Allow comma separated commands in AMP
+  * See upstream changelog for more info
+- Added patch skip-online-tests.patch
+  * self-explaining
+
+-------------------------------------------------------------------

Old:
----
  v3.1.0.tar.gz

New:
----
  skip-online-tests.patch
  v3.1.2.tar.gz

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

Other differences:
------------------
++++++ python-Glances.spec ++++++
--- /var/tmp/diff_new_pack.YFatOf/_old  2019-09-26 20:40:16.950695036 +0200
+++ /var/tmp/diff_new_pack.YFatOf/_new  2019-09-26 20:40:16.978694961 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-Glances
-Version:        3.1.0
+Version:        3.1.2
 Release:        0
 Summary:        A cross-platform curses-based monitoring tool
 License:        LGPL-3.0-only
@@ -27,22 +27,30 @@
 Source:         https://github.com/nicolargo/glances/archive/v%{version}.tar.gz
 Patch0:         adjust-data-files.patch
 Patch1:         remove-shebang.patch
+Patch2:         skip-online-tests.patch
 BuildRequires:  %{python_module bottle}
+BuildRequires:  %{python_module curses}
+BuildRequires:  %{python_module netifaces}
+BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module psutil >= 5.3.0}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python2-future
 Requires:       python-bottle
 Requires:       python-curses
-Requires:       python-psutil >= 5.3.0
+Requires:       python-psutil >= 5.6.3
 Requires:       python-requests
 Provides:       python-glances = %{version}
-Obsoletes:      python-glances
+Obsoletes:      python-glances < %{version}
+BuildArch:      noarch
+%ifpython2
+Requires:       python-future
+%endif
 %ifpython3
 Provides:       glances
 %endif
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -58,6 +66,7 @@
 %build
 %python_build
 
+# tests are failing on upstream, they apparently don't mind
 %check
 export LANG=en_US.UTF-8
 %python_exec unitest.py
@@ -70,7 +79,7 @@
 
 %files %{python_files}
 %license COPYING
-%doc NEWS README.rst
+%doc NEWS.rst README.rst
 %python3_only %{_bindir}/glances
 %python3_only %{_mandir}/man1/glances.1.gz
 %{python_sitelib}/*

++++++ adjust-data-files.patch ++++++
--- /var/tmp/diff_new_pack.YFatOf/_old  2019-09-26 20:40:17.038694801 +0200
+++ /var/tmp/diff_new_pack.YFatOf/_new  2019-09-26 20:40:17.038694801 +0200
@@ -1,12 +1,12 @@
-diff --git a/setup.py b/setup.py
-index 73883c1..86f0be5 100755
---- a/setup.py
-+++ b/setup.py
-@@ -32,8 +32,6 @@ with open('README.rst', encoding='utf-8') as f:
+Index: glances-3.1.1/setup.py
+===================================================================
+--- glances-3.1.1.orig/setup.py
++++ glances-3.1.1/setup.py
+@@ -32,8 +32,6 @@ with open('README.rst', encoding='utf-8'
  
  def get_data_files():
      data_files = [
--        ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst',
+-        ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS.rst', 'README.rst',
 -                               'CONTRIBUTING.md', 'conf/glances.conf']),
          ('share/man/man1', ['docs/man/glances.1'])
      ]

++++++ skip-online-tests.patch ++++++
Index: glances-3.1.1/unitest.py
===================================================================
--- glances-3.1.1.orig/unitest.py
+++ glances-3.1.1/unitest.py
@@ -191,6 +191,7 @@ class TestGlances(unittest.TestCase):
         self.assertTrue(type(stats_grab) is list, msg='Folders stats is not a 
list')
         print('INFO: Folders stats: %s' % stats_grab)
 
+    @unittest.skip("online")
     def test_012_ip(self):
         """Check IP plugin."""
         print('INFO: [TEST_012] Check IP stats')
++++++ v3.1.0.tar.gz -> v3.1.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-Glances/v3.1.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-Glances.new.2352/v3.1.2.tar.gz differ: char 
30, line 1


Reply via email to