Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-psychtoolbox for openSUSE:Factory checked in at 2021-04-24 23:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-psychtoolbox (Old) and /work/SRC/openSUSE:Factory/.python-psychtoolbox.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psychtoolbox" Sat Apr 24 23:08:47 2021 rev:2 rq:887908 version:3.0.16 Changes: -------- --- /work/SRC/openSUSE:Factory/python-psychtoolbox/python-psychtoolbox.changes 2019-11-28 10:12:25.355636135 +0100 +++ /work/SRC/openSUSE:Factory/.python-psychtoolbox.new.12324/python-psychtoolbox.changes 2021-04-24 23:09:58.715464841 +0200 @@ -1,0 +2,5 @@ +Fri Apr 23 03:06:41 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Do not build for Python 3.6, due to no NumPy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-psychtoolbox.spec ++++++ --- /var/tmp/diff_new_pack.5QH8Q3/_old 2021-04-24 23:09:59.103465390 +0200 +++ /var/tmp/diff_new_pack.5QH8Q3/_new 2021-04-24 23:09:59.107465396 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-psychtoolbox # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,27 +12,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%define skip_python36 1 Name: python-psychtoolbox Version: 3.0.16 Release: 0 # Note: the license text mentions non-FOSS code, but that is not included in this source archive -License: MIT and BSD-2-Clause AND X11 AND GPL-2.0-or-later AND LGPL-2.1-or-later AND AML +License: AML AND BSD-2-Clause AND MIT AND X11 AND GPL-2.0-or-later AND LGPL-2.1-or-later Summary: Pieces of Psychtoolbox-3 ported to CPython -Url: http://psychtoolbox.org +URL: http://psychtoolbox.org Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/p/psychtoolbox/psychtoolbox-%{version}.tar.gz BuildRequires: %{python_module devel} -BuildRequires: %{python_module numpy} BuildRequires: %{python_module numpy-devel} +BuildRequires: %{python_module numpy} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: glibc-devel +BuildRequires: python-rpm-macros BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(egl) BuildRequires: pkgconfig(gl) @@ -41,7 +44,6 @@ BuildRequires: pkgconfig(portaudio-2.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xi) -BuildRequires: python-rpm-macros BuildRequires: gdb