diff --git a/psutil-2.1.3.tar.gz b/psutil-2.1.3.tar.gz deleted file mode 100644 index 1e5fdaf..0000000 --- a/psutil-2.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c -size 224008 diff --git a/psutil-2.2.0.tar.gz b/psutil-2.2.0.tar.gz new file mode 100644 index 0000000..f3881a7 --- /dev/null +++ b/psutil-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b15cc9e7cad0991bd1cb806fa90ea85ba3a95d0f1226625ecef993294ad61521 +size 223676 diff --git a/python-psutil.changes b/python-psutil.changes index c879e4c..8e34031 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -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 diff --git a/python-psutil.spec b/python-psutil.spec index 8a490a7..9f84a1c 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 2.1.3 +Version: 2.2.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause