Hello community,

here is the log from the commit of package python-psutil for openSUSE:Factory 
checked in at 2012-10-08 20:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psutil (Old)
 and      /work/SRC/openSUSE:Factory/.python-psutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psutil", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psutil/python-psutil.changes      
2012-05-31 17:09:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-psutil.new/python-psutil.changes 
2012-10-08 20:34:08.000000000 +0200
@@ -1,0 +2,14 @@
+Sat Oct  6 23:01:56 UTC 2012 - [email protected]
+
+- Update to 0.6.1:
+  * process cmdline property now makes a better job at guessing the process
+    executable from the cmdline.
+  * process exe was resolved in case it was a symlink.
+  * python 2.4 compatibility was broken.
+  * process exe can now return an empty string instead of raising AccessDenied.
+  * process exe is no longer resolved in case it's a symlink.
+- Tons of changes from previous versions, please see HISTORY.
+- Remove references to docs directory in spec file, as it no longer exists.
+- Remove unnecessary shebangs from python scripts to quiet rpmlint.
+
+-------------------------------------------------------------------
python3-psutil.changes: same change

Old:
----
  psutil-0.4.1.tar.gz

New:
----
  psutil-0.6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-psutil.spec ++++++
--- /var/tmp/diff_new_pack.Sq8sZy/_old  2012-10-08 20:34:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Sq8sZy/_new  2012-10-08 20:34:09.000000000 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-psutil
-Version:        0.4.1
+Version:        0.6.1
 Release:        0
-License:        BSD-3-Clause
 Summary:        A process utilities module for Python
-Url:            http://code.google.com/p/psutil/
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            http://code.google.com/p/psutil/
 Source:         psutil-%{version}.tar.gz
 BuildRequires:  python-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-distribute
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
@@ -35,7 +36,8 @@
 
 %prep
 %setup -q -n psutil-%{version}
-chmod -x docs/class_diagram.png # Fix executable permissions
+# Remove shebangs
+sed -i "1d" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py}
 
 %build
 python setup.py build
@@ -48,10 +50,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples docs HISTORY LICENSE README
+%doc CREDITS examples HISTORY LICENSE README
 %{python_sitearch}/psutil/
 %{python_sitearch}/_psutil_*.so
 %{python_sitearch}/psutil-%{version}-py%{py_ver}.egg-info
 
-
 %changelog

++++++ python3-psutil.spec ++++++
--- /var/tmp/diff_new_pack.Sq8sZy/_old  2012-10-08 20:34:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Sq8sZy/_new  2012-10-08 20:34:09.000000000 +0200
@@ -15,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python3-psutil
-Version:        0.4.1
+Version:        0.6.1
 Release:        0
-License:        BSD-3-Clause
 Summary:        A process utilities module for Python
-Url:            http://code.google.com/p/psutil/
+License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            http://code.google.com/p/psutil/
 Source:         psutil-%{version}.tar.gz
 BuildRequires:  python3
 BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-distribute
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %if 0%{?suse_version} <= 1140
 %{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
@@ -43,7 +44,8 @@
 
 %prep
 %setup -q -n psutil-%{version}
-chmod -x docs/class_diagram.png # Fix executable permissions
+# Remove shebangs
+sed -i "1d" 
psutil/{__init__.py,_compat.py,_psbsd.py,_pslinux.py,_psmswindows.py,_psosx.py,_psposix.py,error.py}
 
 %build
 python3 setup.py build
@@ -56,7 +58,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CREDITS examples docs HISTORY LICENSE README
+%doc CREDITS examples HISTORY LICENSE README
 %{python3_sitearch}/psutil/
 %{python3_sitearch}/_psutil_*.so
 %{python3_sitearch}/psutil-%{version}-py%{py3_ver}.egg-info

++++++ psutil-0.4.1.tar.gz -> psutil-0.6.1.tar.gz ++++++
++++ 15951 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to