pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/py-Glances



Module Name:    pkgsrc
Committed By:   fox
Date:           Sun Jun 30 04:42:46 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-Glances: Makefile distinfo

Log Message:
sysutils/py-Glances: Update to 4.1.1

Changes since 4.0.8:

===============
Version 4.1.1
===============

Bug corrected:

*  Sensors data is not exported using InfluxDB2 exporter #2856

===============
Version 4.1.0
===============

Enhancements:

* Call process_iter.clear_cache() (PsUtil 6+) when Glances user force a refresh
  (F5 or CTRL-R) #2753
* PsUtil 6+ no longer check PID reused #2755
* Add support for automatically hiding network interfaces that are down or that
  don't have any IP addresses #2799

Bug corrected:

* API: Network module is disabled but appears in endpoint "all" #2815
* API is not compatible with requests containing spcial/encoding char #2820
* 'j' hot key crashs Glances #2831
* Raspberry PI - CPU info is not correct #2616
* Graph export is broken if there is no graph section in Glances configuration
  file #2839
* Glances API status check returns Error 405 - Method Not Allowed #2841
* Rootless podman containers cause glances to fail with KeyError #2827
* --export-process-filter Filter using complete command #2824
* Exception when Glances is ran with limited plugin list #2822
* Disable separator option do not work #2823

Continious integration and documentation:

* test test_107_fs_plugin_method fails on aarch64-linux #2819

Thanks to all contibutors and bug reporters !

Special thanks to:

* Bharath Vignesh J K
* RazCrimson
* Vadim Smal


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/sysutils/py-Glances/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/py-Glances/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/py-Glances/Makefile
diff -u pkgsrc/sysutils/py-Glances/Makefile:1.29 pkgsrc/sysutils/py-Glances/Makefile:1.30
--- pkgsrc/sysutils/py-Glances/Makefile:1.29    Sun Jun  9 14:10:57 2024
+++ pkgsrc/sysutils/py-Glances/Makefile Sun Jun 30 04:42:46 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/06/09 14:10:57 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2024/06/30 04:42:46 fox Exp $
 
-DISTNAME=      glances-4.0.8
+DISTNAME=      glances-4.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/glances/}

Index: pkgsrc/sysutils/py-Glances/distinfo
diff -u pkgsrc/sysutils/py-Glances/distinfo:1.25 pkgsrc/sysutils/py-Glances/distinfo:1.26
--- pkgsrc/sysutils/py-Glances/distinfo:1.25    Sun Jun  9 14:07:17 2024
+++ pkgsrc/sysutils/py-Glances/distinfo Sun Jun 30 04:42:46 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/06/09 14:07:17 wiz Exp $
+$NetBSD: distinfo,v 1.26 2024/06/30 04:42:46 fox Exp $
 
-BLAKE2s (glances-4.0.8.tar.gz) = 91a31595dad7870d2ba10feff5995eaf1853e3be60d6307b815b4ebd05e6bac3
-SHA512 (glances-4.0.8.tar.gz) = 06e53f772b19a660daae0c451e5c1eaa86b6d01edf5b28551593365cd5e5859782b322dadab5b60e38213ec7202c464b77dfc03721a386a6a5e7d7728f0a25bf
-Size (glances-4.0.8.tar.gz) = 6537148 bytes
+BLAKE2s (glances-4.1.1.tar.gz) = f5ac3c4af95aa4059d0b513380773c17314afd25a4026aedef2faca6834ab4f5
+SHA512 (glances-4.1.1.tar.gz) = c03589398d52c932eff6127482f24316dc873d67e1a402777dd74c31bf80a847f9fcdee8ee8c9fdb1407ed6f4c8413337ff0f45cb64182e6f9e991457b070bd8
+Size (glances-4.1.1.tar.gz) = 6538686 bytes



Home | Main Index | Thread Index | Old Index