Accepting request 280293 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/280293 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=11
This commit is contained in:
commit
448fece598
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f94342cf8aad63079b3ad8230e234060694a07a166a3a338421f4e3e0e338347
|
||||
size 7321920
|
3
Pillow-2.7.0.tar.gz
Normal file
3
Pillow-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26e9320e73f5821826b6b2408a3bff0a8c29e45159530069a117efd39ef619f8
|
||||
size 7389160
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user