forked from pool/python-Pillow
Accepting request 594555 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/594555 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=70
This commit is contained in:
committed by
Git OBS Bridge
parent
b92cfff251
commit
2ae013d914
@@ -24,16 +24,13 @@
|
||||
%bcond_with tk
|
||||
%endif
|
||||
Name: python-Pillow
|
||||
Version: 5.0.0
|
||||
Version: 5.1.0
|
||||
Release: 0
|
||||
Summary: Python Imaging Library (Fork)
|
||||
License: HPND
|
||||
Group: Development/Languages/Python
|
||||
Url: http://python-imaging.github.io/
|
||||
Source: https://files.pythonhosted.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM freetype-2.9.patch https://github.com/python-pillow/Pillow/issues/2954
|
||||
Patch1: freetype-2.9.patch
|
||||
Patch2: pillow-non-iterable.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module olefile}
|
||||
BuildRequires: %{python_module pytest-runner}
|
||||
@@ -96,7 +93,6 @@ Python Imaging Library by Fredrik Lundh and Contributors.
|
||||
|
||||
%prep
|
||||
%setup -q -n Pillow-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -122,7 +118,8 @@ $python setup.py test
|
||||
}
|
||||
|
||||
%files %{python_files}
|
||||
%doc CHANGES.rst README.rst LICENSE
|
||||
%license LICENSE
|
||||
%doc CHANGES.rst README.rst
|
||||
%{python_sitearch}/PIL
|
||||
%{python_sitearch}/PIL.pth
|
||||
%{python_sitearch}/Pillow-%{version}-py%{python_version}.egg-info
|
||||
|
||||
Reference in New Issue
Block a user