From a8109a78fd287a45f7fc5cc6be9c646f8c91c39c859f3559049f48b2beef717d Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Thu, 8 Jan 2015 11:32:22 +0000 Subject: [PATCH] Accepting request 280286 from home:tbechtold:branches:devel:languages:python New upstream release OBS-URL: https://build.opensuse.org/request/show/280286 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=25 --- Pillow-2.6.1.tar.gz | 3 --- Pillow-2.7.0.tar.gz | 3 +++ python-Pillow.changes | 34 ++++++++++++++++++++++++++++++++++ python-Pillow.spec | 4 ++-- 4 files changed, 39 insertions(+), 5 deletions(-) delete mode 100644 Pillow-2.6.1.tar.gz create mode 100644 Pillow-2.7.0.tar.gz diff --git a/Pillow-2.6.1.tar.gz b/Pillow-2.6.1.tar.gz deleted file mode 100644 index 9f3f789..0000000 --- a/Pillow-2.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f94342cf8aad63079b3ad8230e234060694a07a166a3a338421f4e3e0e338347 -size 7321920 diff --git a/Pillow-2.7.0.tar.gz b/Pillow-2.7.0.tar.gz new file mode 100644 index 0000000..9c3b6cd --- /dev/null +++ b/Pillow-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e9320e73f5821826b6b2408a3bff0a8c29e45159530069a117efd39ef619f8 +size 7389160 diff --git a/python-Pillow.changes b/python-Pillow.changes index f80ddb6..3d35afc 100644 --- a/python-Pillow.changes +++ b/python-Pillow.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Thu Jan 8 10:55:04 UTC 2015 - tbechtold@suse.com + +- update to version 2.7.0: + - Look for OSX and Linux fonts in common places. #1054 + - Fix potential PNG decompression DOS #1060 + - Use underscores, not spaces, in TIFF tag kwargs. #1044, #1058 + - Update PSDraw for Python3, add tests. #1055 +- Use Bicubic filtering by default for thumbnails. Don't use Jpeg Draft mode for thumbnails. #1029 + - Fix MSVC compiler error: Use Py_ssize_t instead of ssize_t #1051 + - Fix compiler error: MSVC needs varaibles defined at the start of the block #1048 + - The GIF Palette optimization algorithm is only applicable to mode='P' or 'L' #993 + - Use PySide as an alernative to PyQt4/5. + - Replace affine-based im.resize implementation with convolution-based im.stretch #997 + - Replace Gaussian Blur implementation with iterated fast box blur. #961 Note: Radius parameter is interpreted differently than before. + - Better docs explaining import _imaging failure #1016, build #1017, mode #1018, PyAccess, PixelAccess objects #1019 Image.quantize #1020 and Image.save #1021 + - Fix for saving TIFF image into an io.BytesIO buffer #1011 + - Fix antialias compilation on debug versions of Python #1010 + - Fix for Image.putdata segfault #1009 + - Ico save, additional tests #1007 + - Use PyQt4 if it has already been imported, otherwise prefer PyQt5. #1003 + - Speedup resample implementation up to 2.5 times. #977 + - Speed up rotation by using cache aware loops, added transpose to rotations. #994 + - Fix Bicubic interpolation #970 + - Support for 4-bit greyscale TIFF images #980 + - Updated manifest #957 + - Fix PyPy 2.4 regression #952 + - Webp Metadata Skip Test comments #954 + - Fixes for things rpmlint complains about #942 +- update to version 2.6.2: + - Fix potential PNG decompression DOS #1060 + - Fix Regression in PyPy 2.4 in streamio #958 + + ------------------------------------------------------------------- Tue Nov 18 14:13:46 UTC 2014 - toddrme2178@gmail.com diff --git a/python-Pillow.spec b/python-Pillow.spec index ce8300a..20f9b1d 100644 --- a/python-Pillow.spec +++ b/python-Pillow.spec @@ -1,7 +1,7 @@ # # spec file for package python-Pillow # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-Pillow -Version: 2.6.1 +Version: 2.7.0 Release: 0 Summary: Python Imaging Library (Fork) License: HPND