1
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

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 19 10:52:59 UTC 2013 - dmueller@suse.com
- update to 1.0.1:
* network_io_counters(pernic=True) no longer works as intended in 1.0.0.
-------------------------------------------------------------------
Thu Jul 11 14:27:00 UTC 2013 - dmueller@suse.com

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)")}