15
0
forked from pool/python-psutil

Accepting request 439311 from home:TheBlackCat:branches:devel:languages:python

update to version 5.0.0

OBS-URL: https://build.opensuse.org/request/show/439311
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=68
This commit is contained in:
2016-11-12 08:08:32 +00:00
committed by Git OBS Bridge
parent d97abe9652
commit f3ecd04205
4 changed files with 21 additions and 5 deletions
+15
View File
@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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
+3 -2
View File
@@ -17,15 +17,16 @@
Name: python-psutil
Version: 4.4.2
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
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.