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: adam
Date: Fri Dec 26 10:27:43 UTC 2025
Modified Files:
pkgsrc/sysutils/py-psutil: Makefile PLIST distinfo
Log Message:
py-psutil: updated to 7.2.0
7.2.0
**Enhancements**
- 1275_: new `heap_info()`_ and `heap_trim()`_ functions, providing direct
access to the platform's native C heap allocator (glibc, mimalloc,
libmalloc). Useful to create tools to detect memory leaks.
- 2403_, [Linux]: publish wheels for Linux musl.
- 2680_: unit tests are no longer installed / part of the distribution. They
now live under `tests/` instead of `psutil/tests`.
**Bug fixes**
* 2684_, [FreeBSD], [critical]: compilation fails on FreeBSD 14 due to missing
include.
* 2691_, [Windows]: fix memory leak in `net_if_stats()`_ due to missing
``Py_CLEAR``.
**Compatibility notes**
- 2680_: `import psutil.tests` no longer works (but it was never documented to
begin with).
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/sysutils/py-psutil/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/sysutils/py-psutil/PLIST
cvs rdiff -u -r1.62 -r1.63 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.64 pkgsrc/sysutils/py-psutil/Makefile:1.65
--- pkgsrc/sysutils/py-psutil/Makefile:1.64 Mon Nov 3 14:33:59 2025
+++ pkgsrc/sysutils/py-psutil/Makefile Fri Dec 26 10:27:43 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.64 2025/11/03 14:33:59 adam Exp $
+# $NetBSD: Makefile,v 1.65 2025/12/26 10:27:43 adam Exp $
-DISTNAME= psutil-7.1.3
+DISTNAME= psutil-7.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/psutil/}
Index: pkgsrc/sysutils/py-psutil/PLIST
diff -u pkgsrc/sysutils/py-psutil/PLIST:1.24 pkgsrc/sysutils/py-psutil/PLIST:1.25
--- pkgsrc/sysutils/py-psutil/PLIST:1.24 Tue Sep 23 06:28:44 2025
+++ pkgsrc/sysutils/py-psutil/PLIST Fri Dec 26 10:27:43 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2025/09/23 06:28:44 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2025/12/26 10:27:43 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -10,6 +10,9 @@ ${PYSITELIB}/psutil/__init__.pyo
${PYSITELIB}/psutil/_common.py
${PYSITELIB}/psutil/_common.pyc
${PYSITELIB}/psutil/_common.pyo
+${PYSITELIB}/psutil/_ntuples.py
+${PYSITELIB}/psutil/_ntuples.pyc
+${PYSITELIB}/psutil/_ntuples.pyo
${PYSITELIB}/psutil/_psaix.py
${PYSITELIB}/psutil/_psaix.pyc
${PYSITELIB}/psutil/_psaix.pyo
@@ -31,63 +34,3 @@ ${PYSITELIB}/psutil/_pssunos.pyo
${PYSITELIB}/psutil/_pswindows.py
${PYSITELIB}/psutil/_pswindows.pyc
${PYSITELIB}/psutil/_pswindows.pyo
-${PYSITELIB}/psutil/tests/__init__.py
-${PYSITELIB}/psutil/tests/__init__.pyc
-${PYSITELIB}/psutil/tests/__init__.pyo
-${PYSITELIB}/psutil/tests/__main__.py
-${PYSITELIB}/psutil/tests/__main__.pyc
-${PYSITELIB}/psutil/tests/__main__.pyo
-${PYSITELIB}/psutil/tests/test_aix.py
-${PYSITELIB}/psutil/tests/test_aix.pyc
-${PYSITELIB}/psutil/tests/test_aix.pyo
-${PYSITELIB}/psutil/tests/test_bsd.py
-${PYSITELIB}/psutil/tests/test_bsd.pyc
-${PYSITELIB}/psutil/tests/test_bsd.pyo
-${PYSITELIB}/psutil/tests/test_connections.py
-${PYSITELIB}/psutil/tests/test_connections.pyc
-${PYSITELIB}/psutil/tests/test_connections.pyo
-${PYSITELIB}/psutil/tests/test_contracts.py
-${PYSITELIB}/psutil/tests/test_contracts.pyc
-${PYSITELIB}/psutil/tests/test_contracts.pyo
-${PYSITELIB}/psutil/tests/test_linux.py
-${PYSITELIB}/psutil/tests/test_linux.pyc
-${PYSITELIB}/psutil/tests/test_linux.pyo
-${PYSITELIB}/psutil/tests/test_memleaks.py
-${PYSITELIB}/psutil/tests/test_memleaks.pyc
-${PYSITELIB}/psutil/tests/test_memleaks.pyo
-${PYSITELIB}/psutil/tests/test_misc.py
-${PYSITELIB}/psutil/tests/test_misc.pyc
-${PYSITELIB}/psutil/tests/test_misc.pyo
-${PYSITELIB}/psutil/tests/test_osx.py
-${PYSITELIB}/psutil/tests/test_osx.pyc
-${PYSITELIB}/psutil/tests/test_osx.pyo
-${PYSITELIB}/psutil/tests/test_posix.py
-${PYSITELIB}/psutil/tests/test_posix.pyc
-${PYSITELIB}/psutil/tests/test_posix.pyo
-${PYSITELIB}/psutil/tests/test_process.py
-${PYSITELIB}/psutil/tests/test_process.pyc
-${PYSITELIB}/psutil/tests/test_process.pyo
-${PYSITELIB}/psutil/tests/test_process_all.py
-${PYSITELIB}/psutil/tests/test_process_all.pyc
-${PYSITELIB}/psutil/tests/test_process_all.pyo
-${PYSITELIB}/psutil/tests/test_scripts.py
-${PYSITELIB}/psutil/tests/test_scripts.pyc
-${PYSITELIB}/psutil/tests/test_scripts.pyo
-${PYSITELIB}/psutil/tests/test_sudo.py
-${PYSITELIB}/psutil/tests/test_sudo.pyc
-${PYSITELIB}/psutil/tests/test_sudo.pyo
-${PYSITELIB}/psutil/tests/test_sunos.py
-${PYSITELIB}/psutil/tests/test_sunos.pyc
-${PYSITELIB}/psutil/tests/test_sunos.pyo
-${PYSITELIB}/psutil/tests/test_system.py
-${PYSITELIB}/psutil/tests/test_system.pyc
-${PYSITELIB}/psutil/tests/test_system.pyo
-${PYSITELIB}/psutil/tests/test_testutils.py
-${PYSITELIB}/psutil/tests/test_testutils.pyc
-${PYSITELIB}/psutil/tests/test_testutils.pyo
-${PYSITELIB}/psutil/tests/test_unicode.py
-${PYSITELIB}/psutil/tests/test_unicode.pyc
-${PYSITELIB}/psutil/tests/test_unicode.pyo
-${PYSITELIB}/psutil/tests/test_windows.py
-${PYSITELIB}/psutil/tests/test_windows.pyc
-${PYSITELIB}/psutil/tests/test_windows.pyo
Index: pkgsrc/sysutils/py-psutil/distinfo
diff -u pkgsrc/sysutils/py-psutil/distinfo:1.62 pkgsrc/sysutils/py-psutil/distinfo:1.63
--- pkgsrc/sysutils/py-psutil/distinfo:1.62 Mon Nov 3 14:33:59 2025
+++ pkgsrc/sysutils/py-psutil/distinfo Fri Dec 26 10:27:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2025/11/03 14:33:59 adam Exp $
+$NetBSD: distinfo,v 1.63 2025/12/26 10:27:43 adam Exp $
-BLAKE2s (psutil-7.1.3.tar.gz) = f1c4946db2ea86c838921872ef78b39b406176372c8a68abf1a4ecee66ddcf8f
-SHA512 (psutil-7.1.3.tar.gz) = 6c4a4ef94e634a808cce94c143d5f4164d2012dc314091257ba122a7963fa6bf982c4c54ba3b60da6c52535fbe83de19a4e3181e07fde1807ec4acc47eb44621
-Size (psutil-7.1.3.tar.gz) = 489059 bytes
+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
Home |
Main Index |
Thread Index |
Old Index