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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b18219eb3d94
branches:  trunk
changeset: 319649:b18219eb3d94
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Feb 17 08:38:24 2019 +0000

description:
py-psutil: updated to 5.5.1

5.5.1
Enhancements
- [Windows] on Windows >= 8.1 if Process.cmdline() fails due to
  ERROR_ACCESS_DENIED attempt using NtQueryInformationProcess +
  ProcessCommandLineInformation. (patch by EccoTheFlintstone)

Bug fixes
- [Windows] Process.exe() returns "[Error 0] The operation completed
  successfully" when Python process runs in "Virtual Secure Mode".
- psutil exceptions' repr() show the internal private module path.
- [AIX] psutil won't compile on AIX 7.1 due to missing header.

diffstat:

 sysutils/py-psutil/Makefile |   4 ++--
 sysutils/py-psutil/PLIST    |   5 +----
 sysutils/py-psutil/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (48 lines):

diff -r b0da80440bf6 -r b18219eb3d94 sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Sun Feb 17 08:36:33 2019 +0000
+++ b/sysutils/py-psutil/Makefile       Sun Feb 17 08:38:24 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/01/24 13:06:45 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/02/17 08:38:24 adam Exp $
 
-DISTNAME=      psutil-5.5.0
+DISTNAME=      psutil-5.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}
diff -r b0da80440bf6 -r b18219eb3d94 sysutils/py-psutil/PLIST
--- a/sysutils/py-psutil/PLIST  Sun Feb 17 08:36:33 2019 +0000
+++ b/sysutils/py-psutil/PLIST  Sun Feb 17 08:38:24 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/05/16 16:22:32 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/02/17 08:38:24 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -14,9 +14,6 @@
 ${PYSITELIB}/psutil/_compat.py
 ${PYSITELIB}/psutil/_compat.pyc
 ${PYSITELIB}/psutil/_compat.pyo
-${PYSITELIB}/psutil/_exceptions.py
-${PYSITELIB}/psutil/_exceptions.pyc
-${PYSITELIB}/psutil/_exceptions.pyo
 ${PYSITELIB}/psutil/_psaix.py
 ${PYSITELIB}/psutil/_psaix.pyc
 ${PYSITELIB}/psutil/_psaix.pyo
diff -r b0da80440bf6 -r b18219eb3d94 sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Sun Feb 17 08:36:33 2019 +0000
+++ b/sysutils/py-psutil/distinfo       Sun Feb 17 08:38:24 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2019/01/24 13:06:45 adam Exp $
+$NetBSD: distinfo,v 1.26 2019/02/17 08:38:24 adam Exp $
 
-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 (psutil-5.5.1.tar.gz) = 502cce12d261194d4bb847e2fe83dd36f996c80e
+RMD160 (psutil-5.5.1.tar.gz) = bd58a4692b46ed1298fd9a30e8247746cfaeee1e
+SHA512 (psutil-5.5.1.tar.gz) = 2da9fdcf7d1ee14d0adae1f087dfb9ddc3deedfa99f73d44849f632a6acdca5a7e1fc25fbf71ea82aafc983f82c5569991a2196f6e4d9a831e9ea629cf011a90
+Size (psutil-5.5.1.tar.gz) = 426750 bytes
 SHA1 (patch-psutil___psutil__bsd.c) = 3d1166abdd74e3f3b4bec3098b03e7d05a67df04
 SHA1 (patch-psutil_arch_netbsd_specific.c) = bc38af6ba1c360a12fb3d7112026425ca0cf4a92



Home | Main Index | Thread Index | Old Index