diff --git a/python-simplebayes.changes b/python-simplebayes.changes index f7d2408..6c5b766 100644 --- a/python-simplebayes.changes +++ b/python-simplebayes.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 15 10:43:10 UTC 2017 - tchvatal@suse.com + +- Drop check phase again as upstream does not distribute the tests + and does not tag properly on github + ------------------------------------------------------------------- Fri Dec 15 10:07:51 UTC 2017 - mvetter@suse.com diff --git a/python-simplebayes.spec b/python-simplebayes.spec index 38ea0a7..ca77298 100644 --- a/python-simplebayes.spec +++ b/python-simplebayes.spec @@ -16,9 +16,7 @@ # -# make it work not just on TW %{?!python_module:%define python_module() python-%{**} python3-%{**}} - Name: python-simplebayes Version: 1.5.8 Release: 0 @@ -28,7 +26,6 @@ Group: Development/Languages/Python Url: https://github.com/hickeroar/simplebayes Source: https://files.pythonhosted.org/packages/source/s/simplebayes/simplebayes-%{version}.tar.gz BuildRequires: %{python_module setuptools} -# make it work not just on TW BuildRequires: python-rpm-macros BuildArch: noarch @@ -49,10 +46,6 @@ export LANG=C.UTF-8 export LANG=C.UTF-8 %python_install -%check -export LANG=C.UTF-8 -%python_exec setup.py test - %files %{python_files} %doc README.rst LICENSE %{python_sitelib}/*