Accepting request 280204 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/280204
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2015-01-08 22:02:43 +00:00 committed by Git OBS Bridge
commit 4f4ff88e17
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 6 23:46:40 UTC 2015 - michael@stroeder.com
- Update to 2.2.0:
- FreeBSD has now support for process CPU affinity
- new pstree.py and pidof.py example scripts
- C extension version mismatch in case the user messed up with psutil
installation or with sys.path is now detected at import time
- [Linux] a lot of file descriptors were left open
- [Windows] use proper encoding for psutil.Process.username() and
psutil.users().
- [Solaris] fixed a high-priority bug which crashed psutil on import.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 18 13:55:21 UTC 2014 - toddrme2178@gmail.com Tue Nov 18 13:55:21 UTC 2014 - toddrme2178@gmail.com

View File

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