Accepting request 298512 from home:Nijel:branches:devel:languages:python

- Update to 2.8.1:
  - Bug fix: Catch struct.error on invalid JPEG, fixes #1163
  - Fix 32-bit BMP loading (RGBA or RGBX)
  - Fix UnboundLocalError in ImageFile #1131
  - Re-enable test image caching
  - Fix: Cannot identify EPS images, fixes #1104
  - Configure setuptools to run nosetests, fixes #729
  - Style/health fixes
  - Add support for HTTP response objects to Image.open()
  - Improve reference docs for PIL.ImageDraw.Draw.pieslice() #1145
  - Added copy method font_variant() and accessible properties to truetype() #1123
  - Fix ImagingEffectNoise #1128
  - Remove unreachable code
  - Let Python do the endian stuff + tests #1121
  - Fix webp decode memory leak #1114
  - Fast path for opaque pixels in RGBa unpacker #1088
  - Enable basic support for 'RGBa' raw encoding/decoding #1096
- Remove Pillow-fixtests.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/298512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pillow?expand=0&rev=32
This commit is contained in:
Michal Čihař
2015-04-22 09:02:36 +00:00
committed by Git OBS Bridge
parent 046b60f435
commit 8e90b308d5
5 changed files with 26 additions and 23 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Apr 22 08:55:10 UTC 2015 - mcihar@suse.cz
- Update to 2.8.1:
- Bug fix: Catch struct.error on invalid JPEG, fixes #1163
- Fix 32-bit BMP loading (RGBA or RGBX)
- Fix UnboundLocalError in ImageFile #1131
- Re-enable test image caching
- Fix: Cannot identify EPS images, fixes #1104
- Configure setuptools to run nosetests, fixes #729
- Style/health fixes
- Add support for HTTP response objects to Image.open()
- Improve reference docs for PIL.ImageDraw.Draw.pieslice() #1145
- Added copy method font_variant() and accessible properties to truetype() #1123
- Fix ImagingEffectNoise #1128
- Remove unreachable code
- Let Python do the endian stuff + tests #1121
- Fix webp decode memory leak #1114
- Fast path for opaque pixels in RGBa unpacker #1088
- Enable basic support for 'RGBa' raw encoding/decoding #1096
- Remove Pillow-fixtests.patch, merged upstream
-------------------------------------------------------------------
Tue Apr 21 14:13:51 UTC 2015 - tbechtold@suse.com