Hello community,

here is the log from the commit of package python-restkit for openSUSE:Factory 
checked in at 2013-10-29 09:35:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-restkit (Old)
 and      /work/SRC/openSUSE:Factory/.python-restkit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-restkit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-restkit/python-restkit.changes    
2013-02-11 11:13:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-restkit.new/python-restkit.changes       
2013-10-29 09:35:05.000000000 +0100
@@ -1,0 +2,10 @@
+Mon Oct 28 13:05:46 UTC 2013 - speili...@suse.com
+
+- Don't install global "tests" module into python_sitelib
+
+-------------------------------------------------------------------
+Thu Oct 24 11:13:31 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-restkit.spec ++++++
--- /var/tmp/diff_new_pack.xag4wZ/_old  2013-10-29 09:35:06.000000000 +0100
+++ /var/tmp/diff_new_pack.xag4wZ/_new  2013-10-29 09:35:06.000000000 +0100
@@ -26,9 +26,9 @@
 Source:         
http://pypi.python.org/packages/source/r/restkit/restkit-%{version}.tar.gz
 BuildRequires:  python-WebOb
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
 BuildRequires:  python-http-parser
 BuildRequires:  python-nose
+BuildRequires:  python-setuptools
 BuildRequires:  python-socketpool
 Requires:       python-WebOb
 Requires:       python-http-parser
@@ -56,7 +56,8 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-rm -rf %{buildroot}%{_prefix}/restkit # Remvoe wrongly installed documentation
+rm -rf %{buildroot}%{_prefix}/restkit # Remove wrongly installed documentation
+rm -rf %{buildroot}%{python_sitelib}/tests # Remove global "tests" module
 
 # Fail for instance
 #%check

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to