Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Theano for openSUSE:Factory checked in at 2021-04-27 21:34:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Theano (Old) and /work/SRC/openSUSE:Factory/.python-Theano.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Theano" Tue Apr 27 21:34:20 2021 rev:8 rq:888759 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Theano/python-Theano.changes 2020-10-28 10:02:30.355317861 +0100 +++ /work/SRC/openSUSE:Factory/.python-Theano.new.12324/python-Theano.changes 2021-04-27 21:34:27.439963559 +0200 @@ -1,0 +2,11 @@ +Tue Apr 27 10:35:00 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Do not build the package for python36 either + (installcheck failure, numpy is a runtime requirement) + +------------------------------------------------------------------- +Wed Apr 21 02:51:56 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Do not test under Python 3.6, due to no NumPy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Theano.spec ++++++ --- /var/tmp/diff_new_pack.bsZUQx/_old 2021-04-27 21:34:27.959964414 +0200 +++ /var/tmp/diff_new_pack.bsZUQx/_new 2021-04-27 21:34:27.963964421 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-Theano +# spec file for package python-Theano-test # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -25,6 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python36 1 Name: python-Theano%{psuffix} Version: 1.0.5 Release: 0 @@ -52,7 +54,7 @@ Requires: python-scipy >= 0.14 Requires: python-six >= 1.9.0 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives # The tests are compiling and are arch specific %if !%{with test} BuildArch: noarch