pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-psutil
Module Name: pkgsrc
Committed By: wiz
Date: Mon Dec 29 09:03:35 UTC 2025
Modified Files:
pkgsrc/sysutils/py-psutil: Makefile distinfo
Log Message:
py-psutil: update to 7.2.1.
7.2.1
=====
2025-12-29
**Bug fixes**
- 2699_, [FreeBSD], [NetBSD]: `heap_info()`_ does not detect small allocations
(<= 1K). In order to fix that, we now flush internal jemalloc cache before
fetching the metrics.
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/sysutils/py-psutil/Makefile
cvs rdiff -u -r1.63 -r1.64 pkgsrc/sysutils/py-psutil/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-psutil/Makefile
diff -u pkgsrc/sysutils/py-psutil/Makefile:1.65 pkgsrc/sysutils/py-psutil/Makefile:1.66
--- pkgsrc/sysutils/py-psutil/Makefile:1.65 Fri Dec 26 10:27:43 2025
+++ pkgsrc/sysutils/py-psutil/Makefile Mon Dec 29 09:03:35 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.65 2025/12/26 10:27:43 adam Exp $
+# $NetBSD: Makefile,v 1.66 2025/12/29 09:03:35 wiz Exp $
-DISTNAME= psutil-7.2.0
+DISTNAME= psutil-7.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/psutil/}
@@ -19,14 +19,10 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist
USE_TOOLS+= gmake
-# https://github.com/giampaolo/psutil/issues/2465
-#do-test:
-# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m psutil.tests
-
-# with this method, as of 7.1.0, after installation:
-# 2 failed, 313 passed, 277 skipped, 2 warnings, 365 subtests passes
+# as of 7.2.1
+# 3 failed, 303 passed, 285 skipped
do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${GMAKE} test
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${GMAKE} build test
.include "../../lang/python/wheel.mk"
.include "../../lang/python/tool.mk"
Index: pkgsrc/sysutils/py-psutil/distinfo
diff -u pkgsrc/sysutils/py-psutil/distinfo:1.63 pkgsrc/sysutils/py-psutil/distinfo:1.64
--- pkgsrc/sysutils/py-psutil/distinfo:1.63 Fri Dec 26 10:27:43 2025
+++ pkgsrc/sysutils/py-psutil/distinfo Mon Dec 29 09:03:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.63 2025/12/26 10:27:43 adam Exp $
+$NetBSD: distinfo,v 1.64 2025/12/29 09:03:35 wiz Exp $
-BLAKE2s (psutil-7.2.0.tar.gz) = 30e96c2f6815ed47102f5a3c37a09073b818b7f1f4911f82df7a592542f86473
-SHA512 (psutil-7.2.0.tar.gz) = d90b6198080b0e33cc24906365d825f8583e1c69f202df1de222b57f0e7140be2357df321406447215d0fd7f2f6f0781d2ba7dd0b4f52e9bef2f22bc2e3c3f3f
-Size (psutil-7.2.0.tar.gz) = 489863 bytes
+BLAKE2s (psutil-7.2.1.tar.gz) = b3309afc1952b643da22cedd2cb1b27fe031c60b6781da39e83804332d1f5179
+SHA512 (psutil-7.2.1.tar.gz) = d9b0b3d55301cb37017875685b4a990c0adaf2f2fb69a2893b4bcd7deeb81a1c141c6ddb1e26c45717f20aa9875cd66b20229d24f7b3687806478cbb4ee83ac5
+Size (psutil-7.2.1.tar.gz) = 490253 bytes
Home |
Main Index |
Thread Index |
Old Index