diff options
author | adam <adam@pkgsrc.org> | 2015-07-07 14:29:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2015-07-07 14:29:50 +0000 |
commit | 13a9bffd40611423f6cb96d7add294ac776eae09 (patch) | |
tree | 95ccfe05e5d40646d8e85cc3340cb2c01e7f0156 /graphics/py-Pillow | |
parent | 2dd6fc0c663878d46c9e4343b11d3d124e112fef (diff) | |
download | pkgsrc-13a9bffd40611423f6cb96d7add294ac776eae09.tar.gz |
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
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r-- | graphics/py-Pillow/Makefile | 7 | ||||
-rw-r--r-- | graphics/py-Pillow/PLIST | 6 | ||||
-rw-r--r-- | graphics/py-Pillow/distinfo | 8 |
3 files changed, 12 insertions, 9 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index 536879f629f..82a5cca967e 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2015/04/17 15:10:02 adam Exp $ +# $NetBSD: Makefile,v 1.19 2015/07/07 14:29:50 adam Exp $ -DISTNAME= Pillow-2.8.1 +DISTNAME= Pillow-2.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python -MASTER_SITES= https://pypi.python.org/packages/source/P/Pillow/ -EXTRACT_SUFX= .zip +MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://python-pillow.github.io/ diff --git a/graphics/py-Pillow/PLIST b/graphics/py-Pillow/PLIST index 017815354d9..12542bd8f65 100644 --- a/graphics/py-Pillow/PLIST +++ b/graphics/py-Pillow/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.6 2014/11/30 10:11:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2015/07/07 14:29:50 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/${EGG_INFODIR}/zip-safe ${PYSITELIB}/PIL/BdfFontFile.py @@ -269,3 +270,6 @@ ${PYSITELIB}/PIL/_util.py ${PYSITELIB}/PIL/_util.pyc ${PYSITELIB}/PIL/_util.pyo ${PYSITELIB}/PIL/_webp.so +${PYSITELIB}/PIL/features.py +${PYSITELIB}/PIL/features.pyc +${PYSITELIB}/PIL/features.pyo diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo index 61b0e558e1c..689df3f5e8b 100644 --- a/graphics/py-Pillow/distinfo +++ b/graphics/py-Pillow/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/04/17 15:10:02 adam Exp $ +$NetBSD: distinfo,v 1.12 2015/07/07 14:29:50 adam Exp $ -SHA1 (Pillow-2.8.1.zip) = 66ac3f0d57d12392fc38d39334a58bee187b4635 -RMD160 (Pillow-2.8.1.zip) = 034bf5ea66ed7482383af5eceaa5e315b874e3cf -Size (Pillow-2.8.1.zip) = 9275663 bytes +SHA1 (Pillow-2.9.0.tar.gz) = fac0b2b2534385f34912ccdceafaeca4127dcdc1 +RMD160 (Pillow-2.9.0.tar.gz) = 2904892f29065de0f42f561d6e0478d7aa68fec8 +Size (Pillow-2.9.0.tar.gz) = 9289617 bytes SHA1 (patch-setup.py) = f3f3d39906314f2ef925547ce634cb226d520ef5 |