diff --git a/psutil-1.0.0.tar.gz b/psutil-1.0.0.tar.gz deleted file mode 100644 index cfe297a..0000000 --- a/psutil-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ca2b61e7a2d2d4cbfbbbda71b293b9a353f5cffbd1e2aa3081ae4a7cdc1979e -size 159463 diff --git a/psutil-1.0.1.tar.gz b/psutil-1.0.1.tar.gz new file mode 100644 index 0000000..fa24e3c --- /dev/null +++ b/psutil-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff +size 159515 diff --git a/python-psutil.changes b/python-psutil.changes index 4a2273a..5bb7649 100644 --- a/python-psutil.changes +++ b/python-psutil.changes @@ -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 diff --git a/python-psutil.spec b/python-psutil.spec index 663aabd..653552e 100644 --- a/python-psutil.spec +++ b/python-psutil.spec @@ -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)")}