Tue Jul 7 14:29:50 2015 UTC ()
Changes 2.9.0:
- Added test for GimpPaletteFile 1324
- Fixed ValueError in Python 2.6 1315 1316
- Fixed tox test script path 1308
- Added width and height properties 1304
- Update tiff and tk tcl 8.5 versions 1303
- Add functions to convert: Image <-> QImage; Image <-> QPixmap 1217
- Remove duplicate code in gifmaker script 1294
- Multiline text in ImageDraw 1177
- Automated Windows CI/build support 1278
- Removed support for Tk versions earlier than 8.4 1288
- Fixed polygon edge drawing 1255 (fixes 1252)
- Check prefix length in _accept methods 1267
- Register MIME type for BMP 1277
- Adjusted ImageQt use of unicode() for 2/3 compatibility 1218
- Identify XBM file created with filename including underscore 1230 (fixes 1229)
- Copy image when saving in GifImagePlugin 1231 (fixes 718)
- Removed support for FreeType 2.0 1247
- Added background saving to GifImagePlugin 1273
- Provide n_frames attribute to multi-frame formats 1261
- Add duration and loop set to GifImagePlugin 1172, 1269
- Ico files are little endian 1232
- Upgrade olefile from 0.30 to 0.42b 1226
- Setting transparency value to 0 when the tRNS contains only null byte(s) 1239
- Separated out feature checking from selftest 1233
- Style/health fixes
- Update WebP from 0.4.1 to 0.4.3 1235
- Release GIL during image load (decode) 1224
- Added icns save 1185
- Fix putdata memory leak 1196
- Keep user-specified ordering of icon sizes 1193
- Tiff: allow writing floating point tag values 1113


(adam)
diff -r1.18 -r1.19 pkgsrc/graphics/py-Pillow/Makefile
diff -r1.6 -r1.7 pkgsrc/graphics/py-Pillow/PLIST
diff -r1.11 -r1.12 pkgsrc/graphics/py-Pillow/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/graphics/py-Pillow/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/py-Pillow/Makefile 2015/04/17 15:10:02 1.18
+++ pkgsrc/graphics/py-Pillow/Makefile 2015/07/07 14:29:50 1.19
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.18 2015/04/17 15:10:02 adam Exp $ 1# $NetBSD: Makefile,v 1.19 2015/07/07 14:29:50 adam Exp $
2 2
3DISTNAME= Pillow-2.8.1 3DISTNAME= Pillow-2.9.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= graphics python 5CATEGORIES= graphics python
6MASTER_SITES= https://pypi.python.org/packages/source/P/Pillow/ 6MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/}
7EXTRACT_SUFX= .zip 
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://python-pillow.github.io/ 9HOMEPAGE= http://python-pillow.github.io/
11COMMENT= Python Imaging Library (Fork) 10COMMENT= Python Imaging Library (Fork)
12 11
13CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]* 12CONFLICTS+= ${PYPKGPREFIX}-imaging-[0-9]*
14 13
15SUBST_CLASSES+= fix-path 14SUBST_CLASSES+= fix-path
16SUBST_MESSAGE.fix-path= Fixing paths. 15SUBST_MESSAGE.fix-path= Fixing paths.
17SUBST_STAGE.fix-path= pre-configure 16SUBST_STAGE.fix-path= pre-configure
18SUBST_FILES.fix-path= setup.py 17SUBST_FILES.fix-path= setup.py
19SUBST_SED.fix-path= -e 's,/usr/pkg,${PREFIX},' 18SUBST_SED.fix-path= -e 's,/usr/pkg,${PREFIX},'
20SUBST_SED.fix-path+= -e 's,JPEG_ROOT = None,JPEG_ROOT = _lib_include("${BUILDLINK_PREFIX.jpeg}"),' 19SUBST_SED.fix-path+= -e 's,JPEG_ROOT = None,JPEG_ROOT = _lib_include("${BUILDLINK_PREFIX.jpeg}"),'

