From 10b131142358f3af7c4259502332150463f971996f4a435f2890fa5aaa947612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 24 Sep 2019 09:16:12 +0000 Subject: [PATCH] - 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 --- python-Glances.changes | 14 ++++++++++++++ python-Glances.spec | 10 +++++----- v3.1.1.tar.gz | 3 --- v3.1.2.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 v3.1.1.tar.gz create mode 100644 v3.1.2.tar.gz diff --git a/python-Glances.changes b/python-Glances.changes index fd1d0ce..8b789f1 100644 --- a/python-Glances.changes +++ b/python-Glances.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 diff --git a/python-Glances.spec b/python-Glances.spec index 5a8e589..0f29ab1 100644 --- a/python-Glances.spec +++ b/python-Glances.spec @@ -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 diff --git a/v3.1.1.tar.gz b/v3.1.1.tar.gz deleted file mode 100644 index 88ba071..0000000 --- a/v3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fd826d39ed77bcc3656dfff15b4cb3613de9caae0f8e26bd578913110e189fb -size 6737781 diff --git a/v3.1.2.tar.gz b/v3.1.2.tar.gz new file mode 100644 index 0000000..201ca06 --- /dev/null +++ b/v3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adda21ceaff7a04b18b0f71f2dbfcc1647bd0aa888d12f61f1e03f4f60216a12 +size 6740649