Hello community,

here is the log from the commit of package python-inspektor for 
openSUSE:Factory checked in at 2019-01-03 18:09:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-inspektor (Old)
 and      /work/SRC/openSUSE:Factory/.python-inspektor.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-inspektor"

Thu Jan  3 18:09:01 2019 rev:4 rq:662482 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-inspektor/python-inspektor.changes        
2018-10-09 15:54:17.650273731 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-inspektor.new.28833/python-inspektor.changes 
    2019-01-03 18:09:02.284011918 +0100
@@ -1,0 +2,5 @@
+Wed Jan  2 08:47:15 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Do not run tests on old distributions
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-inspektor.spec ++++++
--- /var/tmp/diff_new_pack.JyYLmN/_old  2019-01-03 18:09:02.700011549 +0100
+++ /var/tmp/diff_new_pack.JyYLmN/_new  2019-01-03 18:09:02.704011545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-inspektor
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,14 +26,14 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/avocado-framework/inspektor
 Source:         
https://github.com/avocado-framework/inspektor/archive/%{version}.tar.gz#/%{pkgname}-%{version}.tar.gz
-BuildRequires:  %{python_module astroid} >= 1.2.1
+BuildRequires:  %{python_module astroid >= 1.2.1}
 BuildRequires:  %{python_module cliff}
 BuildRequires:  %{python_module cmd2}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module logutils} >= 0.3.3
-BuildRequires:  %{python_module pbr} >= 1.4
-BuildRequires:  %{python_module pycodestyle} >= 2.0.0
-BuildRequires:  %{python_module pylint} >= 1.3.1
+BuildRequires:  %{python_module logutils >= 0.3.3}
+BuildRequires:  %{python_module pbr >= 1.4}
+BuildRequires:  %{python_module pycodestyle >= 2.0.0}
+BuildRequires:  %{python_module pylint >= 1.3.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module stevedore}
 BuildRequires:  fdupes
@@ -69,7 +69,10 @@
 %python_build
 
 %check
+# No worky on SLE
+%if 0%{?suse_version} >= 1500
 %python_exec setup.py test
+%endif
 
 %install
 %python_install


Reply via email to