./graphics/py-Pillow, Python Imaging Library (Fork)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2014Q2, Version: 2.5.3, Package name: py27-Pillow-2.5.3, Maintainer: obache

Pillow is the "friendly" PIL fork.
The Python Imaging Library (PIL) adds image processing capabilities to your
Python environment. This library provides extensive file format support, an
efficient internal representation, and powerful image processing capabilities.


Required to run:
[graphics/lcms2] [graphics/freetype2] [graphics/openjpeg] [graphics/tiff] [graphics/libwebp] [devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 28a46c07404926c406faffa187c6f6b9b5028e21
RMD160: f10cda34a62022edf3bfe626096b6bc009a74dc8
Filesize: 6712.131 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-22 19:10:57 by Matthias Scheler | Files touched by this commit (4) | Package updated
Log message:
Pullup ticket #4480 - requested by obache
graphics/py-Pillow: security update

Revisions pulled up:
- graphics/py-Pillow/Makefile                                   1.10-1.13
- graphics/py-Pillow/PLIST                                      1.5
- graphics/py-Pillow/distinfo                                   1.6-1.8
- graphics/py-Pillow/patches/patch-setup.py                     1.3

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Sun Jul  6 12:15:53 UTC 2014

   Modified Files:
   	pkgsrc/graphics/py-Pillow: Makefile PLIST distinfo
   	pkgsrc/graphics/py-Pillow/patches: patch-setup.py

   Log message:
   Update Pillow to 2.5.0.

   2.5.0 (2014-07-01)
   ------------------

   - Imagedraw rewrite
     [terseus, wiredfool]

   - Add support for multithreaded test execution
     [wiredfool]

   - Prevent shell injection #748
     [mbrown1413, wiredfool]

   - Support for Resolution in BMP files #734
     [gcq]

   - Fix error in setup.py for Python 3
     [matthew-brett]

   - Pyroma fix and add Python 3.4 to setup metadata #742
     [wirefool]

   - Top level flake8 fixes #741
     [aclark]

   - Remove obsolete Animated Raster Graphics (ARG) support
     [hugovk]

   - Fix test_imagedraw failures #727
     [cgohlke]

   - Fix AttributeError: class Image has no attribute 'DEBUG' #726
     [cgohlke]

   - Fix msvc warning: 'inline' : macro redefinition #725
     [cgohlke]

   - Cleanup #654
     [dvska, hugovk, wiredfool]

   - 16-bit monochrome support for JPEG2000
     [videan42]

   - Fixed ImagePalette.save
     [brightpisces]

   - Support JPEG qtables
     [csinchok]

   - Add binary morphology addon
     [dov, wiredfool]

   - Decompression bomb protection
     [hugovk]

   - Put images in a single directory
     [hugovk]

   - Support OpenJpeg 2.1
     [al45tair]

   - Remove unistd.h #include for all platforms
     [wiredfool]

   - Use unittest for tests
     [hugovk]

   - ImageCms fixes
     [hugovk]

   - Added more ImageDraw tests
     [hugovk]

   - Added tests for Spider files
     [hugovk]

   - Use libtiff to write any compressed tiff files
     [wiredfool]

   - Support for pickling Image objects
     [hugovk]

   - Fixed resolution handling for EPS thumbnails
     [eliempje]

   - Fixed rendering of some binary EPS files (Issue #302)
     [eliempje]

   - Rename variables not to use built-in function names
     [hugovk]

   - Ignore junk JPEG markers
     [hugovk]

   - Change default interpolation for Image.thumbnail to Image.ANTIALIAS
     [hugovk]

   - Add tests and fixes for saving PDFs
     [hugovk]

   - Remove transparency resource after P->RGBA conversion
     [hugovk]

   - Clean up preprocessor cruft for Windows
     [CounterPillow]

   - Adjust Homebrew freetype detection logic
     [jacknagel]

   - Added Image.close, context manager support.
     [wiredfool]

   - Added support for 16 bit PGM files.
     [wiredfool]

   - Updated OleFileIO to version 0.30 from upstream
     [hugovk]

   - Added support for additional TIFF floating point format
     [Hijackal]

   - Have the tempfile use a suffix with a dot
     [wiredfool]

   - Fix variable name used for transparency manipulations
     [nijel]

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Sun Jul  6 12:18:39 UTC 2014

   Modified Files:
   	pkgsrc/graphics/py-Pillow: Makefile

   Log message:
   Update HOMEPAGE url.

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Fri Aug  8 12:09:28 UTC 2014

   Modified Files:
   	pkgsrc/graphics/py-Pillow: Makefile distinfo

   Log message:
   Update Pillow to 2.5.1.

   2.5.1 (2014-07-10)
   ------------------

   - Fixed install issue if Multiprocessing.Pool is not available
     [wiredfool]

   - 32bit mult overflow fix #782
     [wiredfool]

---
   Module Name:	pkgsrc
   Committed By:	obache
   Date:		Thu Aug 21 10:00:32 UTC 2014

   Modified Files:
   	pkgsrc/graphics/py-Pillow: Makefile distinfo

   Log message:
   Update Pillow to 2.5.3.

   2.5.3 (2014-08-18)
   ------------------

   - Fixed CVE-2014-3598, a DOS in the Jpeg2KImagePlugin
     [Andrew Drake]

   2.5.2 (2014-08-13)
   ------------------

   - Fixed CVE-2014-3589, a DOS in the IcnsImagePlugin
     [Andrew Drake]