pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-Pillow py-Pillow: updated to 6.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/13803beda7db
branches: trunk
changeset: 340375:13803beda7db
user: adam <adam%pkgsrc.org@localhost>
date: Wed Oct 02 07:55:41 2019 +0000
description:
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
diffstat:
graphics/py-Pillow/Makefile | 4 ++--
graphics/py-Pillow/distinfo | 12 ++++++------
graphics/py-Pillow/patches/patch-setup.py | 8 ++++----
3 files changed, 12 insertions(+), 12 deletions(-)
diffs (55 lines):
diff -r 1ef9d2bd5abb -r 13803beda7db graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile Wed Oct 02 07:51:55 2019 +0000
+++ b/graphics/py-Pillow/Makefile Wed Oct 02 07:55:41 2019 +0000
@@ -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/}
diff -r 1ef9d2bd5abb -r 13803beda7db graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo Wed Oct 02 07:51:55 2019 +0000
+++ b/graphics/py-Pillow/distinfo Wed Oct 02 07:55:41 2019 +0000
@@ -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
diff -r 1ef9d2bd5abb -r 13803beda7db graphics/py-Pillow/patches/patch-setup.py
--- a/graphics/py-Pillow/patches/patch-setup.py Wed Oct 02 07:51:55 2019 +0000
+++ b/graphics/py-Pillow/patches/patch-setup.py Wed Oct 02 07:55:41 2019 +0000
@@ -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 @@
# 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