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:           Sat Nov  2 02:47:21 UTC 2024

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

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

Changes since 4.2.0:

===============
Version 4.2.1
===============

Enhancements:

* [WEBUI] Came back to default Black Theme / Reduce font size #2993
* Improve hide_zero option #2958

Bug corrected:

* Possible memory leak #2976
* Docker/Podman shoud not flood log file with ERROR if containers list can
  not be retreived #2994
* Using "-w" option gives error: NameError: name 'Any' is not defined #2992
* Non blocking error message when Glances starts from a container (alpine-dev
  image) #2991

Continuous integration and documentation:

* Migrate from setup.py to pyproject.yml #2956
* Make pyproject.toml's version dynamic #2990

Thanks to all contributors and bug reporters !

Special thanks to:

* @branchvincent for pyproject migration


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/sysutils/py-Glances/Makefile
cvs rdiff -u -r1.28 -r1.29 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.32 pkgsrc/sysutils/py-Glances/Makefile:1.33
--- pkgsrc/sysutils/py-Glances/Makefile:1.32    Wed Oct 30 04:05:18 2024
+++ pkgsrc/sysutils/py-Glances/Makefile Sat Nov  2 02:47:21 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2024/10/30 04:05:18 fox Exp $
+# $NetBSD: Makefile,v 1.33 2024/11/02 02:47:21 fox Exp $
 
-DISTNAME=      glances-4.2.0
+DISTNAME=      glances-4.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/g/G/}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/glances/}
@@ -10,7 +10,6 @@ HOMEPAGE=     https://nicolargo.github.io/gl
 COMMENT=       Cross-platform curses-based monitoring tool
 LICENSE=       gnu-lgpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-psutil>=5.6.7:../../sysutils/py-psutil
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
@@ -25,7 +24,7 @@ WHEEL_NAME=   Glances-${PKGVERSION_NOREV}
 SUBST_CLASSES+=                prefix
 SUBST_STAGE.prefix=    pre-configure
 SUBST_MESSAGE.prefix=  Set correct prefix in setup.py
-SUBST_FILES.prefix=    setup.py
+SUBST_FILES.prefix=    pyproject.toml
 SUBST_SED.prefix=      -e 's,share/man,${PKGMANDIR},'
 
 post-extract:

Index: pkgsrc/sysutils/py-Glances/distinfo
diff -u pkgsrc/sysutils/py-Glances/distinfo:1.28 pkgsrc/sysutils/py-Glances/distinfo:1.29
--- pkgsrc/sysutils/py-Glances/distinfo:1.28    Wed Oct 30 04:05:18 2024
+++ pkgsrc/sysutils/py-Glances/distinfo Sat Nov  2 02:47:21 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/10/30 04:05:18 fox Exp $
+$NetBSD: distinfo,v 1.29 2024/11/02 02:47:21 fox Exp $
 
-BLAKE2s (glances-4.2.0.tar.gz) = 3c7d1b8279ea03da2fc86015d4abe17c2161cf0f17cd6ef22736a90e0991d3e6
-SHA512 (glances-4.2.0.tar.gz) = 079d2c19443b00fa3d44eb7626e2ab6b8346cc2f94bc2f4853ca19c9eb9976e169270e3d2bbf047c753459640fa16033dd8413f41eaf0c9f660f21e084cee351
-Size (glances-4.2.0.tar.gz) = 6582038 bytes
+BLAKE2s (glances-4.2.1.tar.gz) = a811d77b959526b4942c412e49b23eb5190b46ab983175edae90686c25fc3e5d
+SHA512 (glances-4.2.1.tar.gz) = 403c4f920c3a3a073959c86f32ec619924ca9df9f2092b2497ffffc9960ee8ced660b23219656d4ee34e84e5b82c0b2705de4d67269bbf5acd4b06d1a43ae41a
+Size (glances-4.2.1.tar.gz) = 6582415 bytes



Home | Main Index | Thread Index | Old Index