The package rpms/python-photutils.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/python-photutils.git/commit/?id=ceb7....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit ceb77d202c78e3d00e4c8c7b058fe44a611cc45b Author: Christian Dersch lupinix@fedoraproject.org Date: Sun Oct 27 14:06:41 2019 +0100
Skip tests on s390x (endianess issue in numpy)
diff --git a/python-photutils.spec b/python-photutils.spec index 83e1029..d09aa3f 100644 --- a/python-photutils.spec +++ b/python-photutils.spec @@ -68,6 +68,7 @@ Photutils contains functions for: find %{buildroot}/%{python3_sitearch}/ -name "*.c" -delete
%check +%ifnarch s390x # Empty matplotlibrc mkdir -p matplotlib touch matplotlib/matplotlibrc @@ -79,6 +80,7 @@ pushd %{buildroot}/%{python3_sitearch} py.test-%{python3_version} photutils rm -rf .pytest_cache popd +%endif # ifnarch s390x
%files -n python3-%{srcname} @@ -90,6 +92,7 @@ popd %changelog * Sun Oct 27 2019 Christian Dersch lupinix@fedoraproject.org - 0.7.1-1 - new version +- skip tests on s390x for now (endianess issue in numpy...)
* Mon Aug 19 2019 Miro Hronok mhroncok@redhat.com - 0.6-3 - Rebuilt for Python 3.8
arch-excludes@lists.fedoraproject.org