diff --git a/psutil-3.0.1.tar.gz b/psutil-3.0.1.tar.gz deleted file mode 100644 index c70a4fe..0000000 --- a/psutil-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f213b9ceed3c3068a973e04d7a8b2a29d1076abcb5ef45382517bfc6b808801 -size 241539 diff --git a/psutil-3.1.1.tar.gz b/psutil-3.1.1.tar.gz new file mode 100644 index 0000000..ed98063 --- /dev/null +++ b/psutil-3.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3290bd4a027fa0b3a2e2ee87728056fe49d4112640e2b8c2ea4dd94ba0cf057 +size 247284 diff --git a/python-psutil.changes b/python-psutil.changes index 9e2b743..b9f5b0f 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Jul 15 12:55:51 UTC 2015 - michael@stroeder.com + +- update to version 3.1.1: + +New fatures +========= + +- [Linux] disk_partitions() added support for ZFS filesystems. +- continuous tests integration for Windows +- continuous code quality test integration + +Main bugfixes +=========== + +- [Windows] Process.open_files() no longer hangs. Instead it uses a + thred which times out and skips the file handle in case it's taking too +long + to be retrieved. (patch by Jeff Tang) +- [Windows] Process.name() no longer raises AccessDenied for pids owned + by another user. +- [Windows] Process.memory_info() no longer raises AccessDenied for pids + owned by another user. +- [Linux] Process.cmdline() can be truncated. +- [Windows] add inet_ntop function for Windows XP to support IPv6. + ------------------------------------------------------------------- Mon Jun 29 11:08:33 UTC 2015 - toddrme2178@gmail.com diff --git a/python-psutil.spec b/python-psutil.spec index 44d7150..2fa9828 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.0.1 +Version: 3.1.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause