From 747d3e4e5ad0cfa50287fc7d8cd6f8d222201564ef4a0d69c108ee55152b5c11 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 21 Jan 2016 09:58:43 +0000 Subject: [PATCH] Accepting request 355216 from home:stroeder:branches:devel:languages:python update to 3.4.2 OBS-URL: https://build.opensuse.org/request/show/355216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=52 --- psutil-3.3.0.tar.gz | 3 --- psutil-3.4.2.tar.gz | 3 +++ python-psutil.changes | 28 ++++++++++++++++++++++++++++ python-psutil.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 psutil-3.3.0.tar.gz create mode 100644 psutil-3.4.2.tar.gz diff --git a/psutil-3.3.0.tar.gz b/psutil-3.3.0.tar.gz deleted file mode 100644 index 85292d4..0000000 --- a/psutil-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:421b6591d16b509aaa8d8c15821d66bb94cb4a8dc4385cad5c51b85d4a096d85 -size 261983 diff --git a/psutil-3.4.2.tar.gz b/psutil-3.4.2.tar.gz new file mode 100644 index 0000000..128df74 --- /dev/null +++ b/psutil-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17fa01aa766daa388362d0eda5c215d77e03a8d37676b68971f37bf3913b725 +size 274361 diff --git a/python-psutil.changes b/python-psutil.changes index ab1542b..69ee70a 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Jan 21 09:01:36 UTC 2016 - michael@stroeder.com + +- update to version 3.4.2 (fixes for non-Linux platforms) + +------------------------------------------------------------------- +Fri Jan 15 19:39:31 UTC 2016 - michael@stroeder.com + +- update to version 3.4.1 + +**Enhancements** + +- #557: [NetBSD] added NetBSD support. (contributed by Ryo Onodera and + Thomas Klausner) +- #708: [Linux] psutil.net_connections() and Process.connections() on Python 2 + can be up to 3x faster in case of many connections. + Also psutil.Process.memory_maps() is slightly faster. +- #718: process_iter() is now thread safe. + +**Bug fixes** + +- #714: [OpenBSD] virtual_memory().cached value was always set to 0. +- #715: don't crash at import time if cpu_times() fail for some reason. +- #717: [Linux] Process.open_files fails if deleted files still visible. +- #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determined + due to missing /proc/vmstat. +- #724: [FreeBSD] virtual_memory().total is slightly incorrect. + ------------------------------------------------------------------- Fri Nov 27 10:57:57 UTC 2015 - michael@stroeder.com diff --git a/python-psutil.spec b/python-psutil.spec index 7db5799..4ec6b65 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -17,7 +17,7 @@ Name: python-psutil -Version: 3.3.0 +Version: 3.4.2 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause