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:           Wed Oct  2 07:55:41 UTC 2019

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

Log Message:
py-Pillow: updated to 6.2.0

6.2.0:
- This is the last Pillow release to support Python 2.7
- Catch buffer overruns
- Initialize rows_per_strip when RowsPerStrip tag is missing
- Raise error if TIFF dimension is a string
- Added decompression bomb checks
- Fix ImageGrab.grab DPI scaling on Windows 10 version 1607+
- Corrected negative seeks
- Added argument to capture all screens on Windows
- Updated warning to specify when Image.frombuffer defaults will change
- Changed WindowsViewer format to PNG
- Use TIFF orientation
- Raise the same error if a truncated image is loaded a second time
- Lazily use ImageFileDirectory_v1 values from Exif
- Improved HSV conversion
- Added text stroking
- No more deprecated bdist_wininst .exe installers
- Do not allow floodfill to extend into negative coordinates
- Fixed arc drawing bug for a non-whole number of degrees
- Fix bug when merging identical images to GIF with a list of durations
- Fix bug in TIFF loading of BufferedReader
- Added fallback for finding ld on MinGW Cygwin
- Remove indirect dependencies from requirements.txt
- Depends: Update libwebp to 1.0.3, libimagequant to 2.12.5, freetype to 2.10.1
- Change overflow check to use PY_SSIZE_T_MAX
- Report reason for pytest skips 3942


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/py-Pillow/distinfo
cvs rdiff -u -r1.19 -r1.20 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.45 pkgsrc/graphics/py-Pillow/Makefile:1.46
--- pkgsrc/graphics/py-Pillow/Makefile:1.45     Wed Jul  3 17:19:00 2019
+++ pkgsrc/graphics/py-Pillow/Makefile  Wed Oct  2 07:55:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2019/07/03 17:19:00 adam Exp $
+# $NetBSD: Makefile,v 1.46 2019/10/02 07:55:41 adam Exp $
 
-DISTNAME=      Pillow-6.1.0
+DISTNAME=      Pillow-6.2.0
 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.38 pkgsrc/graphics/py-Pillow/distinfo:1.39
--- pkgsrc/graphics/py-Pillow/distinfo:1.38     Wed Jul  3 17:19:00 2019
+++ pkgsrc/graphics/py-Pillow/distinfo  Wed Oct  2 07:55:41 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.38 2019/07/03 17:19:00 adam Exp $
+$NetBSD: distinfo,v 1.39 2019/10/02 07:55:41 adam Exp $
 
-SHA1 (Pillow-6.1.0.tar.gz) = f8138f529712c204ab5e56958d62969f92067f65
-RMD160 (Pillow-6.1.0.tar.gz) = 1bd0d7d23e018769c8e0e20cf3fa30d179d3e877
-SHA512 (Pillow-6.1.0.tar.gz) = 6e9404eaa6a7d01642b9201a0733eb208422070993aa214691f549e261350e0baad6eb2bcde6d5edfa47c232d89457b9185de24e55e9536dde7790124ea34a0f
-Size (Pillow-6.1.0.tar.gz) = 33781060 bytes
-SHA1 (patch-setup.py) = 4c74642347f79b00b3ea874041e6513e3af6ef15
+SHA1 (Pillow-6.2.0.tar.gz) = 7278bf3e78e5ac3cc1d3d1e47ec610949d6618b3
+RMD160 (Pillow-6.2.0.tar.gz) = adadeaf8395fbf08ad534ebe1f8da30892f5e31a
+SHA512 (Pillow-6.2.0.tar.gz) = 6eeb51d764c85a9b1f4eb0a59bbff41541852d5e2988c0e32b03acb56010b7d398f5761daaa56731bde278e52a551b44fab5b662988e096e8fd53e5d15d4e083
+Size (Pillow-6.2.0.tar.gz) = 37368081 bytes
+SHA1 (patch-setup.py) = 0608fa0c0afc4b53320bbc9eb0c8e8428244c1b2

Index: pkgsrc/graphics/py-Pillow/patches/patch-setup.py
diff -u pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.19 pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.20
--- pkgsrc/graphics/py-Pillow/patches/patch-setup.py:1.19       Wed Jul  3 17:19:01 2019
+++ pkgsrc/graphics/py-Pillow/patches/patch-setup.py    Wed Oct  2 07:55:41 2019
@@ -1,8 +1,8 @@
-$NetBSD: patch-setup.py,v 1.19 2019/07/03 17:19:01 adam Exp $
+$NetBSD: patch-setup.py,v 1.20 2019/10/02 07:55:41 adam Exp $
 
 Disable mp_compile hack; it has problems with native parallel building.
 
---- setup.py.orig      2019-07-02 19:13:39.000000000 +0000
+--- setup.py.orig      2019-10-01 09:41:46.000000000 +0000
 +++ setup.py
 @@ -22,7 +22,6 @@ from setuptools import Extension, setup
  
@@ -10,9 +10,9 @@ Disable mp_compile hack; it has problems
  # comment this out to disable multi threaded builds.
 -import mp_compile
  
- 
  if sys.platform == "win32" and sys.version_info >= (3, 8):
-@@ -321,12 +320,6 @@ class pil_build_ext(build_ext):
+     warnings.warn(
+@@ -332,12 +331,6 @@ class pil_build_ext(build_ext):
          if self.debug:
              global DEBUG
              DEBUG = True



Home | Main Index | Thread Index | Old Index