14
0
forked from pool/python-psutil

Accepting request 616598 from home:TheBlackCat:branches:devel:languages:python

- Update to 5.4.6
  * 1258_: [Windows] Process.username() may cause a segfault (Python interpreter
    crash).  (patch by Jean-Luc Migot)
  * 1273_: net_if_addr() namedtuple's name has been renamed from "snic" to
    "snicaddr".
  * 1274_: [Linux] there was a small chance Process.children() may swallow
    AccessDenied exceptions.

OBS-URL: https://build.opensuse.org/request/show/616598
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=92
This commit is contained in:
Tomáš Chvátal
2018-06-14 06:31:08 +00:00
committed by Git OBS Bridge
parent eb68a70399
commit 4106ee1d4c
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jun 13 18:12:32 UTC 2018 - toddrme2178@gmail.com
- Update to 5.4.6
* 1258_: [Windows] Process.username() may cause a segfault (Python interpreter
crash). (patch by Jean-Luc Migot)
* 1273_: net_if_addr() namedtuple's name has been renamed from "snic" to
"snicaddr".
* 1274_: [Linux] there was a small chance Process.children() may swallow
AccessDenied exceptions.
-------------------------------------------------------------------
Sat Apr 14 17:18:54 UTC 2018 - arun@gmx.de