commit python-Glances for openSUSE:Factory

2020-08-24 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2020-08-24 15:14:24

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.3399 (New)


Package is "python-Glances"

Mon Aug 24 15:14:24 2020 rev:10 rq:828876 version:3.1.5

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2020-05-28 09:17:01.484922017 +0200
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.3399/python-Glances.changes  
2020-08-24 15:15:08.262745924 +0200
@@ -1,0 +2,32 @@
+Sat Aug 22 22:13:50 UTC 2020 - Martin Hauke 
+
+- Update to version 3.1.5
+  Enhancements and new features:
+  * Enhancement: RSS for containers enhancement.
+  * exports: support rabbitmq amqps enhancement.
+  * Quick Look missing CPU Infos enhancement.
+  * Add amqps protocol suppport for rabbitmq export.
+  * Select host in Grafana json.
+  * Value for free disk space is counterintuative on ext file
+systems enhancement.
+  Bugs corrected:
+  * Can't start server: unexpected keyword argument 'address' bug
+enhancement.
+  * class AmpsList method _build_amps_list() Windows fail
+(glances/amps_list.py) bug #1689
+  * Fix grammar in sensors documentation #1681
+  * Reflect "used percent" user disk space for [fs] alert #1680
+  * Bug: [fs] plugin needs to reflect user disk space usage needs
+test #1658
+  * Fixed formatting on FS example #1673
+  * Missing temperature documentation #1664
+  * Wiki page for starting as a service documentation #1661
+  * tests using /etc/glances/glances.conf from already installed
+version bug #1654
+  * Unittests: Use sys.executable instead of hardcoding the python
+interpreter #1655
+  * Glances should not phone home install #1646
+  * Add lighttpd reverse proxy config to the wiki documentation.
+  * Undefined name 'i' in plugins/glances_gpu.py bug #1635
+
+---

Old:

  v3.1.4.1.tar.gz

New:

  v3.1.5.tar.gz



Other differences:
--
++ python-Glances.spec ++
--- /var/tmp/diff_new_pack.UT33ZK/_old  2020-08-24 15:15:09.422746489 +0200
+++ /var/tmp/diff_new_pack.UT33ZK/_new  2020-08-24 15:15:09.426746491 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-Glances
-Version:3.1.4.1
+Version:3.1.5
 Release:0
 Summary:A cross-platform curses-based monitoring tool
 License:LGPL-3.0-only

++ v3.1.4.1.tar.gz -> v3.1.5.tar.gz ++
/work/SRC/openSUSE:Factory/python-Glances/v3.1.4.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-Glances.new.3399/v3.1.5.tar.gz differ: char 
29, line 1




commit python-Glances for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2020-05-28 09:16:54

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.3606 (New)


Package is "python-Glances"

Thu May 28 09:16:54 2020 rev:9 rq:809366 version:3.1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2020-05-08 23:06:44.402032416 +0200
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.3606/python-Glances.changes  
2020-05-28 09:17:01.484922017 +0200
@@ -1,0 +2,5 @@
+Tue May 26 06:34:24 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-Glances.spec ++
--- /var/tmp/diff_new_pack.T7Nm9l/_old  2020-05-28 09:17:03.296926293 +0200
+++ /var/tmp/diff_new_pack.T7Nm9l/_new  2020-05-28 09:17:03.296926293 +0200
@@ -40,11 +40,13 @@
 Requires:   python-future
 Requires:   python-psutil >= 5.6.3
 Requires:   python-requests
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 Recommends: python-curses
 Provides:   python-glances = %{version}
 Obsoletes:  python-glances < %{version}
-BuildArch:  noarch
 Provides:   glances
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -62,6 +64,8 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_mandir}/man1/glances.1
+%python_clone -a %{buildroot}%{_bindir}/glances
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -70,11 +74,17 @@
 %python_exec unitest-restful.py
 %python_exec unitest-xmlrpc.py
 
+%post
+%python_install_alternative glances glances.1
+
+%postun
+%python_uninstall_alternative glances
+
 %files %{python_files}
 %license COPYING
 %doc NEWS.rst README.rst
