Accepting request 398952 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/398952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psutil?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2016-05-31 10:25:16 +00:00 committed by Git OBS Bridge
commit 1c64e82cbc
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6abebec9c8833baaf1c51dd1b0259246d1d50b9b50e9a4aa66f33b1e98b8d17
size 301330

3
psutil-4.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:544f013a0aea7199e07e3efe5627f5d4165179a04c66050b234cc3be2eca1ace
size 311767

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon May 30 07:28:01 UTC 2016 - tbechtold@suse.com
- Update Source url
-------------------------------------------------------------------
Sat May 28 11:34:45 UTC 2016 - michael@stroeder.com
- update to version 4.2.0:
* Enhancements
+ #795: [Windows] new APIs to deal with Windows services:
win_service_iter() and win_service_get().
+ #800: [Linux] psutil.virtual_memory() returns a new "shared"
memory field.
+ #819: [Linux] speedup /proc parsing: - Process.ppid() is 20%
faster - Process.status() is 28% faster - Process.name() is 25%
faster - Process.num_threads is 20% faster on Python 3
* Bug fixes
+ #797: [Linux] net_if_stats() may raise OSError for certain NIC
cards.
+ #813: Process.as_dict() should ignore extraneous attribute names
which gets attached to the Process instance.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Mar 13 15:05:56 UTC 2016 - michael@stroeder.com Sun Mar 13 15:05:56 UTC 2016 - michael@stroeder.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-psutil # spec file for package python-psutil
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 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
@ -17,17 +17,17 @@
Name: python-psutil Name: python-psutil
Version: 4.1.0 Version: 4.2.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
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/psutil/ Url: https://pypi.python.org/pypi/psutil/
Source: https://pypi.python.org/packages/source/p/psutil/psutil-%{version}.tar.gz Source: https://pypi.python.org/packages/a6/bf/5ce23dc9f50de662af3b4bf54812438c298634224924c4e18b7c3b57a2aa/psutil-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: net-tools BuildRequires: net-tools
BuildRequires: procps BuildRequires: procps
BuildRequires: python-devel
BuildRequires: python-setuptools
Requires: net-tools Requires: net-tools
Requires: procps Requires: procps
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build