diff --git a/psutil-3.1.1.tar.gz b/psutil-3.1.1.tar.gz deleted file mode 100644 index ed98063..0000000 --- a/psutil-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3290bd4a027fa0b3a2e2ee87728056fe49d4112640e2b8c2ea4dd94ba0cf057 -size 247284 diff --git a/psutil-3.2.0.tar.gz b/psutil-3.2.0.tar.gz new file mode 100644 index 0000000..726d32c --- /dev/null +++ b/psutil-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f9d255f8b12a6a04aa2b468ec453c539f54a464d110b3458c32b0152a5c943 +size 251988 diff --git a/python-psutil.changes b/python-psutil.changes index b9f5b0f..e1daf42 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Thu Sep 3 07:39:22 UTC 2015 - michael@stroeder.com + +- update to version 3.2.0 + +**Enhancements** + +- #644: [Windows] added support for CTRL_C_EVENT and CTRL_BREAK_EVENT signals + to use with Process.send_signal(). +- #648: CI test integration for OSX. (patch by Jeff Tang) +- #663: [UNIX] net_if_addrs() now returns point-to-point (VPNs) addresses. +- #655: [Windows] different issues regarding unicode handling were fixed. On + Python 2 all APIs returning a string will now return an encoded version of it + by using sys.getfilesystemencoding() codec. The APIs involved are: + - psutil.net_if_addrs() + - psutil.net_if_stats() + - psutil.net_io_counters() + - psutil.Process.cmdline() + - psutil.Process.name() + - psutil.Process.username() + - psutil.users() + +**Bug fixes** + +- #513: [Linux] fixed integer overflow for RLIM_INFINITY. +- #641: [Windows] fixed many compilation warnings. (patch by Jeff Tang) +- #652: [Windows] net_if_addrs() UnicodeDecodeError in case of non-ASCII NIC + names. +- #655: [Windows] net_if_stats() UnicodeDecodeError in case of non-ASCII NIC + names. +- #659: [Linux] compilation error on Suse 10. (patch by maozguttman) +- #664: [Linux] compilation error on Alpine Linux. (patch by Bart van Kleef) +- #670: [Windows] segfgault of net_if_addrs() in case of non-ASCII NIC names. + (patch by sk6249) +- #672: [Windows] compilation fails if using Windows SDK v8.0. (patch by + Steven Winfield) +- #675: [Linux] net_connections(); UnicodeDecodeError may occur when listing + UNIX sockets. + ------------------------------------------------------------------- Wed Jul 15 12:55:51 UTC 2015 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 2fa9828..d423902 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.1.1 +Version: 3.2.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause