diff options
author | adam <adam@pkgsrc.org> | 2018-11-05 12:46:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-05 12:46:53 +0000 |
commit | e0656b0b3f935ff2da8201097099d3dd4cf34ca7 (patch) | |
tree | e50e340d47c565d6dfcd656f0d2816a9b606e3aa /sysutils | |
parent | 028def050464f171d8ac1ee19dcfc45d986251a7 (diff) | |
download | pkgsrc-e0656b0b3f935ff2da8201097099d3dd4cf34ca7.tar.gz |
py-psutil: updated to 5.4.8
5.4.8:
Enhancements
* [Linux] cpu_freq() is now implemented by parsing /proc/cpuinfo in case /sys/devices/system/cpu/* filesystem is not available.
* [Linux] psutil.sensors_temperatures() now parses /sys/class/thermal in case /sys/class/hwmon fs is not available (e.g. Raspberry Pi).
* [Posix] better compilation support when using g++ instead of gcc.
Bug fixes
* do not print exception on import time in case cpu_times() fails.
* [Linux] Process.io_counters() may raise ValueError.
* [OSX] available and used memory (psutil.virtual_memory()) metrics are not accurate.
* [Windows] psutil.Process().connections() may sometimes fail with intermittent 0xC0000001.
* [Linux] disk_partitions() does not honour PROCFS_PATH.
* [AIX] system CPU times (psutil.cpu_times()) were being reported with ticks unit as opposed to seconds.
* [OSX] psutil debug messages are erroneously printed all the time.
* [SunOS] net_connections() returns an empty list.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-psutil/Makefile | 7 | ||||
-rw-r--r-- | sysutils/py-psutil/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 07cf07a17e8..30a347cb08b 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2018/08/19 09:11:32 adam Exp $ +# $NetBSD: Makefile,v 1.24 2018/11/05 12:46:53 adam Exp $ -DISTNAME= psutil-5.4.7 +DISTNAME= psutil-5.4.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= sysutils python MASTER_SITES= ${MASTER_SITE_PYPI:=p/psutil/} @@ -11,8 +11,7 @@ COMMENT= Cross-platform process and system utilities module for Python LICENSE= modified-bsd .include "../../lang/python/pyversion.mk" - -.if "${_PYTHON_VERSION}" == "27" +.if ${_PYTHON_VERSION} == 27 TEST_DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34 TEST_DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 353c716ceb0..9cc84a847b0 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2018/08/19 09:11:32 adam Exp $ +$NetBSD: distinfo,v 1.24 2018/11/05 12:46:53 adam Exp $ -SHA1 (psutil-5.4.7.tar.gz) = 4c7c8cb5a4915eb7148a1080030f9097be87d3e4 -RMD160 (psutil-5.4.7.tar.gz) = 7a5c55fca2175ad587b7956b420e31ac22efacb2 -SHA512 (psutil-5.4.7.tar.gz) = 553c6de601d4c4d0c6a9dccc3eb8a449f1b3a18cd71648395ea3b43da3c92aef1565f6ce763872855d68b3de190dbd04c7f5be5ed4a79b0167d737c1825c0e2c -Size (psutil-5.4.7.tar.gz) = 420300 bytes +SHA1 (psutil-5.4.8.tar.gz) = 7d6e5e8532a619fca7ea90863f1edc5997799055 +RMD160 (psutil-5.4.8.tar.gz) = eff2a72893d108b50f2053b0e12c2e14e684a26e +SHA512 (psutil-5.4.8.tar.gz) = 5691e7e7ecd827aff2755a85c4c1be3a23beec3a1dbff079547991dcfffa8e075cff7fb6983e1f6fa287e2216e3b1466618730afaf114a0ee209d7b70d7b0c6a +Size (psutil-5.4.8.tar.gz) = 422742 bytes SHA1 (patch-psutil___psutil__bsd.c) = 3d1166abdd74e3f3b4bec3098b03e7d05a67df04 SHA1 (patch-psutil_arch_netbsd_specific.c) = bc38af6ba1c360a12fb3d7112026425ca0cf4a92 |