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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ec7cda82cac7
branches:  trunk
changeset: 318364:ec7cda82cac7
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 24 13:06:45 2019 +0000

description:
py-psutil: updated to 5.5.0

5.5.0

Enhancements
- [FreeBSD] added support for sensors_temperatures().
- [FreeBSD] added support for CPU frequency.

Bug fixes
- Process.oneshot() is now thread safe.
- [Linux] disk_io_counters() fails on Linux kernel 4.18+.
- [Linux] Process' memory_maps() and io_counters() method are no longer
  exposed if not supported by the kernel.
- [Windows] fix psutil.Process().ionice(...) mismatch.
- [Windows] improper usage of CloseHandle() may lead to override the
  original error code when raising an exception.
- incorrect handling of cache in Process.oneshot() context causes
  Process instances to return incorrect results.
- [Windows] OpenProcess() now uses PROCESS_QUERY_LIMITED_INFORMATION
  access rights wherever possible, resulting in less AccessDenied exceptions
  being thrown for system processes.
- [Windows] check if variable is NULL before free()ing it.

diffstat:

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

diffs (29 lines):

diff -r 6a5bfb727a70 -r ec7cda82cac7 sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Thu Jan 24 13:04:50 2019 +0000
+++ b/sysutils/py-psutil/Makefile       Thu Jan 24 13:06:45 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2018/11/05 12:46:53 adam Exp $
+# $NetBSD: Makefile,v 1.25 2019/01/24 13:06:45 adam Exp $
 
-DISTNAME=      psutil-5.4.8
+DISTNAME=      psutil-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}
diff -r 6a5bfb727a70 -r ec7cda82cac7 sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Thu Jan 24 13:04:50 2019 +0000
+++ b/sysutils/py-psutil/distinfo       Thu Jan 24 13:06:45 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2018/11/05 12:46:53 adam Exp $
+$NetBSD: distinfo,v 1.25 2019/01/24 13:06:45 adam Exp $
 
-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 (psutil-5.5.0.tar.gz) = d9ca38fa92f46073e989949e4b70093e7abe3847
+RMD160 (psutil-5.5.0.tar.gz) = 8da25680def3ceb4b29aafd4bc6e28de4e373fe7
+SHA512 (psutil-5.5.0.tar.gz) = e614d41162087e236779738b50ec9e83403082f20492e152605fe80da23a11a4bd667db82a234f00815f68139d53b19368c2118ab27d52144341c2250091c570
+Size (psutil-5.5.0.tar.gz) = 425058 bytes
 SHA1 (patch-psutil___psutil__bsd.c) = 3d1166abdd74e3f3b4bec3098b03e7d05a67df04
 SHA1 (patch-psutil_arch_netbsd_specific.c) = bc38af6ba1c360a12fb3d7112026425ca0cf4a92



Home | Main Index | Thread Index | Old Index