[python-psutil/f18] Update to 0.6.1

Mohamed ElMorabity melmorabity at fedoraproject.org
Sun Aug 19 13:54:41 UTC 2012


commit e4d79457999082bedb49d155da355c7e080104f5
Author: Mohamed El Morabity <melmorabity at fedorapeople.org>
Date:   Sun Aug 19 14:52:04 2012 +0200

    Update to 0.6.1

 .gitignore         |    1 +
 python-psutil.spec |   35 +++++++++++++++++++++++------------
 sources            |    2 +-
 3 files changed, 25 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6569a6f..8ddf796 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ psutil-0.1.3.tar.gz
 /psutil-0.4.0.tar.gz
 /psutil-0.4.1.tar.gz
 /psutil-0.5.1.tar.gz
+/psutil-0.6.1.tar.gz
diff --git a/python-psutil.spec b/python-psutil.spec
index 56806ec..2a67a3a 100644
--- a/python-psutil.spec
+++ b/python-psutil.spec
@@ -8,9 +8,9 @@
 }
 
 Name:           python-psutil
-Version:        0.5.1
-Release:        3%{?dist}
-Summary:        A process utilities module for Python
+Version:        0.6.1
+Release:        1%{?dist}
+Summary:        A process and system utilities module for Python
 
 Group:          Development/Languages
 License:        BSD
@@ -23,22 +23,24 @@ BuildRequires:  python3-devel
 %endif
 
 %description
-psutil is a module providing an interface for retrieving information on running
-processes and system utilization (CPU, memory) in a portable way by using
-Python, implementing many functionalities offered by tools like ps, top and
-Windows task manager.
+psutil is a module providing an interface for retrieving information on all
+running processes and system utilization (CPU, memory, disks, network, users) in
+a portable way by using Python, implementing many functionalities offered by
+command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
+ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
 
 
 %if 0%{?with_python3}
 %package -n python3-psutil
-Summary:        A process utilities module for Python 3
+Summary:        A process and system utilities module for Python 3
 Group:          Development/Languages
 
 %description -n python3-psutil
-psutil is a module providing an interface for retrieving information on running
-processes and system utilization (CPU, memory) in a portable way by using Python
-3, implementing many functionalities offered by tools like ps, top and Windows
-task manager.
+psutil is a module providing an interface for retrieving information on all
+running processes and system utilization (CPU, memory, disks, network, users) in
+a portable way by using Python 3, implementing many functionalities offered by
+command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
+ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
 %endif
 
 
@@ -73,12 +75,18 @@ popd
   --skip-build \
   --root $RPM_BUILD_ROOT
 
+# Fix permissions
+chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/*.so
+
 %if 0%{?with_python3}
 pushd %{py3dir}
 %{__python3} setup.py install \
   --skip-build \
   --root $RPM_BUILD_ROOT
 popd
+
+# Fix permissions
+chmod 0755 $RPM_BUILD_ROOT%{python3_sitearch}/*.so
 %endif
 
  
@@ -99,6 +107,9 @@ popd
 
 
 %changelog
+* Sun Aug 19 2012 Mohamed El Morabity <melmorabity at fedorapeople.org> - 0.6.1-1
+- Update to 0.6.1
+
 * Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 0.5.1-3
 - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
 
diff --git a/sources b/sources
index ca47416..076c4dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0899da2bdfc6821a62877eba8b76deb9  psutil-0.5.1.tar.gz
+3cfcbfb8525f6e4c70110e44a85e907e  psutil-0.6.1.tar.gz


More information about the scm-commits mailing list