diff options
author | adam <adam@pkgsrc.org> | 2019-02-17 08:38:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-02-17 08:38:24 +0000 |
commit | 0b3d1915cf6ffbb28fbb298f898943ee07389ce9 (patch) | |
tree | 6ff266be24aead5ef818c8d41c1b5bc2ed55baae | |
parent | 65ce418f383e290016824cda0d9c25d68825c3c2 (diff) | |
download | pkgsrc-0b3d1915cf6ffbb28fbb298f898943ee07389ce9.tar.gz |
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.
-rw-r--r-- | sysutils/py-psutil/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-psutil/PLIST | 5 | ||||
-rw-r--r-- | sysutils/py-psutil/distinfo | 10 |
3 files changed, 8 insertions, 11 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index db8facadfa5..7d42df09b72 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -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 --git a/sysutils/py-psutil/PLIST b/sysutils/py-psutil/PLIST index a85df8c5c51..24988a8e1f9 100644 --- a/sysutils/py-psutil/PLIST +++ b/sysutils/py-psutil/PLIST @@ -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/_common.pyo ${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 --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 50b688e28e1..f4cf7851be4 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -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 |