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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1906b9c3486
branches:  trunk
changeset: 331411:e1906b9c3486
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Mar 18 12:59:50 2019 +0000

description:
py-psutil: updated to 5.6.1

5.6.1
Bug fixes
- 1329_: [AIX] psutil doesn't compile on AIX 6.1.  (patch by Arnon Yaari)
- 1448_: [Windows] crash on import due to rtlIpv6AddressToStringA not available
  on Wine.
- 1451_: [Windows] Process.memory_full_info() segfaults. NtQueryVirtualMemory
  is now used instead of QueryWorkingSet to calculate USS memory.

5.6.0
Enhancements
- 1379_: [Windows] Process suspend() and resume() now use NtSuspendProcess
  and NtResumeProcess instead of stopping/resuming all threads of a process.
  This is faster and more reliable (aka this is what ProcessHacker does).
- 1420_: [Windows] in case of exception disk_usage() now also shows the path
  name.
- 1422_: [Windows] Windows APIs requiring to be dynamically loaded from DLL
  libraries are now loaded only once on startup (instead of on per function
  call) significantly speeding up different functions and methods.
- 1426_: [Windows] PAGESIZE and number of processors is now calculated on
  startup.
- 1428_: in case of error, the traceback message now shows the underlying C
  function called which failed.
- 1433_: new Process.parents() method.  (idea by Ghislain Le Meur)
- 1437_: pids() are returned in sorted order.
- 1442_: python3 is now the default interpreter used by Makefile.

Bug fixes
- 1353_: process_iter() is now thread safe (it rarely raised TypeError).
- 1394_: [Windows] Process name() and exe() may erroneously return "Registry".
  QueryFullProcessImageNameW is now used instead of GetProcessImageFileNameW
  in order to prevent that.
- 1411_: [BSD] lack of Py_DECREF could cause segmentation fault on process
  instantiation.
- 1419_: [Windows] Process.environ() raises NotImplementedError when querying
  a 64-bit process in 32-bit-WoW mode. Now it raises AccessDenied.
- 1427_: [OSX] Process cmdline() and environ() may erroneously raise OSError
  on failed malloc().
- 1429_: [Windows] SE DEBUG was not properly set for current process. It is
  now, and it should result in less AccessDenied exceptions for low-pid
  processes.
- 1432_: [Windows] Process.memory_info_ex()'s USS memory is miscalculated
  because we're not using the actual system PAGESIZE.
- 1439_: [NetBSD] Process.connections() may return incomplete results if using
  oneshot().
- 1447_: original exception wasn't turned into NSP/AD exceptions when using
  Process.oneshot() ctx manager.

Incompatible API changes
- 1291_: [OSX] Process.memory_maps() was removed because inherently broken
  (segfault) for years.

diffstat:

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

diffs (29 lines):

diff -r 735bfd8aafdc -r e1906b9c3486 sysutils/py-psutil/Makefile
--- a/sysutils/py-psutil/Makefile       Mon Mar 18 12:39:37 2019 +0000
+++ b/sysutils/py-psutil/Makefile       Mon Mar 18 12:59:50 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2019/02/17 08:38:24 adam Exp $
+# $NetBSD: Makefile,v 1.27 2019/03/18 12:59:50 adam Exp $
 
-DISTNAME=      psutil-5.5.1
+DISTNAME=      psutil-5.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    sysutils python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/psutil/}
diff -r 735bfd8aafdc -r e1906b9c3486 sysutils/py-psutil/distinfo
--- a/sysutils/py-psutil/distinfo       Mon Mar 18 12:39:37 2019 +0000
+++ b/sysutils/py-psutil/distinfo       Mon Mar 18 12:59:50 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.26 2019/02/17 08:38:24 adam Exp $
+$NetBSD: distinfo,v 1.27 2019/03/18 12:59:50 adam Exp $
 
-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 (psutil-5.6.1.tar.gz) = 5e1d9fe62f2c74b195a2b98b77ef6118e8e805a1
+RMD160 (psutil-5.6.1.tar.gz) = 44578ece2275032cfe1024bf772ca859dd3898f9
+SHA512 (psutil-5.6.1.tar.gz) = 0800c7cb62f1643594ef410a9f4295a48684f39ab772a27bd8ebae8484d9eaa1c7d5b1064dd63bb2252364180062e7db2e46aa4013ba8bd427827287a520f581
+Size (psutil-5.6.1.tar.gz) = 427472 bytes
 SHA1 (patch-psutil___psutil__bsd.c) = 3d1166abdd74e3f3b4bec3098b03e7d05a67df04
 SHA1 (patch-psutil_arch_netbsd_specific.c) = bc38af6ba1c360a12fb3d7112026425ca0cf4a92



Home | Main Index | Thread Index | Old Index