14
0
forked from pool/python-psutil

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/751672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=111
This commit is contained in:
Michael Ströder
2019-11-28 17:23:17 +00:00
committed by Git OBS Bridge
parent 193de98d69
commit d52eb2248a
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Nov 28 17:10:26 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 5.6.7:
* Bug fixes
+ 1630: [Windows] can't compile source distribution due to C
syntax error.
- changes from version 5.6.6:
* Bug fixes
+ 1179: [Linux] Process cmdline() now takes into account
misbehaving processes renaming the command line and using
inappropriate chars to separate args.
+ 1616: use of Py_DECREF instead of Py_CLEAR will result in double
free and segfault (CVE). (patch by Riccardo Schirone)
+ 1619: [OpenBSD] compilation fails due to C syntax error. (patch
by Nathan Houghton)
-------------------------------------------------------------------
Sat Nov 9 14:42:18 UTC 2019 - Arun Persaud <arun@gmx.de>