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
commit 1b9f200483da8eb65f8a798e1ab61188ca07c100 Author: Christian Dersch lupinix@fedoraproject.org Date: Sun Oct 27 13:56:35 2019 +0100
Update to 0.7.1
diff --git a/.gitignore b/.gitignore index f754205..44d3af7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /photutils-0.4.tar.gz /photutils-0.5.tar.gz /photutils-0.6.tar.gz +/photutils-0.7.1.tar.gz diff --git a/python-photutils.spec b/python-photutils.spec index 2f998d0..83e1029 100644 --- a/python-photutils.spec +++ b/python-photutils.spec @@ -1,14 +1,14 @@ %global srcname photutils
Name: python-%{srcname} -Version: 0.6 -Release: 3%{?dist} +Version: 0.7.1 +Release: 1%{?dist} Summary: Astropy affiliated package for image photometry tasks License: BSD
URL: http://photutils.readthedocs.org/en/latest/index.html # Use the un-Cythonized github tar, as we need the newer Fedora Cython to build with Python 3.7 -Source0: https://github.com/astropy/photutils/archive/v%%7Bversion%7D.tar.gz#/%%7Bsrc... +Source0: %{pypi_source}
BuildRequires: gcc BuildRequires: python3-devel @@ -33,6 +33,7 @@ BuildRequires: python3-astropy-helpers # Optional BuildRequires: python3-scipy BuildRequires: python3-scikit-image +BuildRequires: python3-scikit-learn BuildRequires: python3-matplotlib # For tests BuildRequires: python3-pytest @@ -44,6 +45,7 @@ Requires: python3-numpy Requires: python3-astropy Recommends: python3-scipy Recommends: python3-scikit-image +Recommends: python3-scikit-learn Recommends: python3-matplotlib
%description -n python3-%{srcname} @@ -86,6 +88,9 @@ popd %{python3_sitearch}/%{srcname}
%changelog +* Sun Oct 27 2019 Christian Dersch lupinix@fedoraproject.org - 0.7.1-1 +- new version + * Mon Aug 19 2019 Miro Hronok mhroncok@redhat.com - 0.6-3 - Rebuilt for Python 3.8
diff --git a/sources b/sources index 1fa952c..c0a8447 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (photutils-0.6.tar.gz) = fb258814cd6ed1337e6f3f4054828b98fc450e1f82d045fcdc7bb2c53d14deb31aecf229bdf56560f9dc5d98042a87c14bbedd6ec1a5cb22c1d18f20b88082ec +SHA512 (photutils-0.7.1.tar.gz) = 00d8ce7bf3fa4f40d687b6b23b7247ae96bc2d4bb56c6eda4e85b20791bda979b6a6f466e0b25bdc91fd28cd01a87a4d5e8d9cfcb0ce0601b5fe270d82392156
commit d8817b00d2c853375dd2b344833704ed5003686c Author: Miro Hronok miro@hroncok.cz Date: Mon Aug 19 10:49:40 2019 +0200
Rebuilt for Python 3.8
diff --git a/python-photutils.spec b/python-photutils.spec index fe3b6eb..2f998d0 100644 --- a/python-photutils.spec +++ b/python-photutils.spec @@ -2,7 +2,7 @@
Name: python-%{srcname} Version: 0.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Astropy affiliated package for image photometry tasks License: BSD
@@ -86,6 +86,9 @@ popd %{python3_sitearch}/%{srcname}
%changelog +* Mon Aug 19 2019 Miro Hronok mhroncok@redhat.com - 0.6-3 +- Rebuilt for Python 3.8 + * Fri Jul 26 2019 Fedora Release Engineering releng@fedoraproject.org - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
arch-excludes@lists.fedoraproject.org