15
0
forked from pool/python-Pillow

Accepting request 319210 from home:winski:python

update to 2.9.0: bug fixes (including memory leak), added features & upstream merge of all outstanding patches

OBS-URL: https://build.opensuse.org/request/show/319210
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=37
This commit is contained in:
Todd R
2015-07-29 09:54:54 +00:00
committed by Git OBS Bridge
parent 1c876d2161
commit 78447fef38
6 changed files with 44 additions and 63 deletions

View File

@@ -17,15 +17,13 @@
Name: python-Pillow
Version: 2.8.1
Version: 2.9.0
Release: 0
Summary: Python Imaging Library (Fork)
License: HPND
Group: Development/Languages/Python
Url: http://python-imaging.github.io/
Source: https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz
Patch1: fix-textsize-equal.patch
Patch2: 0001-Ico-files-are-little-endian-ref-1204.patch
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: python-tk
@@ -93,8 +91,6 @@ Python Imaging Library by Fredrik Lundh and Contributors.
%prep
%setup -q -n Pillow-%{version}
%patch1 -p1
%patch2 -p1
%build
python setup.py build