15
0
forked from pool/python-Pillow

Accepting request 713760 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/713760
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=88
This commit is contained in:
2019-07-07 10:23:10 +00:00
committed by Git OBS Bridge
parent 844c99e6b3
commit eebd2f624e
4 changed files with 70 additions and 6 deletions

View File

@@ -24,7 +24,7 @@
%bcond_with tk
%endif
Name: python-Pillow
Version: 6.0.0
Version: 6.1.0
Release: 0
Summary: Python Imaging Library (Fork)
License: HPND
@@ -108,10 +108,10 @@ Python Imaging Library by Fredrik Lundh and Contributors.
%check
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
%if %_arch == s390 || %_arch == s390x
%if %{_arch} == s390 || %{_arch} == s390x
echo "WARNING ignoring tests completely due to https://github.com/python-pillow/Pillow/issues/1204 and segfault"
%else
%if %_arch == ppc || %_arch == ppc64
%if %{_arch} == ppc || %{_arch} == ppc64
$python selftest.py --installed || \
echo "WARNING ignore failure https://github.com/python-pillow/Pillow/issues/1204"
$python setup.py test || \