summaryrefslogtreecommitdiff
path: root/graphics/py-Pillow
diff options
context:
space:
mode:
authoradam <adam>2016-10-04 19:30:24 +0000
committeradam <adam>2016-10-04 19:30:24 +0000
commit88bd106baedda203180d99454f86d9f67a3a8535 (patch)
tree7bbe896775707c3ade7a3f0b7683ce5840e5f420 /graphics/py-Pillow
parent8a792e414245238d50861e182cbbd2f4448fda3f (diff)
downloadpkgsrc-88bd106baedda203180d99454f86d9f67a3a8535.tar.gz
3.4.1 (2016-10-04)
------------------ - Allow lists as arguments for Image.new() - Fix fix for map.c overflow (also in 3.3.3) 3.4.0 (2016-10-03) ------------------ - Removed Image.core.open_ppm, added negative image size checks in Image.py. - Windows build: fetch dependencies from pillow-depends - Add TIFF save_all writer. - Move libtiff fd duplication to _load_libtiff - Speed up GIF save optimization step - Fix for ImageCms Segfault - Make Image.crop an immediate operation, not lazy. - Skip empty values in ImageFileDirectory - Force reloading palette when using mmap in ImageFile. - Fix "invalid escape sequence" warning in Python 3.6 - Update documentation about drafts - Converted documentation parameter format, comments to docstrings - Fixed typos - Renamed references to OS X to macOS - Use truth value when checking for progressive and optimize option on save - Convert DPI to ints when saving as JPEG - Added append_images parameter to GIF saving - Speedup paste with masks up to 80% - Rewrite DDS decoders in C, add DXT3 and BC7 decoders - Fix PyArg_ParseTuple format in getink() - Fix saving originally missing TIFF tags. - Allow pathlib.Path in Image.open on Python 2.7 - Use modern base64 interface over deprecated - ImageColor.getrgb hexadecimal RGBA - Test fix for bigendian machines - Resampling lookups, trailing empty coefficients, precision - Add (un)packing between RGBA and BGRa - Added return for J2k (and fpx) Load to return a pixel access object - Skip failing numpy tests on Pypy <= 5.3.1 - Show warning when trying to save RGBA image as JPEG - Respect pixel centers during transform - TOC for supported file formats - Fix conversion of bit images to numpy arrays - Add ImageOps.scale to expand or contract a PIL image by a factor - Flake8 fixes - Updated freetype to 2.6.5 on Appveyor builds - PCX encoder fixes - Docs: Windows console prompts are > - Expose Pillow package version as PIL.__version__ - Add Box and Hamming filters for resampling - Retain a reference to core image object in PyAccess
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r--graphics/py-Pillow/Makefile4
-rw-r--r--graphics/py-Pillow/distinfo12
-rw-r--r--graphics/py-Pillow/patches/patch-setup.py6
3 files changed, 11 insertions, 11 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile
index 7f3ece0529d..0a0efe841e3 100644
--- a/graphics/py-Pillow/Makefile
+++ b/graphics/py-Pillow/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2016/08/13 08:07:22 wen Exp $
+# $NetBSD: Makefile,v 1.28 2016/10/04 19:30:24 adam Exp $
-DISTNAME= Pillow-3.3.0
+DISTNAME= Pillow-3.4.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/}
diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo
index 730edf9bd4a..4dad398848b 100644
--- a/graphics/py-Pillow/distinfo
+++ b/graphics/py-Pillow/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2016/08/13 08:07:22 wen Exp $
+$NetBSD: distinfo,v 1.21 2016/10/04 19:30:24 adam Exp $
-SHA1 (Pillow-3.3.0.tar.gz) = b115d02fde8e3df7feb2e17c98b5689cade49a89
-RMD160 (Pillow-3.3.0.tar.gz) = 260f57f65e0607f5df6845799556d855b8851bab
-SHA512 (Pillow-3.3.0.tar.gz) = fc8b899f6663099b2cf365dcb28cc06f05b0fc074eb8c32c8d2a63ab796af3416331965feb5ca63d447f2b596bed2f61ddc66b846b40ebc140a637e75e304bf6
-Size (Pillow-3.3.0.tar.gz) = 10578950 bytes
-SHA1 (patch-setup.py) = a7f7d3a1087230fe0d5d0a581b2baf0f3a28dce3
+SHA1 (Pillow-3.4.1.tar.gz) = b5ebb86374a1a65ce5714d28c7fa53316fa1944e
+RMD160 (Pillow-3.4.1.tar.gz) = 1dc8dde95123aec1c568ae58a973f130d5aab61e
+SHA512 (Pillow-3.4.1.tar.gz) = 09ed64fc8be038bea1b8f533764141a300243726d022279f8669694f6cd82d8bd1649f593505645f312bc74b78e297462c552ede10d7b344afd138e10e222a61
+Size (Pillow-3.4.1.tar.gz) = 10814857 bytes
+SHA1 (patch-setup.py) = 1b8b5a2af00bbaf25a12d2927423f215c646688f
diff --git a/graphics/py-Pillow/patches/patch-setup.py b/graphics/py-Pillow/patches/patch-setup.py
index 84fafd2b9d4..67467dfa587 100644
--- a/graphics/py-Pillow/patches/patch-setup.py
+++ b/graphics/py-Pillow/patches/patch-setup.py
@@ -1,9 +1,9 @@
-$NetBSD: patch-setup.py,v 1.7 2016/08/13 08:07:22 wen Exp $
+$NetBSD: patch-setup.py,v 1.8 2016/10/04 19:30:24 adam Exp $
* Prevent to detect optional tkinter.
* Disable demo programs.
---- setup.py.orig 2016-08-13 07:58:03.000000000 +0000
+--- setup.py.orig 2016-10-04 14:54:44.000000000 +0000
+++ setup.py
@@ -103,11 +103,7 @@ def _read(file):
return open(file, 'rb').read()
@@ -17,7 +17,7 @@ $NetBSD: patch-setup.py,v 1.7 2016/08/13 08:07:22 wen Exp $
+_tkinter = None
NAME = 'Pillow'
- PILLOW_VERSION = '3.3.0'
+ PILLOW_VERSION = '3.4.1'
@@ -746,7 +742,6 @@ setup(name=NAME,
ext_modules=[Extension("PIL._imaging", ["_imaging.c"])],
include_package_data=True,