From 019ee3549c20e3af6470110d71404b26059ef16b547185c4886a35581ef7ed6c Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 21 Oct 2013 12:30:39 +0000 Subject: [PATCH] Accepting request 204139 from home:dirkmueller:branches:devel:languages:python - update to 1.1.1: * #410: tar.gz and windows binary files are now hosted on PYPI. * #412: [Linux] get/set process resource limits. * #415: [Windows] Process.get_children() is an order of magnitude faster. * #426: [Windows] Process.name is an order of magnitude faster. * #431: [UNIX] Process.name is slightly faster because it unnecessarily retrieved also process cmdline. OBS-URL: https://build.opensuse.org/request/show/204139 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=24 --- psutil-1.0.1.tar.gz | 3 --- psutil-1.1.1.tar.gz | 3 +++ python-psutil.changes | 11 +++++++++++ python-psutil.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 psutil-1.0.1.tar.gz create mode 100644 psutil-1.1.1.tar.gz diff --git a/psutil-1.0.1.tar.gz b/psutil-1.0.1.tar.gz deleted file mode 100644 index fa24e3c..0000000 --- a/psutil-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff -size 159515 diff --git a/psutil-1.1.1.tar.gz b/psutil-1.1.1.tar.gz new file mode 100644 index 0000000..4c356e5 --- /dev/null +++ b/psutil-1.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5201e4c2a9b57e9e5d8de92b3a4006d093eedd9b56915b8279f365aaedd0f48 +size 165467 diff --git a/python-psutil.changes b/python-psutil.changes index 5bb7649..a3f9f20 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 21 12:19:35 UTC 2013 - dmueller@suse.com + +- update to 1.1.1: + * #410: tar.gz and windows binary files are now hosted on PYPI. + * #412: [Linux] get/set process resource limits. + * #415: [Windows] Process.get_children() is an order of magnitude faster. + * #426: [Windows] Process.name is an order of magnitude faster. + * #431: [UNIX] Process.name is slightly faster because it unnecessarily + retrieved also process cmdline. + ------------------------------------------------------------------- Fri Jul 19 10:52:59 UTC 2013 - dmueller@suse.com diff --git a/python-psutil.spec b/python-psutil.spec index 653552e..7e3db7a 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 1.0.1 +Version: 1.1.1 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause