diff options
author | adam <adam@pkgsrc.org> | 2016-01-30 18:45:32 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2016-01-30 18:45:32 +0000 |
commit | 1e8306d75ef3d21f619c9af2e1a3f3e2792c4872 (patch) | |
tree | 883e08b88dd83f28b6d7219083b80fd7f9f18686 /graphics/py-Pillow | |
parent | 68fe6e7094236e29b87fa8c5d224129bf2ba94c3 (diff) | |
download | pkgsrc-1e8306d75ef3d21f619c9af2e1a3f3e2792c4872.tar.gz |
Changes 3.1.0:
- Fixing test failures on Python 2.6/Windows
- Limit metadata tags when writing using libtiff
- Rolling back exif support to pre-3.0 format
- Fix Divide by zero in Exif, add IFDRational class
- Catch the IFD error near the source
- Added release notes for 3.1.0
- Updated spacing to be consistent between multiline methods
- Let EditorConfig take care of some basic formatting
- Restore gpsexif data to the v1 form
- Add /usr/local include and library directories for freebsd
- Updated installation docs for new versions of dependencies
- Removed unrunnable test file
- Changed register calls to use format property
- Added field type constants to TiffTags
- Allow saving RowsPerStrip with libtiff
- Enabled conversion to numpy array for HSV images
- Changed some urls in the docs to use https
- Removed logger.exception from ImageFile.py
- Removed warnings module check
- Changed arcs, chords and pie slices to use floats
- Update unit test asserts
- Fix command to invoke ghostscript for eps files
- Consistent multiline text spacing
- Removed unused lines in BDFFontFile
- Changed ImageQt import of Image
- Throw TypeError if no cursors were found in .cur file
- Fix crash in ImageTk.PhotoImage on win-amd64
- ExtraSamples tag should be a SHORT, not a BYTE
- Docs and code health fixes
- Updated freetype to 2.6.2
- Updated WebP to 0.5.0 for Travis
- Fix missing 'version' key value in __array_interface__
- Replaced os.popen with subprocess.Popen to pilprint script
- Catch OverflowError in SpiderImagePlugin
- Fix the definition of icc_profile in TiffTags
- Remove old _imagingtiff.c and pilplus stuff
- Fix Exception when requiring jpeg
- Dependency scripts for Debian and Ubuntu
- Added Usage message to painter script
- Add tag info for iccprofile, fixes
- Added some requirements for make release-test
- Flatten tiff metadata value SAMPLEFORMAT to initial value, fixes
- Fix handling of pathlib in Image.save. Fixes
- Make tests more robust
- Use correctly sized pointers for windows handle types.
Diffstat (limited to 'graphics/py-Pillow')
-rw-r--r-- | graphics/py-Pillow/Makefile | 5 | ||||
-rw-r--r-- | graphics/py-Pillow/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/graphics/py-Pillow/Makefile b/graphics/py-Pillow/Makefile index 9d0ac674335..d8c1ce0f6a2 100644 --- a/graphics/py-Pillow/Makefile +++ b/graphics/py-Pillow/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2016/01/06 10:46:53 adam Exp $ +# $NetBSD: Makefile,v 1.22 2016/01/30 18:45:32 adam Exp $ -DISTNAME= Pillow-3.0.0 +DISTNAME= Pillow-3.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pillow/} diff --git a/graphics/py-Pillow/distinfo b/graphics/py-Pillow/distinfo index ecc155a620d..055b4bdb39f 100644 --- a/graphics/py-Pillow/distinfo +++ b/graphics/py-Pillow/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2015/11/04 17:41:19 agc Exp $ +$NetBSD: distinfo,v 1.16 2016/01/30 18:45:32 adam Exp $ -SHA1 (Pillow-3.0.0.tar.gz) = ab6959e090848590e910aaf1521d4a49ca79be3d -RMD160 (Pillow-3.0.0.tar.gz) = 4bb60362d90dbcc4821fa008d5b01370eaac7261 -SHA512 (Pillow-3.0.0.tar.gz) = 8b19e0a354f2feff69fa18ccb58d68df1eb9d374c9a8717c7315a741fc6cbbda679e5244211ec3e38d10bff330a0958950fa1e9d7ba7728d6dcf575026269e1f -Size (Pillow-3.0.0.tar.gz) = 9621462 bytes +SHA1 (Pillow-3.1.0.tar.gz) = 9be5048fea909622f1fbdadc7e701fa35f410f78 +RMD160 (Pillow-3.1.0.tar.gz) = d44e79349ceb4858052edfb44493363859b5ee6f +SHA512 (Pillow-3.1.0.tar.gz) = 15715e014cbb7cf8581480ca44319202075a2faef86d0a4318ade7b44f0d88a56bbc1a2a92c0fca7c14ae6402ce590457dab7302230a729a56e0342d311e6c76 +Size (Pillow-3.1.0.tar.gz) = 9858361 bytes SHA1 (patch-setup.py) = c4a3eae74db27f58a6d2c52114b3be13daf4207a |