Hello community,
here is the log from the commit of package python-nose-progressive for
openSUSE:Factory checked in at 2019-09-18 13:11:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-nose-progressive (Old)
and /work/SRC/openSUSE:Factory/.python-nose-progressive.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-nose-progressive"
Wed Sep 18 13:11:39 2019 rev:4 rq:731456 version:1.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-nose-progressive/python-nose-progressive.changes
2019-06-14 20:24:30.530798792 +0200
+++
/work/SRC/openSUSE:Factory/.python-nose-progressive.new.7948/python-nose-progressive.changes
2019-09-18 13:11:40.592686912 +0200
@@ -1,0 +2,6 @@
+Sat Sep 14 13:11:08 UTC 2019 - John Vandenberg <[email protected]>
+
+- Fix %check to use code is rewritten using 2to3,
+ and note one failure on Python 3
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-nose-progressive.spec ++++++
--- /var/tmp/diff_new_pack.N0TvSv/_old 2019-09-18 13:11:41.280686767 +0200
+++ /var/tmp/diff_new_pack.N0TvSv/_new 2019-09-18 13:11:41.280686767 +0200
@@ -17,6 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-nose-progressive
Version: 1.5.2
Release: 0
@@ -54,9 +55,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+%if %{with python2}
# The test files use 'import __builtin__', which is python2 only syntax. But
nose does not mind and
# therefore runs into some other differences between pythons... Surprisingly,
most of python3 tests pass.
python setup.py test
+%endif
%files %{python_files}
%license LICENSE