Accepting request 262197 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/262197 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=10
This commit is contained in:
commit
f732c4e003
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f101893b44af53e4e534cf367b7e73325c09733a047e969d99029eff88e5e866
|
||||
size 6871957
|
3
Pillow-2.6.1.tar.gz
Normal file
3
Pillow-2.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f94342cf8aad63079b3ad8230e234060694a07a166a3a338421f4e3e0e338347
|
||||
size 7321920
|
@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 14:13:46 UTC 2014 - toddrme2178@gmail.com
|
||||
|
||||
- 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:07:38 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
|
@ -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: unzip
|
||||
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 @@ echo "PIL" > %{buildroot}%{python_sitearch}/PIL.pth
|
||||
|
||||
%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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user