Hello community, here is the log from the commit of package python-Pillow for openSUSE:Factory checked in at 2014-11-20 18:43:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Pillow (Old) and /work/SRC/openSUSE:Factory/.python-Pillow.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Pillow" Changes: -------- --- /work/SRC/openSUSE:Factory/python-Pillow/python-Pillow.changes 2014-08-20 10:51:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-Pillow.new/python-Pillow.changes 2014-11-20 18:43:14.000000000 +0100 @@ -1,0 +2,51 @@ +Tue Nov 18 14:13:46 UTC 2014 - [email protected] + +- Update to 2.6.1 + - Fix SciPy regression for in Image.resize + - Fix manifest to include all test files +- Update to 2.6.0 + - Relax precision of ImageDraw tests for x86, GimpGradient for PPC + - Use redistributable image for testing + - Use redistributable ICC profiles for testing, skip if not available + - Additional documentation for JPEG info and save options + - Fix JPEG Encoding memory leak when exif or qtables were specified + - Image.tobytes() and Image.tostring() documentation update + - On Windows, do not execute convert.exe without specifying path + - Fix msvc build error + - Fix for handling P + transparency -> RGBA conversions + - Retain alpha in ImageEnhance operations + - Jpeg2k Decode/encode memory leak fix + - EpsFilePlugin Speed improvements + - Don't resize if already the right size + - Fix for reading multipage TIFFs + - Correctly handle saving gray and CMYK JPEGs with quality=keep + - Correct duplicate Tiff Metadata and Exif tag values + - Windows fixes + - Fix TGA files with image ID field + - Fixed wrong P-mode of small, unoptimized L-mode GIF + - Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin + - Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin + - setup.py: Close open file handle before deleting + - Return Profile with Transformed Images + - Changed docstring to refer to the correct function + - Adding coverage support for C code tests + - PyPy performance improvements + - Added support for reading MPO files + - Added support for encoding and decoding iTXt chunks + - HSV Support + - Removed unusable ImagePalette.new() + - Fix Scrambled XPM + - Doc cleanup + - Fix `ImageStat` docs + - Added docs for ExifTags + - More tests for CurImagePlugin, DcxImagePlugin, Effects.c, GimpGradientFile, ImageFont, ImageMath, ImagePalette, IptcImagePlugin, SpiderImagePlugin, SgiImagePlugin, XpmImagePlugin and _util + - Fix return value of FreeTypeFont.textsize() does not include font offsets + - Fix dispose calculations for animated GIFs + - Added class checking to Image __eq__ function + - Test PalmImagePlugin and method to skip known bad tests +- Update to 2.5.3 + - Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin (backport) +- Update to 2.5.2 + - Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin (backport) + +------------------------------------------------------------------- Old: ---- Pillow-2.5.1.zip New: ---- Pillow-2.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Pillow.spec ++++++ --- /var/tmp/diff_new_pack.2rRhl2/_old 2014-11-20 18:43:15.000000000 +0100 +++ /var/tmp/diff_new_pack.2rRhl2/_new 2014-11-20 18:43:15.000000000 +0100 @@ -17,13 +17,13 @@ Name: python-Pillow -Version: 2.5.1 +Version: 2.6.1 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}.zip +Source: https://pypi.python.org/packages/source/P/Pillow/Pillow-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools BuildRequires: python-tk @@ -34,6 +34,8 @@ BuildRequires: libjpeg8-devel BuildRequires: liblcms2-devel BuildRequires: libwebp-devel +%else +BuildRequires: python-unittest2 %endif %if 0%{?suse_version} > 1315 BuildRequires: openjpeg2-devel @@ -100,13 +102,7 @@ %check PYTHONPATH=%{buildroot}/%{python_sitearch} python selftest.py --installed -%ifnarch i586 -# Disabled as it fails on i586: -# https://github.com/python-pillow/Pillow/issues/819 -%if 0%{?suse_version} > 1230 PYTHONPATH=%{buildroot}/%{python_sitearch} python test-installed.py -%endif -%endif %post update-alternatives \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
