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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/540775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=84
This commit is contained in:
Michael Ströder 2017-11-11 18:25:06 +00:00 committed by Git OBS Bridge
parent 2c7aba5f55
commit d774f05cb5
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e6397ec24a2ec09751447d9f169486b68b37ac7a8d794dca003ace4efaafc6a
size 406945

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42e2de159e3c987435cb3b47d6f37035db190a1499f3af714ba7af5c379b6ba2
size 408489

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Nov 10 22:54:03 UTC 2017 - arun@gmx.de
- update to version 5.4.1:
* Enhancements
+ 1164: [AIX] add support for Process.num_ctx_switches(). (patch
by Arnon Yaari)
+ 1053: abandon Python 3.3 support (psutil still works but it's no
longer tested).
* Bug fixes
+ 1150: [Windows] when a process is terminate()d now the exit code
is set to SIGTERM instead of 0. (patch by Akos Kiss)
+ 1151: python -m psutil.tests fail
+ 1154: [AIX] psutil won't compile on AIX 6.1.0. (patch by Arnon
Yaari)
+ 1167: [Windows] net_io_counter() packets count now include also
non-unicast packets. (patch by Matthew Long)
-------------------------------------------------------------------
Sun Oct 22 17:07:53 UTC 2017 - arun@gmx.de

View File

@ -20,7 +20,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-psutil
Version: 5.4.0
Version: 5.4.1
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause