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 Jul 27 23:47:19 UTC 2025
Modified Files:
pkgsrc/sysutils/py-Glances: Makefile PLIST distinfo
Log Message:
sysutils/py-Glances: Update to 4.3.2
Changes since 4.3.1:
=============
Version 4.3.2
=============
Enhancements:
* Add stats about running VMS (qemu/libvirt/kvm support through virsh) #1531
* Add support for InfluxDB 3 Core #3182
* (postgre)SQL export support / TimeScaleDB #2814
* CSV column name now include the plugin name - Related to #2394
* Make all results from amps plugins exportable #2394
* Make --stdout (csv and json) compliant with client/server mode #3235
* API history endpoints shows times without timezone #3218
* FR: Sort Sensors my name in proper number order #3132
* In the FS module, do not display threshold for volume mounted in 'ro' (read-only) #3143
* Add a new field in the process list to identifie Zombie process #3178
* Update plugin containers display and order #3186
* Implement a basic memory cache with TTL for API call (set to ~1 second) #3202
* Add container inactive_file & limit to InfluxDB2 export #3206
Bug corrected:
* [GPU] AMD Plugin: Operation not permitted #3125
* Container memory stats not displayed #3142
* [WEBUI] Irix mode (per core instead of per CPU percentage) not togglable #3158
* Related to iteritems, itervalues, and iterkeys are not more needed in Python 3 #3181
* Glances Central Browser should use name instead of IP adress for redirection #3103
* Glances breaks if Podman container is started while it is running #3199
Continious integration and documentation:
* Add a new option --print-completion to generate shell tab completion - #3111
* Improve Restful API documentation embeded in FastAPI #2632
* Upgrade JS libs #3147
* Improve unittest for CSV export #3150
* Improve unittest for InfluxDB plugin #3149
* Code refactoring - Rename plugin class to <Plugin name>Plugin instead of PluginModel #3169
* Refactor code to limit the complexity of update_views method in plugins #3171
Thanks to all contributors and bug reporters !
Special thanks to:
- Ariel Otilibili
- kenrmayfield
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/py-Glances/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/py-Glances/PLIST
cvs rdiff -u -r1.34 -r1.35 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.41 pkgsrc/sysutils/py-Glances/Makefile:1.42
--- pkgsrc/sysutils/py-Glances/Makefile:1.41 Mon Apr 14 08:14:44 2025
+++ pkgsrc/sysutils/py-Glances/Makefile Sun Jul 27 23:47:19 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2025/04/14 08:14:44 adam Exp $
+# $NetBSD: Makefile,v 1.42 2025/07/27 23:47:19 fox Exp $
-DISTNAME= glances-4.3.1
+DISTNAME= glances-4.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/glances/}
Index: pkgsrc/sysutils/py-Glances/PLIST
diff -u pkgsrc/sysutils/py-Glances/PLIST:1.16 pkgsrc/sysutils/py-Glances/PLIST:1.17
--- pkgsrc/sysutils/py-Glances/PLIST:1.16 Mon Apr 14 08:14:44 2025
+++ pkgsrc/sysutils/py-Glances/PLIST Sun Jul 27 23:47:19 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2025/04/14 08:14:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/07/27 23:47:19 fox Exp $
bin/glances-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -88,6 +88,9 @@ ${PYSITELIB}/glances/exports/glances_inf
${PYSITELIB}/glances/exports/glances_influxdb2/__init__.py
${PYSITELIB}/glances/exports/glances_influxdb2/__init__.pyc
${PYSITELIB}/glances/exports/glances_influxdb2/__init__.pyo
+${PYSITELIB}/glances/exports/glances_influxdb3/__init__.py
+${PYSITELIB}/glances/exports/glances_influxdb3/__init__.pyc
+${PYSITELIB}/glances/exports/glances_influxdb3/__init__.pyo
${PYSITELIB}/glances/exports/glances_json/__init__.py
${PYSITELIB}/glances/exports/glances_json/__init__.pyc
${PYSITELIB}/glances/exports/glances_json/__init__.pyo
@@ -118,6 +121,9 @@ ${PYSITELIB}/glances/exports/glances_rie
${PYSITELIB}/glances/exports/glances_statsd/__init__.py
${PYSITELIB}/glances/exports/glances_statsd/__init__.pyc
${PYSITELIB}/glances/exports/glances_statsd/__init__.pyo
+${PYSITELIB}/glances/exports/glances_timescaledb/__init__.py
+${PYSITELIB}/glances/exports/glances_timescaledb/__init__.pyc
+${PYSITELIB}/glances/exports/glances_timescaledb/__init__.pyo
${PYSITELIB}/glances/exports/glances_zeromq/__init__.py
${PYSITELIB}/glances/exports/glances_zeromq/__init__.pyc
${PYSITELIB}/glances/exports/glances_zeromq/__init__.pyo
@@ -329,6 +335,9 @@ ${PYSITELIB}/glances/plugins/vms/engines
${PYSITELIB}/glances/plugins/vms/engines/multipass.py
${PYSITELIB}/glances/plugins/vms/engines/multipass.pyc
${PYSITELIB}/glances/plugins/vms/engines/multipass.pyo
+${PYSITELIB}/glances/plugins/vms/engines/virsh.py
+${PYSITELIB}/glances/plugins/vms/engines/virsh.pyc
+${PYSITELIB}/glances/plugins/vms/engines/virsh.pyo
${PYSITELIB}/glances/plugins/wifi/__init__.py
${PYSITELIB}/glances/plugins/wifi/__init__.pyc
${PYSITELIB}/glances/plugins/wifi/__init__.pyo
Index: pkgsrc/sysutils/py-Glances/distinfo
diff -u pkgsrc/sysutils/py-Glances/distinfo:1.34 pkgsrc/sysutils/py-Glances/distinfo:1.35
--- pkgsrc/sysutils/py-Glances/distinfo:1.34 Mon Apr 14 08:14:44 2025
+++ pkgsrc/sysutils/py-Glances/distinfo Sun Jul 27 23:47:19 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2025/04/14 08:14:44 adam Exp $
+$NetBSD: distinfo,v 1.35 2025/07/27 23:47:19 fox Exp $
-BLAKE2s (glances-4.3.1.tar.gz) = 6de817da74ff05ca9ab2047f5ad59788598783217c67321c14e4bba66a82c258
-SHA512 (glances-4.3.1.tar.gz) = 484e6703e72a514f5bb2fcc7f37664286c6e873116d47803e3bf87595545547b88da2fca6476e24b2d66f8b1e58157135f26883e596dbbed2e7b94c1578626ac
-Size (glances-4.3.1.tar.gz) = 6993688 bytes
+BLAKE2s (glances-4.3.2.tar.gz) = d110ca34eb4ffd4b3ad16abcc0d5473fea175c0c0349a348c2710df923bafeef
+SHA512 (glances-4.3.2.tar.gz) = d5c55f13a1f0a83e554851dd033c20c56b6799f3efe6b86e1a470fcb936b0a8b5cfd20102b96d892ce0dbfcf893e705e10028077f597302c90716596de99deca
+Size (glances-4.3.2.tar.gz) = 6955870 bytes
Home |
Main Index |
Thread Index |
Old Index