cvs diff -r1.6 -r1.7 pkgsrc/graphics/py-Pillow/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/py-Pillow/PLIST 2014/11/30 10:11:31 1.6
+++ pkgsrc/graphics/py-Pillow/PLIST 2015/07/07 14:29:50 1.7
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.6 2014/11/30 10:11:31 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2015/07/07 14:29:50 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/pbr.json
5${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
6${PYSITELIB}/${EGG_INFODIR}/zip-safe 7${PYSITELIB}/${EGG_INFODIR}/zip-safe
7${PYSITELIB}/PIL/BdfFontFile.py 8${PYSITELIB}/PIL/BdfFontFile.py
8${PYSITELIB}/PIL/BdfFontFile.pyc 9${PYSITELIB}/PIL/BdfFontFile.pyc
9${PYSITELIB}/PIL/BdfFontFile.pyo 10${PYSITELIB}/PIL/BdfFontFile.pyo
10${PYSITELIB}/PIL/BmpImagePlugin.py 11${PYSITELIB}/PIL/BmpImagePlugin.py
11${PYSITELIB}/PIL/BmpImagePlugin.pyc 12${PYSITELIB}/PIL/BmpImagePlugin.pyc
12${PYSITELIB}/PIL/BmpImagePlugin.pyo 13${PYSITELIB}/PIL/BmpImagePlugin.pyo
13${PYSITELIB}/PIL/BufrStubImagePlugin.py 14${PYSITELIB}/PIL/BufrStubImagePlugin.py
14${PYSITELIB}/PIL/BufrStubImagePlugin.pyc 15${PYSITELIB}/PIL/BufrStubImagePlugin.pyc
15${PYSITELIB}/PIL/BufrStubImagePlugin.pyo 16${PYSITELIB}/PIL/BufrStubImagePlugin.pyo
16${PYSITELIB}/PIL/ContainerIO.py 17${PYSITELIB}/PIL/ContainerIO.py
17${PYSITELIB}/PIL/ContainerIO.pyc 18${PYSITELIB}/PIL/ContainerIO.pyc
@@ -259,13 +260,16 @@ ${PYSITELIB}/PIL/__init__.pyc @@ -259,13 +260,16 @@ ${PYSITELIB}/PIL/__init__.pyc
259${PYSITELIB}/PIL/__init__.pyo 260${PYSITELIB}/PIL/__init__.pyo
260${PYSITELIB}/PIL/_binary.py 261${PYSITELIB}/PIL/_binary.py
261${PYSITELIB}/PIL/_binary.pyc 262${PYSITELIB}/PIL/_binary.pyc
262${PYSITELIB}/PIL/_binary.pyo 263${PYSITELIB}/PIL/_binary.pyo
263${PYSITELIB}/PIL/_imaging.so 264${PYSITELIB}/PIL/_imaging.so
264${PYSITELIB}/PIL/_imagingcms.so 265${PYSITELIB}/PIL/_imagingcms.so
265${PYSITELIB}/PIL/_imagingft.so 266${PYSITELIB}/PIL/_imagingft.so
266${PYSITELIB}/PIL/_imagingmath.so 267${PYSITELIB}/PIL/_imagingmath.so
267${PYSITELIB}/PIL/_imagingmorph.so 268${PYSITELIB}/PIL/_imagingmorph.so
268${PYSITELIB}/PIL/_util.py 269${PYSITELIB}/PIL/_util.py
269${PYSITELIB}/PIL/_util.pyc 270${PYSITELIB}/PIL/_util.pyc
270${PYSITELIB}/PIL/_util.pyo 271${PYSITELIB}/PIL/_util.pyo
271${PYSITELIB}/PIL/_webp.so 272${PYSITELIB}/PIL/_webp.so
 273${PYSITELIB}/PIL/features.py
 274${PYSITELIB}/PIL/features.pyc
 275${PYSITELIB}/PIL/features.pyo

cvs diff -r1.11 -r1.12 pkgsrc/graphics/py-Pillow/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/py-Pillow/distinfo 2015/04/17 15:10:02 1.11
+++ pkgsrc/graphics/py-Pillow/distinfo 2015/07/07 14:29:50 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2015/04/17 15:10:02 adam Exp $ 1$NetBSD: distinfo,v 1.12 2015/07/07 14:29:50 adam Exp $
2 2
3SHA1 (Pillow-2.8.1.zip) = 66ac3f0d57d12392fc38d39334a58bee187b4635 3SHA1 (Pillow-2.9.0.tar.gz) = fac0b2b2534385f34912ccdceafaeca4127dcdc1
4RMD160 (Pillow-2.8.1.zip) = 034bf5ea66ed7482383af5eceaa5e315b874e3cf 4RMD160 (Pillow-2.9.0.tar.gz) = 2904892f29065de0f42f561d6e0478d7aa68fec8
5Size (Pillow-2.8.1.zip) = 9275663 bytes 5Size (Pillow-2.9.0.tar.gz) = 9289617 bytes
6SHA1 (patch-setup.py) = f3f3d39906314f2ef925547ce634cb226d520ef5 6SHA1 (patch-setup.py) = f3f3d39906314f2ef925547ce634cb226d520ef5