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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b9a66714b03
branches:  trunk
changeset: 445031:5b9a66714b03
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 16 08:05:31 2021 +0000

description:
py-psutil: updated to 5.8.0

5.8.0

Enhancements

1863: disk_partitions() exposes 2 extra fields: maxfile and maxpath, which are the maximum file name and path name length.
1872: [Windows] added support for PyPy 2.7.
1879: provide pre-compiled wheels for Linux and macOS (yey!).
1880: get rid of Travis and Cirrus CI services (they are no longer free). CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes). AppVeyor is still being used for Windows CI.

Bug fixes

1708: [Linux] get rid of sensors_temperatures() duplicates. (patch by Tim Schlueter).
1839: [Windows] always raise AccessDenied when failing to query 64 processes from 32 bit ones (NtWoW64 APIs).
1866: [Windows] process exe(), cmdline(), environ() may raise "invalid access to memory location" on Python 3.9.
1874: [Solaris] wrong swap output given when encrypted column is present.
1875: [Windows] process username() may raise ERROR_NONE_MAPPED if the SID has no corresponding account name. In this case AccessDenied is now raised.
1877: [Windows] OpenProcess may fail with ERROR_SUCCESS. Turn it into AccessDenied or NoSuchProcess depending on whether the PID is alive.
1886: [macOS] EIO error may be raised on cmdline() and environment(). Now it gets translated into AccessDenied.
1891: [macOS] get rid of deprecated getpagesize().

diffstat:

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

diffs (28 lines):

diff -r 13ab598d7b06 -r 5b9a66714b03 sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Sat Jan 16 06:29:23 2021 +0000
+++ b/sysutils/py-psutil/Makefile       Sat Jan 16 08:05:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/11/30 20:31:58 adam Exp $
+# $NetBSD: Makefile,v 1.39 2021/01/16 08:05:31 adam Exp $
 
-DISTNAME=      psutil-5.7.3
+DISTNAME=      psutil-5.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}
diff -r 13ab598d7b06 -r 5b9a66714b03 sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Sat Jan 16 06:29:23 2021 +0000
+++ b/sysutils/py-psutil/distinfo       Sat Jan 16 08:05:31 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.38 2020/11/30 20:31:58 adam Exp $
+$NetBSD: distinfo,v 1.39 2021/01/16 08:05:31 adam Exp $
 
-SHA1 (psutil-5.7.3.tar.gz) = 0b093faed351cf89e930d1c3ba380831b068ebc1
-RMD160 (psutil-5.7.3.tar.gz) = 4dd3214a5c2f77bbd1bd29f79f72bf2aa9a7659d
-SHA512 (psutil-5.7.3.tar.gz) = 8fcff56dd4e4c1b877c09023721e6f562424f7f84ae5304d518976a1e7f21dd026772f1abfc063bdd0857a375bc869f42febde090dc0b65918d1ebf44e3ad71d
-Size (psutil-5.7.3.tar.gz) = 465556 bytes
+SHA1 (psutil-5.8.0.tar.gz) = 5ec533a478696eb37b97217f312b7a35bff3f63e
+RMD160 (psutil-5.8.0.tar.gz) = ac0a0c786848276d50cfac4c5dfc67254c1d4763
+SHA512 (psutil-5.8.0.tar.gz) = b716bcbf33ceacdc30ddd0d0cf9bca0ab7751225b8f20dea664a82751dc88cb590720b098ae26056c8b3cdabcfe2fa198d618cea24c21465b1368a52ee182818
+Size (psutil-5.8.0.tar.gz) = 470886 bytes
 SHA1 (patch-psutil___psbsd.py) = da61606aee2366181935c10873d0627d0cb80f3f



Home | Main Index | Thread Index | Old Index