forked from pool/python-psutil
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
This commit is contained in:
parent
86003102d7
commit
9e9c218619
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e265c8f3da00b015d24b842bfeb111f856b13d24f2c57036582568dc650d6c3
|
|
||||||
size 422742
|
|
3
psutil-5.5.0.tar.gz
Normal file
3
psutil-5.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1aba93430050270750d046a179c5f3d6e1f5f8b96c20399ba38c596b28fc4d37
|
||||||
|
size 425058
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 26 17:39:46 UTC 2019 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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 <arun@gmx.de>
|
Thu Nov 1 22:42:43 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-psutil
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-psutil
|
Name: python-psutil
|
||||||
Version: 5.4.8
|
Version: 5.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A process utilities module for Python
|
Summary: A process utilities module for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user