15
0

Accepting request 764194 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/764194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=12
This commit is contained in:
Tomáš Chvátal
2020-01-14 09:05:07 +00:00
committed by Git OBS Bridge
parent cc8ec794c4
commit 08a04ea974
5 changed files with 54 additions and 15 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jan 13 16:58:18 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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
-------------------------------------------------------------------
Sun Oct 6 21:27:25 CEST 2019 - Matej Cepl <mcepl@suse.com>