Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2015-08-07 00:20:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes    2015-03-23 
12:18:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes       
2015-08-07 00:20:47.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 13:01:56 UTC 2015 - [email protected]
+
+- Make tests conditional to avoid dependency loop.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pip.spec ++++++
--- /var/tmp/diff_new_pack.Hykjga/_old  2015-08-07 00:20:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Hykjga/_new  2015-08-07 00:20:48.000000000 +0200
@@ -15,6 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# NOTE(saschpe): git invocation and pythonpath issues with testrepository
+# enable testing with a build conditional (off by default):
+%bcond_with test
 
 Name:           python-pip
 Version:        6.0.8
@@ -27,11 +30,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+%if %{with test}
 # Test requirements:
 BuildRequires:  python-mock
 BuildRequires:  python-pytest
 BuildRequires:  python-scripttest >= 1.3
 BuildRequires:  python-virtualenv >= 1.10
+%endif
 Requires:       python-setuptools
 Requires:       python-xml
 Requires(post): update-alternatives
@@ -61,8 +66,10 @@
 rm %{buildroot}%{_bindir}/pip
 ln -s %{_bindir}/pip%{py_ver} %{buildroot}%{_bindir}/pip
 
+%if %{with test}
 %check
 python setup.py test
+%endif
 
 %pre
 # Since /usr/bin/pip became ghosted to be used with update-alternatives, we 
have to get rid


Reply via email to