-%python3_only %{_bindir}/glances
-%python3_only %{_mandir}/man1/glances.1.gz
+%python_alternative %{_bindir}/glances
+%python_alternative %{_mandir}/man1/glances.1%{?ext_man}
 %{python_sitelib}/*
 
 %changelog




commit python-Glances for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2020-05-08 23:06:41

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.2738 (New)


Package is "python-Glances"

Fri May  8 23:06:41 2020 rev:8 rq:801235 version:3.1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2020-03-26 23:35:22.810820667 +0100
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.2738/python-Glances.changes  
2020-05-08 23:06:44.402032416 +0200
@@ -1,0 +2,7 @@
+Wed May  6 18:46:52 UTC 2020 - Martin Hauke 
+
+- Drop python2
+- Add patch:
+  * fix-tests.patch
+
+---

New:

  fix-tests.patch



Other differences:
--
++ python-Glances.spec ++
--- /var/tmp/diff_new_pack.gtS6iL/_old  2020-05-08 23:06:45.522034704 +0200
+++ /var/tmp/diff_new_pack.gtS6iL/_new  2020-05-08 23:06:45.526034713 +0200
@@ -17,6 +17,7 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-Glances
 Version:3.1.4.1
 Release:0
@@ -27,6 +28,7 @@
 Patch0: adjust-data-files.patch
 Patch1: remove-shebang.patch
 Patch2: skip-online-tests.patch
+Patch3: fix-tests.patch
 BuildRequires:  %{python_module bottle}
 BuildRequires:  %{python_module future}
 BuildRequires:  %{python_module psutil >= 5.6.3}
@@ -42,9 +44,7 @@
 Provides:   python-glances = %{version}
 Obsoletes:  python-glances < %{version}
 BuildArch:  noarch
-%ifpython3
 Provides:   glances
-%endif
 %python_subpackages
 
 %description

++ fix-tests.patch ++
diff --git a/unitest-restful.py b/unitest-restful.py
index 7b77a2b..5f991bd 100755
--- a/unitest-restful.py
+++ b/unitest-restful.py
@@ -22,6 +22,7 @@
 
 import shlex
 import subprocess
+import sys
 import time
 import numbers
 import unittest
@@ -64,7 +65,7 @@ class TestGlances(unittest.TestCase):
 global pid
 
 print('INFO: [TEST_000] Start the Glances Web Server')
-cmdline = "python -m glances -w -p %s" % SERVER_PORT
+cmdline = "%s -m glances -w -p %s" % (sys.executable, SERVER_PORT)
 print("Run the Glances Web Server on port %s" % SERVER_PORT)
 args = shlex.split(cmdline)
 pid = subprocess.Popen(args)
diff --git a/unitest-xmlrpc.py b/unitest-xmlrpc.py
index 7e52ec5..384fa46 100755
--- a/unitest-xmlrpc.py
+++ b/unitest-xmlrpc.py
@@ -23,6 +23,7 @@
 import json
 import shlex
 import subprocess
+import sys
 import time
 import unittest
 
@@ -53,7 +54,7 @@ class TestGlances(unittest.TestCase):
 global pid
 
 print('INFO: [TEST_000] Start the Glances Web Server')
-cmdline = "python -m glances -s -p %s" % SERVER_PORT
+cmdline = "%s -m glances -s -p %s" % (sys.executable, SERVER_PORT)
 print("Run the Glances Server on port %s" % SERVER_PORT)
 args = shlex.split(cmdline)
 pid = subprocess.Popen(args)



commit python-Glances for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2020-03-26 23:35:03

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.3160 (New)


Package is "python-Glances"

Thu Mar 26 23:35:03 2020 rev:7 rq:788590 version:3.1.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2020-03-11 18:54:42.915657950 +0100
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.3160/python-Glances.changes  
2020-03-26 23:35:22.810820667 +0100
@@ -1,0 +2,6 @@
+Thu Mar 26 14:09:01 UTC 2020 - Martin Hauke 
+
+- Update to version 3.1.4.1
+  - Fix incorrect version in manpage
+
+---

Old:

  v3.1.4.tar.gz

New:

  v3.1.4.1.tar.gz



Other differences:
--
++ python-Glances.spec ++
--- /var/tmp/diff_new_pack.hCb2Ny/_old  2020-03-26 23:35:23.738821002 +0100
+++ /var/tmp/diff_new_pack.hCb2Ny/_new  2020-03-26 23:35:23.738821002 +0100
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Glances
-Version:3.1.4
+Version:3.1.4.1
 Release:0
 Summary:A cross-platform curses-based monitoring tool
 License:LGPL-3.0-only

++ v3.1.4.tar.gz -> v3.1.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-Glances/v3.1.4.tar.gz 
/work/SRC/openSUSE:Factory/.python-Glances.new.3160/v3.1.4.1.tar.gz differ: 
char 29, line 1




commit python-Glances for openSUSE:Factory

2020-03-11 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2020-03-11 18:51:41

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.3160 (New)


Package is "python-Glances"

Wed Mar 11 18:51:41 2020 rev:6 rq:783561 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2020-01-14 21:11:53.350890790 +0100
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.3160/python-Glances.changes  
2020-03-11 18:54:42.915657950 +0100
@@ -1,0 +2,38 @@
+Tue Mar 10 21:49:13 UTC 2020 - Martin Hauke 
+
+- Update to version 3.1.4
+  Enhancements and new features:
+  * Add a CSV output format to the STDOUT output mode
+  * Feature request: HDD S.M.A.R.T. reports
+  * Sort docker stats
+  * Prohibit some plug-in data from being exported to influxdb
+  * Disable plugin from Glances configuration file
+  * Curses-browser's server list paging added
+  * Client Browser's thread management added
+  Bugs corrected:
+  * TypeError: '<' not supported between instances of 'float' and 'str'
+  * GPU plugin not exported to influxdb
+  * Crash after running fine for several hours
+  * Timezone listed doesn’t match system timezone, outputs wrong
+time
+  * ERROR -- Can not grab extended stats (invalid attr name
+'num_fds')
+  * Action on port/web plugins is not working
+  * Support for monochrome (serial) terminals e.g. vt220
+  * TypeError on opening (Wifi plugin)
+  * Some field name are incorrect in CSV export
+  * Standard output misbehaviour (need to flush)
+  * Create an option to set the username to use in Web or RPC Server
+mode
+  * Missing kernel task names when the webui is switched to long
+process names
+  * Drive name with special characters causes crash
+  * Cannot get stats in Cloud plugin
+  Others:
+  * Add Docker documentation
+  * Refactor Glances logs (now called Glances events)
+- Import old changelogs from the package in server:monitoring
+- Remove patch:
+  * fix-unittest.patch (not longer needed)
+
+---
@@ -72,0 +111,274 @@
+
+---
+Mon Jan  7 22:05:29 UTC 2019 - mar...@gmx.de
+
+- Adjust wildcard to match the egg-info in %{python_sitelib}
+
+---
+Sun Dec 16 19:01:37 UTC 2018 - mar...@gmx.de
+
+- Specfile cleanup
+- Switch to python3
+- Update to version 3.0.2
+  See https://github.com/nicolargo/glances/wiki/Glances-3.0-Release-Note
+  for the full changelog.
+
+---
+Sun Oct  1 14:33:28 UTC 2017 - mar...@gmx.de
+
+- Update to version 2.11.1
+ - Enhancements and new features:
+   * New export plugin: standard and configurable Restfull exporter (issue 
#1129)
+   * Add a JSON export module (issue #1130)
+   * [WIP] Refactoring of the WebUI
+ - Bugs corrected:
+   * Installing GPU plugin crashes entire Glances (issue #1102)
+   * Potential memory leak in Windows WebUI (issue #1056)
+   * glances_network `OSError: [Errno 19] No such device` (issue #1106)
+   * GPU plugin. : ... not JSON serializable"> (issue #1112)
+   * PermissionError on macOS (issue #1120)
+   * Cant move up or down in glances --browser (issue #1113)
+   * Unable to give aliases to or hide network interfaces and disks (issue 
#1126)
+   * `UnicodeDecodeError` on mountpoints with non-breaking spaces (issue #1128)
+
+---
+Wed May 29 17:49:43 UTC 2017 - mar...@gmx.de
+
+- Update to version 2.10
+ - Enhancements and new features:
+   * New plugin to scan remote Web sites (URL) (issue #981)
+   * Add trends in the Curses interface (issue #1077)
+   * Add new repeat function to the action (issue #952)
+   * Use -> and <- arrows keys to switch between processing sort (issue #1075)
+   * Refactor __init__ and main scripts (issue #1050)
+   * [WebUI] Improve WebUI for Windows 10 (issue #1052)
+ - Bugs corrected:
+   * StatsD export prefix option is ignored (issue #1074)
+   * Some FS and LAN metrics fail to export correctly to StatsD (issue #1068)
+   * Problem with non breaking space in file system name (issue #1065)
+   * TypeError: string indices must be integers (Network plugin) (issue #1054)
+   * No Offline status for timeouted ports? (issue #1084)
+   * When exporting, uptime values loop after 1 day (issue #1092)
+
+---
+Sat Apr  1 18:36:27 UTC 2017 - mar...@gmx.de
+
+- Update to version 2.9.1
+  * Glances PerCPU issues with Curses UI on Android (issue #1071)
+  * Remove extra } in format string (issue #1073)
+

commit python-Glances for openSUSE:Factory

2020-01-14 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2020-01-14 21:08:07

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.6675 (New)


Package is "python-Glances"

Tue Jan 14 21:08:07 2020 rev:5 rq:764195 version:3.1.3

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2019-10-07 14:14:07.674887861 +0200
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.6675/python-Glances.changes  
2020-01-14 21:11:53.350890790 +0100
@@ -1,0 +2,13 @@
+Mon Jan 13 16:58:18 UTC 2020 - Marketa Calabkova 
+
+- update to 3.1.3
+  * Add a new TCP connections status plugin enhancement
+  * Add --enable-plugin option from the command line
+  * Fix custom refresh time in the web UI
+  * Fix issue in WebUI with empty docker stats
+  * Glances fails without network interface bug fixed
+  * Disable option in the configuration file is now take into account
+  * Sensors plugin is disable by default (high CPU consumption on some Linux 
distribution).
+- added upstream patch fix-unittest.patch to fix tests
+
+---

Old:

  v3.1.2.tar.gz

New:

  fix-unittest.patch
  v3.1.3.tar.gz



Other differences:
--
++ python-Glances.spec ++
--- /var/tmp/diff_new_pack.Gp4eYu/_old  2020-01-14 21:11:57.202892573 +0100
+++ /var/tmp/diff_new_pack.Gp4eYu/_new  2020-01-14 21:11:57.202892573 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Glances
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-Glances
-Version:3.1.2
+Version:3.1.3
 Release:0
 Summary:A cross-platform curses-based monitoring tool
 License:LGPL-3.0-only
@@ -27,21 +27,20 @@
 Patch0: adjust-data-files.patch
 Patch1: remove-shebang.patch
 Patch2: skip-online-tests.patch
+#PATCH-FIX-UPSTREAM 
https://github.com/nicolargo/glances/commit/793552ea864c9220a578ee5e610ebb85c05728c9
 Correct unitest
+Patch3: fix-unittest.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}
+BuildRequires:  %{python_module psutil >= 5.6.3}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-bottle
-Requires:   python-curses
 Requires:   python-future
 Requires:   python-psutil >= 5.6.3
 Requires:   python-requests
+Recommends: python-curses
 Provides:   python-glances = %{version}
 Obsoletes:  python-glances < %{version}
 BuildArch:  noarch
@@ -63,17 +62,16 @@
 %build
 %python_build
 
-# tests are failing on upstream, they apparently don't mind
+%install
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+
 %check
 export LANG=en_US.UTF-8
 %python_exec unitest.py
 %python_exec unitest-restful.py
 %python_exec unitest-xmlrpc.py
 
-%install
-%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
-
 %files %{python_files}
 %license COPYING
 %doc NEWS.rst README.rst

++ fix-unittest.patch ++
>From 793552ea864c9220a578ee5e610ebb85c05728c9 Mon Sep 17 00:00:00 2001
From: nicolargo 
Date: Sat, 12 Oct 2019 11:45:36 +0200
Subject: [PATCH] Correct unitest

---
 glances/plugins/glances_plugin.py | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/glances/plugins/glances_plugin.py 
b/glances/plugins/glances_plugin.py
index 6a1c8606..23a76f80 100644
--- a/glances/plugins/glances_plugin.py
+++ b/glances/plugins/glances_plugin.py
@@ -86,10 +86,11 @@ def __init__(self,
 self.stats_history = self.init_stats_history()
 
 # Init the limits (configuration keys) dictionnary
-logger.debug('Load section {} in {}'.format(self.plugin_name,
-
config.config_file_paths()))
 self._limits = dict()
-self.load_limits(config=config)
+if config is not None:
+logger.debug('Load section {} in {}'.format(self.plugin_name,
+
config.config_file_paths()))
+self.load_limits(config=config)
 
 # Init 

commit python-Glances for openSUSE:Factory

2019-10-07 Thread root
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 
+
+- 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




commit python-Glances for openSUSE:Factory

2019-09-26 Thread root
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 
+
+- 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 
+
+- 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 

commit python-Glances for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package python-Glances for openSUSE:Factory 
checked in at 2019-06-03 18:54:49

Comparing /work/SRC/openSUSE:Factory/python-Glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-Glances.new.5148 (New)


Package is "python-Glances"

Mon Jun  3 18:54:49 2019 rev:2 rq:707044 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-Glances/python-Glances.changes
2019-05-24 11:29:56.989428646 +0200
+++ /work/SRC/openSUSE:Factory/.python-Glances.new.5148/python-Glances.changes  
2019-06-03 18:55:18.296430311 +0200
@@ -1,0 +2,5 @@
+Sun Jun  2 18:14:30 UTC 2019 - Jan Engelhardt 
+
+- Trim filler wording from description.
+
+---



Other differences:
--
++ python-Glances.spec ++
--- /var/tmp/diff_new_pack.5G1p1d/_old  2019-06-03 18:55:19.240429960 +0200
+++ /var/tmp/diff_new_pack.5G1p1d/_new  2019-06-03 18:55:19.248429957 +0200
@@ -46,7 +46,7 @@
 %python_subpackages
 
 %description
-Glances is a cross-platform monitoring tool which aims to present a
+Glances is a cross-platform monitoring tool which presents a
 large amount of monitoring information through a curses or Web
 based interface. The information dynamically adapts depending on the
 size of the user interface.




commit python-glances for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package python-glances for openSUSE:Factory 
checked in at 2019-02-08 12:14:28

Comparing /work/SRC/openSUSE:Factory/python-glances (Old)
 and  /work/SRC/openSUSE:Factory/.python-glances.new.28833 (New)


Package is "python-glances"

Fri Feb  8 12:14:28 2019 rev:2 rq:672438 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-glances/python-glances.changes
2019-01-24 14:04:23.771984232 +0100
+++ /work/SRC/openSUSE:Factory/.python-glances.new.28833/python-glances.changes 
2019-02-08 12:14:37.329441878 +0100
@@ -1,0 +2,34 @@
+Sat Jan 19 16:27:01 UTC 2019 - mar...@gmx.de
+
+- Update to version 3.1.0
+  Enhancements and new features:
+  * Add a CSV output format to the STDOUT output mode
+  * Feature request: HDD S.M.A.R.T. reports
+  * Sort docker
+  * Prohibit some plug-in data from being exported to influxdb
+  * Disable plugin from Glances configuration file
+  * Curses-browser's server list paging added
+  * Client Browser's thread management added
+  Bugs corrected:
+  * TypeError: '<' not supported between instances of 'float' and 'str'
+  * GPU plugin not exported to influxdb
+  * Crash after running fine for several hours
+  * Timezone listed doesn’t match system timezone, outputs wrong time
+  * Compare issue with Process.cpu_times()
+  * ERROR -- Can not grab extended stats (invalid attr name 'num_fds')
+  * Action on port/web plugins is not working
+  * Support for monochrome (serial) terminals e.g. vt220
+  * TypeError on opening (Wifi plugin)
+  * Some field name are incorrect in CSV export
+  * Standard output misbehaviour (need to flush)
+  * Create an option to set the username to use in Web or RPC Server
+mode
+  * Missing kernel task names when the webui is switched to long
+process names
+  * Drive name with special characters causes crash
+  * Cannot get stats in Cloud plugin
+  Others:
+  * Refactor Glances logs (now called Glances events)
+  * "chart" extra dep replace by "graph"
+
+---

Old:

  Glances-3.0.2.tar.gz

New:

  Glances-3.1.0.tar.gz



Other differences:
--
++ python-glances.spec ++
--- /var/tmp/diff_new_pack.Nk2fDi/_old  2019-02-08 12:14:38.821441321 +0100
+++ /var/tmp/diff_new_pack.Nk2fDi/_new  2019-02-08 12:14:38.825441318 +0100
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-glances
-Version:3.0.2
+Version:3.1.0
 Release:0
 Summary:A curses-based monitoring tool
 License:LGPL-3.0-only

++ Glances-3.0.2.tar.gz -> Glances-3.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-glances/Glances-3.0.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-glances.new.28833/Glances-3.1.0.tar.gz 
differ: char 5, line 1