head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2026.04.20.05.53.16; author fox; state dead; branches; next 1.1; commitid kCqJlFaL7wKOYECG; 1.1 date 2026.04.06.16.20.01; author wiz; state Exp; branches; next ; commitid 3a04cyojgDq3UUAG; desc @@ 1.2 log @sysutils/py-Glances: Update to 4.5.4 Remove patches that have been merged by upstream. Changes since 4.5.3: ============= Version 4.5.4 ============= Bug corrected: * Cannot set warning/critical temperature for a specific sensor #3525 * Memory percentage and used displayed as negative numbers #3358 * Incorrect Docker container count via Homeassistant Integration #3433 * Fix LXD filter excluding containers on standalone hosts #3529 Enhancements: * Add Rockchip MPP plugin for hardware encoder/decoder monitoring #3514 * Clamp memory used/percent to non-negative values for LXC containers #3505 * Support single-core Rockchip NPU load parsing and improve device naming #3499 Security patches: * SSRF in Glances IP Plugin via public_api leads to credential leakage - Correct CVE-2026-35587 * Cross-Origin Information Disclosure via Unauthenticated REST API (/api/4) - Correct CVE-2026-34839 * fix(cassandra): validate keyspace/table/replication_factor to prevent CQL injection - Correct CVE-2026-35588 #3520 Continious integration and documentation: * pycache file is put in wheel #3516 * Remove dead code #3507 Thanks to all the contributors for this version: csvke, Christian Rishøj, duriantaco, Julio César Suástegui, Paul and morimori-dev. @ text @$NetBSD: patch-pyproject.toml,v 1.1 2026/04/06 16:20:01 wiz Exp $ https://github.com/nicolargo/glances/commit/6940195b1a11dd3c0c02108ea8dd721ca1a7b5a7 --- pyproject.toml.orig 2026-03-31 06:06:45.000000000 +0000 +++ pyproject.toml @@@@ -133,7 +133,9 @@@@ version = {attr = "glances.__version__"} version = {attr = "glances.__version__"} [tool.setuptools.packages.find] +exclude = ["*__pycache__*"] include = ["glances*"] +where = ["."] [tool.ruff] line-length = 120 @ 1.1 log @py-Glances: add upstream patches to fix __pycache__ problem @ text @d1 1 a1 1 $NetBSD$ @