Index | Thread | Search

From:
Laurent Cheylus <foxy@free.fr>
Subject:
[maintainer update] sysutils/glances 4.5.2
To:
ports <ports@openbsd.org>
Date:
Tue, 17 Mar 2026 08:38:28 +0100

Download raw body.

Thread
  • Laurent Cheylus:

    [maintainer update] sysutils/glances 4.5.2

Hi ports@

update for sysutils/glances (a Python curses-based monitoring Tool) to the latest version 4.5.2
Changelog: https://github.com/nicolargo/glances/releases/tag/v4.5.2

- update Makefile and distinfo for this version
- update patch

Build and tests OK on current/amd64 with Python 3.13.11

Tests welcome and please commit if OK.

Laurent

Index: Makefile
===================================================================
RCS file: /cvs/ports/sysutils/glances/Makefile,v
diff -u -p -r1.19 Makefile
--- Makefile	11 Mar 2026 19:01:45 -0000	1.19
+++ Makefile	14 Mar 2026 16:29:19 -0000
@@ -1,6 +1,6 @@
 COMMENT =		cross-platform curses-based monitoring tool
 
-MODPY_DISTV =		4.5.1
+MODPY_DISTV =		4.5.2
 DISTNAME =		glances-${MODPY_DISTV}
 
 EPOCH =			0
Index: distinfo
===================================================================
RCS file: /cvs/ports/sysutils/glances/distinfo,v
diff -u -p -r1.9 distinfo
--- distinfo	11 Mar 2026 19:01:45 -0000	1.9
+++ distinfo	14 Mar 2026 16:29:19 -0000
@@ -1,2 +1,2 @@
-SHA256 (glances-4.5.1.tar.gz) = gvxWmvH/WawZillBBPMUppISg47e+0TYS492Aj+xmeE=
-SIZE (glances-4.5.1.tar.gz) = 7399451
+SHA256 (glances-4.5.2.tar.gz) = 4VDhALMopBnVADpNVMAqTXiwofV4LwqggWh33b5Ygek=
+SIZE (glances-4.5.2.tar.gz) = 7418802
Index: patches/patch-pyproject_toml
===================================================================
RCS file: /cvs/ports/sysutils/glances/patches/patch-pyproject_toml,v
diff -u -p -r1.2 patch-pyproject_toml
--- patches/patch-pyproject_toml	11 Mar 2026 19:01:45 -0000	1.2
+++ patches/patch-pyproject_toml	14 Mar 2026 16:29:19 -0000
@@ -1,7 +1,7 @@
 Index: pyproject.toml
 --- pyproject.toml.orig
 +++ pyproject.toml
-@@ -113,18 +113,8 @@ wifi = ["wifi"]
+@@ -114,18 +114,8 @@ wifi = ["wifi"]
  glances = "glances:main"
  
  [tool.setuptools.data-files]