Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2012-02-01 09:59:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes    2011-09-26 
10:17:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes       
2012-02-01 09:59:59.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Jan 31 14:11:43 UTC 2012 - sasc...@suse.de
+
+- Run testsuite
+
+-------------------------------------------------------------------
+Mon Dec  5 12:31:47 UTC 2011 - sasc...@suse.de
+
+- Only SLES-11 needs %python_sitelib and not noarch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pip.spec ++++++
--- /var/tmp/diff_new_pack.jrdQfY/_old  2012-02-01 10:00:00.000000000 +0100
+++ /var/tmp/diff_new_pack.jrdQfY/_new  2012-02-01 10:00:00.000000000 +0100
@@ -26,14 +26,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+BuildRequires:  python-nose
 Requires:       python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Pip is a replacement for easy_install. It uses mostly the same techniques for
@@ -50,6 +49,9 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+cd tests && nosetests
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.txt LICENSE.txt docs/*

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

Reply via email to