Accepting request 437346 from home:stroeder:branches:devel:languages:python

update to 4.4.1

OBS-URL: https://build.opensuse.org/request/show/437346
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=66
This commit is contained in:
Dirk Mueller 2016-10-28 16:15:16 +00:00 committed by Git OBS Bridge
parent 19997a3da5
commit b3191d457a
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b
size 315878

3
psutil-4.4.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9da43dbf7c08f5c2a8e5e2c8792f5c438f52435677b1334e9653d23ea028f4f7
size 1831794

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Oct 25 18:13:08 UTC 2016 - michael@stroeder.com
- Update to version 4.4.1:
* 927: Popen.__del__() may cause maximum recursion depth error.
- Update to version 4.4.0:
Enhancements
* 887: [Linux] virtual_memory()'s 'available' and 'used'
values are more precise and match "free" cmdline utility.
"available" also takes into account LCX containers
preventing "available" to overflow "total".
* 891: procinfo.py script has been updated and provides a
lot more info.
Bug fixes
* 825: [Linux] cpu_affinity; fix possible double close and
use of unopened socket.
* 885: ValueError is raised if a negative integer is passed
to cpu_percent() functions.
* 892: [Linux] Process.cpu_affinity([-1]) raise SystemError
with no error set; now ValueError is raised.
-------------------------------------------------------------------
Sat Sep 24 12:36:35 UTC 2016 - michael@stroeder.com

View File

@ -17,7 +17,7 @@
Name: python-psutil
Version: 4.3.1
Version: 4.4.1
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause