Hello community,

here is the log from the commit of package python-nose for openSUSE:Factory 
checked in at 2017-11-12 17:59:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose (Old)
 and      /work/SRC/openSUSE:Factory/.python-nose.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-nose"

Sun Nov 12 17:59:02 2017 rev:38 rq:540010 version:1.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes  2017-08-29 
11:36:45.706136006 +0200
+++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes     
2017-11-12 17:59:04.711960634 +0100
@@ -1,0 +2,7 @@
+Wed Nov  8 19:06:29 UTC 2017 - jmate...@suse.com
+
+- drop unneeded python-coverage
+- drop unused %bcond
+- disable tests when python2 is not present
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-nose.spec ++++++
--- /var/tmp/diff_new_pack.3eFlyy/_old  2017-11-12 17:59:06.151908185 +0100
+++ /var/tmp/diff_new_pack.3eFlyy/_new  2017-11-12 17:59:06.151908185 +0100
@@ -17,7 +17,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-nose
 Version:        1.3.7
 Release:        0
@@ -33,8 +32,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-2to3
-#Testsuite build requirements:
-BuildRequires:  python-coverage
 Requires:       python-setuptools
 Requires:       python-xml
 Requires(post): update-alternatives
@@ -74,12 +71,14 @@
 %python_clone -a %{buildroot}%{_bindir}/nosetests
 %python_clone -a %{buildroot}%{_mandir}/man1/nosetests.1
 
+%if 0%{?have_python2}
 %check
 # Timing is bad on some architectures
 export NOSE_EXCLUDE=test_timed
 # tests mysteriously fail in python3
 %{_python_use_flavor python2}
 python2 setup.py test
+%endif
 
 %post
 %{python_install_alternative nosetests nosetests.1}


Reply via email to