Update to 0.98.9, skip a test on ppc64

This commit is contained in:
Miro Hrončok 2018-06-29 01:15:49 +02:00
commit 3f8b346539
3 changed files with 11 additions and 6 deletions

View file

@ -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