Hello community, here is the log from the commit of package python-nose for openSUSE:Factory checked in at 2017-08-14 12:39:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-nose (Old) and /work/SRC/openSUSE:Factory/.python-nose.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose" Mon Aug 14 12:39:57 2017 rev:36 rq:516184 version:1.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-nose/python-nose.changes 2017-04-19 18:10:03.680329733 +0200 +++ /work/SRC/openSUSE:Factory/.python-nose.new/python-nose.changes 2017-08-14 12:40:01.243995099 +0200 @@ -1,0 +2,11 @@ +Fri Aug 11 15:54:14 UTC 2017 - [email protected] + +- Tests are only run on python2, so only pull in python2 test + dependencies + +------------------------------------------------------------------- +Wed Aug 9 21:48:25 UTC 2017 - [email protected] + +- Fix building on SLE. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-nose.spec ++++++ --- /var/tmp/diff_new_pack.B9a6d5/_old 2017-08-14 12:40:02.311845143 +0200 +++ /var/tmp/diff_new_pack.B9a6d5/_new 2017-08-14 12:40:02.311845143 +0200 @@ -17,6 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without test Name: python-nose Version: 1.3.7 Release: 0 @@ -25,18 +26,16 @@ License: LGPL-2.1+ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/n/nose/nose-%{version}.tar.gz -# PATCH-FIX-OPENSUSE [email protected] -- Fix skip test plugin -# Since we are using python 2.6 we have to revert upstream commit -# https://github.com/nose-devs/nose/commit/395a1bff9919f083eba9eb45800692e8ab55728c BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools >= 18.0.1} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python3-2to3 #Testsuite build requirements: -BuildRequires: %{python_module coverage >= 3.7.1} -Requires: python-setuptools >= 18.0.1 +BuildRequires: python-coverage +Requires: python-setuptools Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives @@ -76,7 +75,8 @@ %python_clone -a %{buildroot}%{_mandir}/man1/nosetests.1 %check -#%%python_exec setup.py test +# Timing is bad on some architectures +export NOSE_EXCLUDE=test_timed # tests mysteriously fail in python3 %{_python_use_flavor python2} python2 setup.py test
