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:           Sat Jan 20 08:05:41 UTC 2024

Modified Files:
        pkgsrc/sysutils/py-psutil: Makefile PLIST distinfo

Log Message:
py-psutil: updated to 5.9.8

5.9.8
=====

2024-01-19

**Enhancements**

- 2343_, [FreeBSD]: filter `net_connections()`_ returned list in C instead of
  Python, and avoid to retrieve unnecessary connection types unless explicitly
  asked. E.g., on an IDLE system with few IPv6 connections this will run around
  4 times faster. Before all connection types (TCP, UDP, UNIX) were retrieved
  internally, even if only a portion was returned.
- 2342_, [NetBSD]: same as above but for NetBSD.
- 2349_: adopted black formatting style.

**Bug fixes**

- 930_, [NetBSD], [critical]: `net_connections()`_ implementation was broken.
  It could either leak memory or core dump.
- 2340_, [NetBSD]: if process is terminated, `Process.cwd()`_ will return an
  empty string instead of raising `NoSuchProcess`_.
- 2345_, [Linux]: fix compilation on older compiler missing DUPLEX_UNKNOWN.
- 2222_, [macOS]: `cpu_freq()` now returns fixed values for `min` and `max`
  frequencies in all Apple Silicon chips.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/sysutils/py-psutil/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/py-psutil/PLIST
cvs rdiff -u -r1.54 -r1.55 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.51 pkgsrc/sysutils/py-psutil/Makefile:1.52
--- pkgsrc/sysutils/py-psutil/Makefile:1.51     Sun Dec 17 16:02:34 2023
+++ pkgsrc/sysutils/py-psutil/Makefile  Sat Jan 20 08:05:41 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2023/12/17 16:02:34 adam Exp $
+# $NetBSD: Makefile,v 1.52 2024/01/20 08:05:41 adam Exp $
 
-DISTNAME=      psutil-5.9.7
+DISTNAME=      psutil-5.9.8
 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.18 pkgsrc/sysutils/py-psutil/PLIST:1.19
--- pkgsrc/sysutils/py-psutil/PLIST:1.18        Sun Dec 17 16:02:35 2023
+++ pkgsrc/sysutils/py-psutil/PLIST     Sat Jan 20 08:05:41 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2023/12/17 16:02:35 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2024/01/20 08:05:41 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -75,6 +75,9 @@ ${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_sunos.py
 ${PYSITELIB}/psutil/tests/test_sunos.pyc
 ${PYSITELIB}/psutil/tests/test_sunos.pyo

Index: pkgsrc/sysutils/py-psutil/distinfo
diff -u pkgsrc/sysutils/py-psutil/distinfo:1.54 pkgsrc/sysutils/py-psutil/distinfo:1.55
--- pkgsrc/sysutils/py-psutil/distinfo:1.54     Sun Dec 17 16:02:35 2023
+++ pkgsrc/sysutils/py-psutil/distinfo  Sat Jan 20 08:05:41 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.54 2023/12/17 16:02:35 adam Exp $
+$NetBSD: distinfo,v 1.55 2024/01/20 08:05:41 adam Exp $
 
-BLAKE2s (psutil-5.9.7.tar.gz) = fddaa6c638f26fa1d349622b04d13c0767477f83c45cd2b97c48c43b489d3a9d
-SHA512 (psutil-5.9.7.tar.gz) = b4bb3bf53fb581e992a06d037880aaac74d23be3adfdaf533a0e7e403d7b200e6584799bc5e7eaebd851bee983009e1d2a662a58c635af1466239ac9997ab64f
-Size (psutil-5.9.7.tar.gz) = 498429 bytes
+BLAKE2s (psutil-5.9.8.tar.gz) = c5cd20f536bfb0e68d1751c30e0c2045dd87ce85d0679ced28d5f97c8e6d5e67
+SHA512 (psutil-5.9.8.tar.gz) = 6ddeed937119a930bb7b9556ff329f054e9429b8457c9a15d99cb105271297117abba587a974d02760bb8b6b244734973a676bdff6b533a53ce587858e48f337
+Size (psutil-5.9.8.tar.gz) = 503247 bytes
 SHA1 (patch-setup.py) = 39f72a759c3004cc25dd08cf34f34b7f35324ab2



Home | Main Index | Thread Index | Old Index