pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/py-Pillow



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct  4 19:30:24 UTC 2016

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/py-Pillow/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/py-Pillow/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/py-Pillow/Makefile
diff -u pkgsrc/graphics/py-Pillow/Makefile:1.27 pkgsrc/graphics/py-Pillow/Makefile:1.28
--- pkgsrc/graphics/py-Pillow/Makefile:1.27     Sat Aug 13 08:07:22 2016
+++ pkgsrc/graphics/py-Pillow/Makefile  Tue Oct  4 19:30:24 2016
@@ -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/}

Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.20 pkgsrc/graphics/py-Pillow/distinfo:1.21
--- pkgsrc/graphics/py-Pillow/distinfo:1.20     Sat Aug 13 08:07:22 2016
+++ pkgsrc/graphics/py-Pillow/distinfo  Tue Oct  4 19:30:24 2016
@@ -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

Index: pkgsrc/graphics/py-Pillow/patches/patch-setup.py
diff -u pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.7 pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.8
--- pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.7        Sat Aug 13 08:07:22 2016
+++ pkgsrc/graphics/py-Pillow/patches/patch-setup.py    Tue Oct  4 19:30:24 2016
@@ -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
 +_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,



Home | Main Index | Thread Index | Old Index