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.4.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f879a6b84fce
branches:  trunk
changeset: 384200:f879a6b84fce
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 19 09:11:32 2018 +0000

description:
py-psutil: updated to 5.4.7

5.4.7:
Enhancements
* [macOS] psutil.OSX constant is now deprecated in favor of new psutil.MACOS.
* [Linux] added psutil.STATUS_PARKED constant for Process.status().
* [Linux] add disk_io_counters() dual implementation relying on /sys/block filesystem in case /proc/diskstats is not available.

Bug fixes
* [macOS] Process.memory_maps() may fail with EINVAL due to poor task_for_pid() syscall. AccessDenied is now raised instead.
* [macOS] Process.threads() incorrectly return microseconds instead of seconds.
* [Linux, macOS, BSD] net_if_stats() may return ENODEV.
* [Windows] psutil.Process().connections() may sometime fail with MemoryError.
* [Linux] disk_io_stats() may report inflated r/w bytes values.
* [Linux] Process.status() is unable to recognize "idle" and "parked" statuses (returns '?').
* [Linux] disk_io_counters() can report inflated IO counters due to erroneously counting base disk device and its partition(s) twice.
* [Linux] sensors_temperatures() may fail with ValueError.

diffstat:

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

diffs (38 lines):

diff -r b4047e5a06f6 -r f879a6b84fce sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Sun Aug 19 08:55:40 2018 +0000
+++ b/sysutils/py-psutil/Makefile       Sun Aug 19 09:11:32 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2018/07/06 10:33:16 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/08/19 09:11:32 adam Exp $
 
-DISTNAME=      psutil-5.4.6
+DISTNAME=      psutil-5.4.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}
@@ -12,7 +12,7 @@
 
 .include "../../lang/python/pyversion.mk"
 
-.if "${PYPKGPREFIX}" == "py27"
+.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 -r b4047e5a06f6 -r f879a6b84fce sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Sun Aug 19 08:55:40 2018 +0000
+++ b/sysutils/py-psutil/distinfo       Sun Aug 19 09:11:32 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.22 2018/07/06 10:33:16 adam Exp $
+$NetBSD: distinfo,v 1.23 2018/08/19 09:11:32 adam Exp $
 
-SHA1 (psutil-5.4.6.tar.gz) = b304ed9909588f1ee0a7bd3060df54fd06f8323d
-RMD160 (psutil-5.4.6.tar.gz) = efb7bcccde535eb164cc686eef3603ad10980a7e
-SHA512 (psutil-5.4.6.tar.gz) = 7aefb2c1759a62fca21d1bd07f7f3aeddc368b972ce831dc6e52cda5effaee2798c6bf0aece9732dedb7fefcd8e9e3f03760d6e715be8ea1479b282150a585f3
-Size (psutil-5.4.6.tar.gz) = 418059 bytes
+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 (patch-psutil___psutil__bsd.c) = 3d1166abdd74e3f3b4bec3098b03e7d05a67df04
 SHA1 (patch-psutil_arch_netbsd_specific.c) = bc38af6ba1c360a12fb3d7112026425ca0cf4a92



Home | Main Index | Thread Index | Old Index