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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e01578ea3a50
branches:  trunk
changeset: 314704:e01578ea3a50
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 05 12:46:53 2018 +0000

description:
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:

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

diffs (39 lines):

diff -r 63ad3b50d029 -r e01578ea3a50 sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Mon Nov 05 12:19:33 2018 +0000
+++ b/sysutils/py-psutil/Makefile       Mon Nov 05 12:46:53 2018 +0000
@@ -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 @@
 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 -r 63ad3b50d029 -r e01578ea3a50 sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Mon Nov 05 12:19:33 2018 +0000
+++ b/sysutils/py-psutil/distinfo       Mon Nov 05 12:46:53 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index