Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kwant for openSUSE:Factory checked in at 2021-05-16 23:41:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kwant (Old) and /work/SRC/openSUSE:Factory/.python-kwant.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kwant" Sun May 16 23:41:43 2021 rev:3 rq:893354 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kwant/python-kwant.changes 2021-02-19 23:49:54.159636177 +0100 +++ /work/SRC/openSUSE:Factory/.python-kwant.new.2988/python-kwant.changes 2021-05-16 23:44:02.777155212 +0200 @@ -1,0 +2,6 @@ +Sat May 15 09:26:24 UTC 2021 - Ben Greiner <[email protected]> + +- Re-cythonize the .pyx sources for Python > 3.8 compatibility + https://gitlab.kwant-project.org/kwant/kwant/-/issues/403 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kwant.spec ++++++ --- /var/tmp/diff_new_pack.kGdEhY/_old 2021-05-16 23:44:03.201153569 +0200 +++ /var/tmp/diff_new_pack.kGdEhY/_new 2021-05-16 23:44:03.205153553 +0200 @@ -30,6 +30,7 @@ Group: Development/Languages/Python URL: https://kwant-project.org/ Source0: https://files.pythonhosted.org/packages/source/k/kwant/kwant-%{version}.tar.gz +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module setuptools} @@ -51,6 +52,8 @@ BuildRequires: %{python_module sympy} BuildRequires: %{python_module tinyarray} # /SECTION +# mumps exclusion list is "i586 s390 ppc armv7l" (sic!) +ExcludeArch: %ix86 %arm %python_subpackages @@ -71,7 +74,7 @@ %build # CAN'T FIND mumps HEADERS export CFLAGS="%{optflags} -I%{_includedir}/mumps" -%python_build +%python_build --cython %install %python_install
