The package rpms/python-admesh.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-admesh.git/commit/?id=3f8b346....
Change: +%ifarch ppc64
Thanks.
Full change: ============
commit 3f8b3465395c72abbee510ca52e8a4c36ac68f52 Author: Miro Hrončok miro@hroncok.cz Date: Fri Jun 29 01:15:49 2018 +0200
Update to 0.98.9, skip a test on ppc64
diff --git a/.gitignore b/.gitignore index 6f0bf10..2a98a31 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /admesh-0.98.5.tar.gz /admesh-0.98.7.tar.gz /admesh-0.98.8.tar.gz +/admesh-0.98.9.tar.gz diff --git a/python-admesh.spec b/python-admesh.spec index 99cfb50..dd32ae4 100644 --- a/python-admesh.spec +++ b/python-admesh.spec @@ -1,8 +1,8 @@ %global pypi_name admesh
Name: python-%{pypi_name} -Version: 0.98.8 -Release: 4%{?dist} +Version: 0.98.9 +Release: 1%{?dist} Summary: Python bindings for ADMesh, STL manipulation library
License: GPLv2+ @@ -50,7 +50,10 @@ cp %{SOURCE1} test/ %py3_install
%check -PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v +PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v \ +%ifarch ppc64 + -k "not test_saved_equals_original_binary" # likely a bug in admesh itself +%endif
%files -n python3-%{pypi_name} %doc README.rst @@ -60,8 +63,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} py.test-3 -v
%changelog -* Tue Jun 19 2018 Miro Hrončok mhroncok@redhat.com - 0.98.8-4 -- Rebuilt for Python 3.7 +* Mon Jun 25 2018 Miro Hrončok mhroncok@redhat.com - 0.98.9-1 +- Update to 0.98.9 +- Temporarily skip a test on ppc64
* Tue Jun 19 2018 Miro Hrončok mhroncok@redhat.com - 0.98.8-3 - Rebuilt for Python 3.7 diff --git a/sources b/sources index 89309a7..cb3cc69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (admesh-0.98.8.tar.gz) = e190cefb8e8b6674a90b1469f8e713e29c1b38b9cd80fbf8f76da31d701baf15df1e3df6972ac25d68c0f8962a72d91276b41ae73fb4513305128a5325ae4d75 +SHA512 (admesh-0.98.9.tar.gz) = 8b9776af5f39d3d1365f62531b4981022467e4ff60c22e758800278ff3fbb155d5f80c5ee5515790328d226cb7b2cd5bf905f36871c2f95fbb07b6d563b4eb7f
arch-excludes@lists.fedoraproject.org