14
0
forked from pool/python-psutil

Accepting request 183718 from home:dirkmueller:branches:devel:languages:python

- update to 1.0.1:
  * network_io_counters(pernic=True) no longer works as intended in 1.0.0.

OBS-URL: https://build.opensuse.org/request/show/183718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psutil?expand=0&rev=22
This commit is contained in:
Sascha Peilicke
2013-07-22 06:17:30 +00:00
committed by Git OBS Bridge
parent 9aea617da2
commit f9997c84eb
4 changed files with 11 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
Name: python-psutil
Version: 1.0.0
Version: 1.0.1
Release: 0
Summary: A process utilities module for Python
License: BSD-3-Clause
@@ -25,7 +25,7 @@ Group: Development/Languages/Python
Url: http://code.google.com/p/psutil/
Source: psutil-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-setuptools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}