From f5251c4b729fe1c8a15ea14dead00fc8c7d5215a73de8bc658a1e79390d1ab6d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Oct 2016 16:15:16 +0000 Subject: [PATCH] Accepting request 437346 from home:stroeder:branches:devel:languages:python update to 4.4.1 OBS-URL: https://build.opensuse.org/request/show/437346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=66 --- psutil-4.3.1.tar.gz | 3 --- psutil-4.4.1.tar.gz | 3 +++ python-psutil.changes | 21 +++++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 psutil-4.3.1.tar.gz create mode 100644 psutil-4.4.1.tar.gz diff --git a/psutil-4.3.1.tar.gz b/psutil-4.3.1.tar.gz deleted file mode 100644 index db6709b..0000000 --- a/psutil-4.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b -size 315878 diff --git a/psutil-4.4.1.tar.gz b/psutil-4.4.1.tar.gz new file mode 100644 index 0000000..55df955 --- /dev/null +++ b/psutil-4.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da43dbf7c08f5c2a8e5e2c8792f5c438f52435677b1334e9653d23ea028f4f7 +size 1831794 diff --git a/python-psutil.changes b/python-psutil.changes index a994bf1..0608da5 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Oct 25 18:13:08 UTC 2016 - michael@stroeder.com + +- Update to version 4.4.1: + * 927: Popen.__del__() may cause maximum recursion depth error. +- Update to version 4.4.0: + Enhancements + * 887: [Linux] virtual_memory()'s 'available' and 'used' + values are more precise and match "free" cmdline utility. + "available" also takes into account LCX containers + preventing "available" to overflow "total". + * 891: procinfo.py script has been updated and provides a + lot more info. + Bug fixes + * 825: [Linux] cpu_affinity; fix possible double close and + use of unopened socket. + * 885: ValueError is raised if a negative integer is passed + to cpu_percent() functions. + * 892: [Linux] Process.cpu_affinity([-1]) raise SystemError + with no error set; now ValueError is raised. + ------------------------------------------------------------------- Sat Sep 24 12:36:35 UTC 2016 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 71adebe..af45e69 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 4.3.1 +Version: 4.4.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause