pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/py-psutil py-psutil: updated to 5.9.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f143c4271fcd
branches:  trunk
changeset: 387615:f143c4271fcd
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 02 13:08:21 2022 +0000

description:
py-psutil: updated to 5.9.3

5.9.3
=====

**Enhancements**

- 2040_, [macOS]: provide wheels for arm64 architecture.

**Bug fixes**

- 2116_, [macOS], [critical]: `psutil.net_connections`_ fails with RuntimeError.
- 2135_, [macOS]: `Process.environ()`_ may contain garbage data. Fix
  out-of-bounds read around ``sysctl_procargs``.
- 2138_, [Linux], **[critical]**: can't compile psutil on Android due to
  undefined ``ethtool_cmd_speed`` symbol.
- 2142_, [POSIX]: `net_if_stats()`_ 's ``flags`` on Python 2 returned unicode
  instead of str.
- 2147_, [macOS] Fix disk usage report on macOS 12+.
- 2150_, [Linux] `Process.threads()`_ may raise ``NoSuchProcess``. Fix race
  condition.
- 2153_, [macOS] Fix race condition in test_posix.TestProcess.test_cmdline.

diffstat:

 sysutils/py-psutil/Makefile |  4 ++--
 sysutils/py-psutil/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r a636f2e6315d -r f143c4271fcd sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Wed Nov 02 13:05:57 2022 +0000
+++ b/sysutils/py-psutil/Makefile       Wed Nov 02 13:08:21 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2022/09/05 08:31:14 adam Exp $
+# $NetBSD: Makefile,v 1.47 2022/11/02 13:08:21 adam Exp $
 
-DISTNAME=      psutil-5.9.2
+DISTNAME=      psutil-5.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}
diff -r a636f2e6315d -r f143c4271fcd sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Wed Nov 02 13:05:57 2022 +0000
+++ b/sysutils/py-psutil/distinfo       Wed Nov 02 13:08:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.47 2022/09/05 08:31:14 adam Exp $
+$NetBSD: distinfo,v 1.48 2022/11/02 13:08:21 adam Exp $
 
-BLAKE2s (psutil-5.9.2.tar.gz) = 56ff8ae7f1bb0dcc5f7ff4cff4969f70c2aac055093128ae619ae3389f21e711
-SHA512 (psutil-5.9.2.tar.gz) = 431c0209e9a27176ea570699b3e23a88fccaded4bfbad9cd9c02e110c00eb613bdefae447b4b967e6cadc3291d0d4404e4525de5ee3d7f7f9ae26c7876bff8b4
-Size (psutil-5.9.2.tar.gz) = 479757 bytes
+BLAKE2s (psutil-5.9.3.tar.gz) = 5fe5a94dae604ccfdd4d44ce979c3711c66250cf70df330e31d308634cbab032
+SHA512 (psutil-5.9.3.tar.gz) = d226364b416823783058f19c06dae4ac1ea03f061646f01ea6953ded8fbb89aed92aa743c9e55181e4d57101f7dbbb78336043e1fc7a3bd62ff82b19f0a4efae
+Size (psutil-5.9.3.tar.gz) = 483579 bytes



Home | Main Index | Thread Index | Old Index