From b3191d457a6ea155ded7e46e2ae74552d7c20291b52b87447c28f1880056bce7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Oct 2016 16:15:16 +0000 Subject: [PATCH 1/3] 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 From d97abe9652182e189e13fb848abc8740de8adf9c815d4bb06deead06f22dafb7 Mon Sep 17 00:00:00 2001 From: Denisart Benjamin Date: Tue, 8 Nov 2016 17:01:39 +0000 Subject: [PATCH 2/3] Accepting request 438824 from home:stroeder:branches:devel:languages:python update to 4.4.2 (mainly for completeness) OBS-URL: https://build.opensuse.org/request/show/438824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=67 --- psutil-4.4.1.tar.gz | 3 --- psutil-4.4.2.tar.gz | 3 +++ python-psutil.changes | 6 ++++++ python-psutil.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 psutil-4.4.1.tar.gz create mode 100644 psutil-4.4.2.tar.gz diff --git a/psutil-4.4.1.tar.gz b/psutil-4.4.1.tar.gz deleted file mode 100644 index 55df955..0000000 --- a/psutil-4.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9da43dbf7c08f5c2a8e5e2c8792f5c438f52435677b1334e9653d23ea028f4f7 -size 1831794 diff --git a/psutil-4.4.2.tar.gz b/psutil-4.4.2.tar.gz new file mode 100644 index 0000000..60beed6 --- /dev/null +++ b/psutil-4.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07 +size 1832052 diff --git a/python-psutil.changes b/python-psutil.changes index 0608da5..770fda3 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 5 16:22:59 UTC 2016 - michael@stroeder.com + +- Update to version 4.4.2: + * 931: psutil no longer compiles on Solaris. + ------------------------------------------------------------------- Tue Oct 25 18:13:08 UTC 2016 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index af45e69..ecd01d3 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause From f3ecd04205127ce5d80dd8210b933c669160b68066114a87807013a690e1c6d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 12 Nov 2016 08:08:32 +0000 Subject: [PATCH 3/3] Accepting request 439311 from home:TheBlackCat:branches:devel:languages:python update to version 5.0.0 OBS-URL: https://build.opensuse.org/request/show/439311 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=68 --- psutil-4.4.2.tar.gz | 3 --- psutil-5.0.0.zip | 3 +++ python-psutil.changes | 15 +++++++++++++++ python-psutil.spec | 5 +++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 psutil-4.4.2.tar.gz create mode 100644 psutil-5.0.0.zip diff --git a/psutil-4.4.2.tar.gz b/psutil-4.4.2.tar.gz deleted file mode 100644 index 60beed6..0000000 --- a/psutil-4.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c37e6428f7fe3aeea607f9249986d9bb933bb98133c7919837fd9aac4996b07 -size 1832052 diff --git a/psutil-5.0.0.zip b/psutil-5.0.0.zip new file mode 100644 index 0000000..4b29b83 --- /dev/null +++ b/psutil-5.0.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8 +size 374074 diff --git a/python-psutil.changes b/python-psutil.changes index 770fda3..4a2cbdc 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 8 21:15:33 UTC 2016 - toddrme2178@gmail.com + +- update to version 5.0.0: + * Enhncements + + 799: new Process.oneshot() context manager making Process + methods around +2x faster in general and from +2x to +6x faster + on Windows. + + 943: better error message in case of version conflict on import. + * Bug fixes + + 932: [NetBSD] net_connections() and Process.connections() may + fail without raising an exception. + + 933: [Windows] memory leak in cpu_stats() and + WindowsService.description(). + ------------------------------------------------------------------- Sat Nov 5 16:22:59 UTC 2016 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index ecd01d3..528f9f1 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,15 +17,16 @@ Name: python-psutil -Version: 4.4.2 +Version: 5.0.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause Group: Development/Languages/Python Url: https://pypi.python.org/pypi/psutil/ -Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.tar.gz +Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.zip BuildRequires: python-devel BuildRequires: python-setuptools +BuildRequires: unzip Requires: net-tools Requires: procps BuildRoot: %{_tmppath}/%{name}-%{version}-build