Hello community,

here is the log from the commit of package python-fudge for openSUSE:Factory 
checked in at 2019-09-27 14:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fudge (Old)
 and      /work/SRC/openSUSE:Factory/.python-fudge.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fudge"

Fri Sep 27 14:47:56 2019 rev:12 rq:731193 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fudge/python-fudge.changes        
2019-03-20 13:19:52.957335232 +0100
+++ /work/SRC/openSUSE:Factory/.python-fudge.new.2352/python-fudge.changes      
2019-09-27 14:47:57.124842204 +0200
@@ -1,0 +2,5 @@
+Sat Sep 14 01:46:16 UTC 2019 - John Vandenberg <[email protected]>
+
+- Skip the tests for the flavors not being built
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fudge.spec ++++++
--- /var/tmp/diff_new_pack.CdCCta/_old  2019-09-27 14:47:58.064839760 +0200
+++ /var/tmp/diff_new_pack.CdCCta/_new  2019-09-27 14:47:58.080839718 +0200
@@ -57,13 +57,17 @@
 %check
 mkdir testdir
 pushd testdir
+%if 0%{?have_python2} && ! 0%{?skip_python2}
 cp -r ../fudge/tests tests2
 export PYTHONPATH=%{buildroot}%{python2_sitelib}
 nosetests-%{python2_bin_suffix} -w tests2
+%endif
+%if 0%{?have_python3} && ! 0%{?skip_python3}
 cp -r ../fudge/tests tests3
 2to3 -w tests3
 export PYTHONPATH=%{buildroot}%{python3_sitelib}
 nosetests-%{python3_bin_suffix} -w tests3
+%endif
 popd
 
 %files %{python_files}


Reply via email to