From 9e9c218619605ebfbfdaa9780dd99cb58a31f63f1a4323f477cd5a12d3d59dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Str=C3=B6der?= Date: Sat, 26 Jan 2019 18:26:13 +0000 Subject: [PATCH] Accepting request 668824 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/668824 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=99 --- psutil-5.4.8.tar.gz | 3 --- psutil-5.5.0.tar.gz | 3 +++ python-psutil.changes | 30 ++++++++++++++++++++++++++++++ python-psutil.spec | 4 ++-- 4 files changed, 35 insertions(+), 5 deletions(-) delete mode 100644 psutil-5.4.8.tar.gz create mode 100644 psutil-5.5.0.tar.gz diff --git a/psutil-5.4.8.tar.gz b/psutil-5.4.8.tar.gz deleted file mode 100644 index 85086a1..0000000 --- a/psutil-5.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3 -size 422742 diff --git a/psutil-5.5.0.tar.gz b/psutil-5.5.0.tar.gz new file mode 100644 index 0000000..eca5b41 --- /dev/null +++ b/psutil-5.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aba93430050270750d046a179c5f3d6e1f5f8b96c20399ba38c596b28fc4d37 +size 425058 diff --git a/python-psutil.changes b/python-psutil.changes index 75bd012..d3ee2d0 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Jan 26 17:39:46 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 5.5.0: + * Enhancements + + 1350: [FreeBSD] added support for sensors_temperatures(). (patch + by Alex Manuskin) + + 1352: [FreeBSD] added support for CPU frequency. (patch by Alex + Manuskin) + * Bug fixes + + 1111: Process.oneshot() is now thread safe. + + 1354: [Linux] disk_io_counters() fails on Linux kernel 4.18+. + + 1357: [Linux] Process' memory_maps() and io_counters() method + are no longer exposed if not supported by the kernel. + + 1368: [Windows] fix psutil.Process().ionice(...) + mismatch. (patch by EccoTheFlintstone) + + 1370: [Windows] improper usage of CloseHandle() may lead to + override the original error code when raising an exception. + + 1373: incorrect handling of cache in Process.oneshot() context + causes Process instances to return incorrect results. + + 1376: [Windows] OpenProcess() now uses + PROCESS_QUERY_LIMITED_INFORMATION access rights wherever + possible, resulting in less AccessDenied exceptions being thrown + for system processes. + + 1376: [Windows] check if variable is NULL before free()ing + it. (patch by EccoTheFlintstone) + ------------------------------------------------------------------- Thu Nov 1 22:42:43 UTC 2018 - Arun Persaud diff --git a/python-psutil.spec b/python-psutil.spec index 084934e..13d07f0 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -1,7 +1,7 @@ # # spec file for package python-psutil # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-psutil -Version: 5.4.8 +Version: 5.5.0 Release: 0 Summary: A process utilities module for Python License: BSD-3-Clause