15
0
forked from pool/python-psutil

Accepting request 676686 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/676686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=101
This commit is contained in:
Tomáš Chvátal
2019-02-18 09:26:42 +00:00
committed by Git OBS Bridge
parent 9e9c218619
commit 795b17fdb4
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Feb 16 17:23:16 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 5.5.1:
* Enhancements
+ 1348: [Windows] on Windows >= 8.1 if Process.cmdline() fails due
to ERROR_ACCESS_DENIED attempt using NtQueryInformationProcess +
ProcessCommandLineInformation. (patch by EccoTheFlintstone)
* Bug fixes
+ 1394: [Windows] Process.exe() returns "[Error 0] The operation
completed successfully" when Python process runs in "Virtual
Secure Mode".
+ 1402: psutil exceptions' repr() show the internal private module
path.
+ 1408: [AIX] psutil won't compile on AIX 7.1 due to missing
header. (patch by Arnon Yaari)
-------------------------------------------------------------------
Sat Jan 26 17:39:46 UTC 2019 - Arun Persaud <arun@gmx.de>