diff options
author | fox <fox@pkgsrc.org> | 2020-08-20 19:27:42 +0000 |
---|---|---|
committer | fox <fox@pkgsrc.org> | 2020-08-20 19:27:42 +0000 |
commit | 50a1d60d9522c45409929a7a44fb3fe75ae59702 (patch) | |
tree | e212ba751d8dff192268f2022d3dd74690e046dd /sysutils | |
parent | f91e04240e128bff9b6d4806d3210663d7f75124 (diff) | |
download | pkgsrc-50a1d60d9522c45409929a7a44fb3fe75ae59702.tar.gz |
sysutils/py-Glances: Update to 3.1.5
Changes since 3.1.4.1:
Version 3.1.5
=============
Enhancements and new features:
* Enhancement: RSS for containers enhancement #1694
* exports: support rabbitmq amqps enhancement #1687
* Quick Look missing CPU Infos enhancement #1685
* Add amqps protocol suppport for rabbitmq export #1688
* Select host in Grafana json #1684
* Value for free disk space is counterintuative on ext file systems
enhancement #644
Bugs corrected:
* Can't start server: unexpected keyword argument 'address' bug
enhancement #1693
* 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
* How to start glances with --username option on syetemd?
documentation #1657
* 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 #1643
* Undefined name 'i' in plugins/glances_gpu.py bug #1635
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-Glances/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-Glances/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/py-Glances/Makefile b/sysutils/py-Glances/Makefile index fbeb6a3a171..f9a08008d46 100644 --- a/sysutils/py-Glances/Makefile +++ b/sysutils/py-Glances/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2020/03/26 14:20:11 fox Exp $ +# $NetBSD: Makefile,v 1.6 2020/08/20 19:27:42 fox Exp $ -DISTNAME= Glances-3.1.4.1 +DISTNAME= Glances-3.1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=G/Glances/} diff --git a/sysutils/py-Glances/distinfo b/sysutils/py-Glances/distinfo index fe250156ba2..0e46c14cf5a 100644 --- a/sysutils/py-Glances/distinfo +++ b/sysutils/py-Glances/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2020/03/26 14:20:11 fox Exp $ +$NetBSD: distinfo,v 1.6 2020/08/20 19:27:42 fox Exp $ -SHA1 (Glances-3.1.4.1.tar.gz) = dbb99506b31776a90037ec73d8777e92c298e78f -RMD160 (Glances-3.1.4.1.tar.gz) = 5f57efc2bee740b6debbc529c8855ecc38fe3985 -SHA512 (Glances-3.1.4.1.tar.gz) = 61fe31a171595f127d3865fe420377be7bddb01aa67bdc069e4272f44c508f0ccb71e17e90a115b86103229ee216537071f08d5c072c74b1a811dfbd75498345 -Size (Glances-3.1.4.1.tar.gz) = 6773181 bytes +SHA1 (Glances-3.1.5.tar.gz) = befb3f24c5923f8c717798c11e56caefbc526489 +RMD160 (Glances-3.1.5.tar.gz) = 5e68c8b6e36e5ae7017c85b58e50988f030c0f41 +SHA512 (Glances-3.1.5.tar.gz) = 21f1a4d8129257d3c9a260abcf79b584076e20791c9606541d36d0cb389e1a78725ed1e26dc54e518213829d858c64843717dded062648582dcf5440bcd26518 +Size (Glances-3.1.5.tar.gz) = 6774907 bytes |