diff options
author | adam <adam@pkgsrc.org> | 2022-11-02 13:08:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-02 13:08:21 +0000 |
commit | 70eaabe93fffff390240f6a2e314884d91e982e2 (patch) | |
tree | 8a43e3b85d25d7e6a54907ef676ce1fa9dc1f4ac /sysutils | |
parent | 105f5b11e50cd53b4badba6694db7b6780919a4d (diff) | |
download | pkgsrc-70eaabe93fffff390240f6a2e314884d91e982e2.tar.gz |
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 (limited to 'sysutils')
-rw-r--r-- | sysutils/py-psutil/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-psutil/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index f9715816309..cd0f728054b 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -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 --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 282b211df5c..e45d93e2c32 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -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 |