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: Sun Aug 19 09:11:32 UTC 2018
Modified Files:
pkgsrc/sysutils/py-psutil: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/py-psutil/Makefile \
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.22 pkgsrc/sysutils/py-psutil/Makefile:1.23
--- pkgsrc/sysutils/py-psutil/Makefile:1.22 Fri Jul 6 10:33:16 2018
+++ pkgsrc/sysutils/py-psutil/Makefile Sun Aug 19 09:11:32 2018
@@ -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 @@ LICENSE= modified-bsd
.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
Index: pkgsrc/sysutils/py-psutil/distinfo
diff -u pkgsrc/sysutils/py-psutil/distinfo:1.22 pkgsrc/sysutils/py-psutil/distinfo:1.23
--- pkgsrc/sysutils/py-psutil/distinfo:1.22 Fri Jul 6 10:33:16 2018
+++ pkgsrc/sysutils/py-psutil/distinfo Sun Aug 19 09:11:32 2018
@@ -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