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:           Thu Jan 24 13:06:45 UTC 2019

Modified Files:
        pkgsrc/sysutils/py-psutil: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/sysutils/py-psutil/Makefile:1.25
--- pkgsrc/sysutils/py-psutil/Makefile:1.24     Mon Nov  5 12:46:53 2018
+++ pkgsrc/sysutils/py-psutil/Makefile  Thu Jan 24 13:06:45 2019
@@ -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/}
Index: pkgsrc/sysutils/py-psutil/distinfo
diff -u pkgsrc/sysutils/py-psutil/distinfo:1.24 pkgsrc/sysutils/py-psutil/distinfo:1.25
--- pkgsrc/sysutils/py-psutil/distinfo:1.24     Mon Nov  5 12:46:53 2018
+++ pkgsrc/sysutils/py-psutil/distinfo  Thu Jan 24 13:06:45 2019
@@ -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