- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Glances?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2019-09-24 09:16:12 +00:00 committed by Git OBS Bridge
parent fde8eab10e
commit 10b1311423
4 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Sep 24 09:09:52 UTC 2019 - Tomáš Chvátal <tchvatal@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 <mcalabkova@suse.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-Glances
Version: 3.1.1
Version: 3.1.2
Release: 0
Summary: A cross-platform curses-based monitoring tool
License: LGPL-3.0-only
@ -42,15 +42,15 @@ Requires: python-bottle
Requires: python-curses
Requires: python-psutil >= 5.6.3
Requires: python-requests
Provides: python-glances = %{version}
Obsoletes: python-glances < %{version}
BuildArch: noarch
%ifpython2
Requires: python-future
%endif
Provides: python-glances = %{version}
Obsoletes: python-glances < %{version}
%ifpython3
Provides: glances
%endif
BuildArch: noarch
%python_subpackages
%description
@ -69,7 +69,7 @@ size of the user interface.
# tests are failing on upstream, they apparently don't mind
%check
export LANG=en_US.UTF-8
%python_exec unitest.py
%python_exec unitest.py
%python_exec unitest-restful.py
%python_exec unitest-xmlrpc.py

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fd826d39ed77bcc3656dfff15b4cb3613de9caae0f8e26bd578913110e189fb
size 6737781

3
v3.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:adda21ceaff7a04b18b0f71f2dbfcc1647bd0aa888d12f61f1e03f4f60216a12
size 6740649