forked from pool/python-psutil
Accepting request 440006 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/440006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=32
This commit is contained in:
commit
1ef4a3cf28
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38f74182fb9e15cafd0cdf0821098a95cc17301807aed25634a18b66537ba51b
|
||||
size 315878
|
3
psutil-5.0.0.zip
Normal file
3
psutil-5.0.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8
|
||||
size 374074
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 8 21:15:33 UTC 2016 - toddrme2178@gmail.com
|
||||
|
||||
- update to version 5.0.0:
|
||||
* Enhncements
|
||||
+ 799: new Process.oneshot() context manager making Process
|
||||
methods around +2x faster in general and from +2x to +6x faster
|
||||
on Windows.
|
||||
+ 943: better error message in case of version conflict on import.
|
||||
* Bug fixes
|
||||
+ 932: [NetBSD] net_connections() and Process.connections() may
|
||||
fail without raising an exception.
|
||||
+ 933: [Windows] memory leak in cpu_stats() and
|
||||
WindowsService.description().
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 16:22:59 UTC 2016 - michael@stroeder.com
|
||||
|
||||
- Update to version 4.4.2:
|
||||
* 931: psutil no longer compiles on Solaris.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 25 18:13:08 UTC 2016 - michael@stroeder.com
|
||||
|
||||
- Update to version 4.4.1:
|
||||
* 927: Popen.__del__() may cause maximum recursion depth error.
|
||||
- Update to version 4.4.0:
|
||||
Enhancements
|
||||
* 887: [Linux] virtual_memory()'s 'available' and 'used'
|
||||
values are more precise and match "free" cmdline utility.
|
||||
"available" also takes into account LCX containers
|
||||
preventing "available" to overflow "total".
|
||||
* 891: procinfo.py script has been updated and provides a
|
||||
lot more info.
|
||||
Bug fixes
|
||||
* 825: [Linux] cpu_affinity; fix possible double close and
|
||||
use of unopened socket.
|
||||
* 885: ValueError is raised if a negative integer is passed
|
||||
to cpu_percent() functions.
|
||||
* 892: [Linux] Process.cpu_affinity([-1]) raise SystemError
|
||||
with no error set; now ValueError is raised.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 24 12:36:35 UTC 2016 - michael@stroeder.com
|
||||
|
||||
|
@ -17,15 +17,16 @@
|
||||
|
||||
|
||||
Name: python-psutil
|
||||
Version: 4.3.1
|
||||
Version: 5.0.0
|
||||
Release: 0
|
||||
Summary: A process utilities module for Python
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://pypi.python.org/pypi/psutil/
|
||||
Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.tar.gz
|
||||
Source: https://pypi.io/packages/source/p/psutil/psutil-%{version}.zip
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: unzip
|
||||
Requires: net-tools
|
||||
Requires: procps
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
x
Reference in New Issue
Block a user