From 30261e1aa3cef7d58d2218ee7246ffbe7790b38ff9585dd7385d1e7d713b3a07 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 30 Nov 2015 10:12:08 +0000 Subject: [PATCH] Accepting request 346486 from home:stroeder:branches:devel:languages:python update to 3.3.0, successfully tested on openSUSE_Tumbleweed x86_64. OBS-URL: https://build.opensuse.org/request/show/346486 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=50 --- psutil-3.2.2.tar.gz | 3 --- psutil-3.3.0.tar.gz | 3 +++ python-psutil.changes | 13 +++++++++++++ python-psutil.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 psutil-3.2.2.tar.gz create mode 100644 psutil-3.3.0.tar.gz diff --git a/psutil-3.2.2.tar.gz b/psutil-3.2.2.tar.gz deleted file mode 100644 index 194152f..0000000 --- a/psutil-3.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9d848e5bd475ffe7fa3ab1c20d249807e648568af64bb0058412296ec990a0c -size 253502 diff --git a/psutil-3.3.0.tar.gz b/psutil-3.3.0.tar.gz new file mode 100644 index 0000000..85292d4 --- /dev/null +++ b/psutil-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421b6591d16b509aaa8d8c15821d66bb94cb4a8dc4385cad5c51b85d4a096d85 +size 261983 diff --git a/python-psutil.changes b/python-psutil.changes index fa5c8ed..ab1542b 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 27 10:57:57 UTC 2015 - michael@stroeder.com + +- update to version 3.3.0 + +**Enhancements** +- #558: [Linux] exposed psutil.PROCFS_PATH constant to change the default + location of /proc filesystem. +- #615: [OpenBSD] added OpenBSD support. (contributed by Landry Breuil) + +**Bug fixes** +- #692: [UNIX] Process.name() is no longer cached as it may change. + ------------------------------------------------------------------- Mon Oct 26 21:09:10 UTC 2015 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 1c6e37a..7db5799 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.2.2 +Version: 3.3.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause