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 Jul  7 09:50:04 UTC 2021

Modified Files:
        pkgsrc/graphics/py-Pillow: Makefile distinfo

Log Message:
py-Pillow: updated to 8.3.1

8.3.1
-----
- Catch OSError when checking if fp is sys.stdout
- Handle removing orientation from alternate types of EXIF data
- Make Image.__array__ take optional dtype argument

8.3.0
-----
- Use snprintf instead of sprintf. CVE-2021-34552
- Limit TIFF strip size when saving with LibTIFF
- Allow ICNS save on all operating systems
- De-zigzag JPEG's DQT when loading; deprecate convert_dict_qtables
- Replaced xml.etree.ElementTree
- Moved CVE image to pillow-depends
- Added tag data for IFD groups
- Improved ImagePalette
- Add DDS saving
- Improved getxmp()
- Convert to float for comparison with float in IFDRational __eq__
- Allow getexif() to access TIFF tag_v2 data
- Read FITS image mode and size
- Merge parallel horizontal edges in ImagingDrawPolygon
- Use transparency behind first GIF frame and when disposing to background
- Avoid unstable nature of qsort in Quant.c
- Copy palette to new images in ImageOps expand
- Ensure palette string matches RGB mode
- Do not modify EXIF of original image instance in exif_transpose()
- Fixed default numresolution for small JPEG2000 images
- Added DDS BC5 reading
- Raise an error if ImageDraw.textbbox is used without a TrueType font
- Added ICO saving in BMP format
- Ensure PNG seeks to end of previous chunk at start of load_end
- Do not allow TIFF to seek to a past frame
- Avoid race condition when displaying images with eog
- Added specific error messages when ink has incorrect number of bands
- Allow converting an image to a numpy array to raise errors
- Removed DPI rounding from BMP, JPEG, PNG and WMF loading
- Remove spikes when drawing thin pieslices
- Updated default value for SAMPLESPERPIXEL TIFF tag
- Removed TIFF DPI rounding
- Include code in WebP error
- Do not alter pixels outside mask when drawing text on an image with transparency
- Reset handle when seeking backwards in TIFF
- Replace sys.stdout with sys.stdout.buffer when saving
- Fixed UNDEFINED TIFF tag of length 0 being changed in roundtrip
- Fixed bug when checking FreeType2 version if it is not installed
- Do not round dimensions when saving PDF
- Added ImageOps contain()
- Changed WebP default "method" value to 4
- Switched to saving 1-bit PDFs with DCTDecode
- Use bpp from ICO header
- Corrected JPEG APP14 transform value
- Changed TIFF tag 33723 length to 1
- Changed ImageMorph incorrect mode errors to ValueError
- Add EXIF tags specified in EXIF 2.32
- Treat previous contents of first GIF frame as transparent
- For special image modes, revert default resize resampling to NEAREST
- JPEG2000: Support decoding subsampled RGB and YCbCr images
- Stop decoding BC1 punchthrough alpha in BC2&3
- Use zero if GIF background color index is missing
- Fixed ensuring that GIF previous frame was loaded
- Valgrind fixes
- Round down the radius in rounded_rectangle
- Fixed reading uncompressed RGB data from DDS


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.44 -r1.45 pkgsrc/graphics/py-Pillow/distinfo

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.53 pkgsrc/graphics/py-Pillow/Makefile:1.54
--- pkgsrc/graphics/py-Pillow/Makefile:1.53     Fri Apr  2 06:18:39 2021
+++ pkgsrc/graphics/py-Pillow/Makefile  Wed Jul  7 09:50:04 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2021/04/02 06:18:39 adam Exp $
+# $NetBSD: Makefile,v 1.54 2021/07/07 09:50:04 adam Exp $
 
-DISTNAME=      Pillow-8.2.0
+DISTNAME=      Pillow-8.3.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.44 pkgsrc/graphics/py-Pillow/distinfo:1.45
--- pkgsrc/graphics/py-Pillow/distinfo:1.44     Fri Apr  2 06:18:39 2021
+++ pkgsrc/graphics/py-Pillow/distinfo  Wed Jul  7 09:50:04 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.44 2021/04/02 06:18:39 adam Exp $
+$NetBSD: distinfo,v 1.45 2021/07/07 09:50:04 adam Exp $
 
-SHA1 (Pillow-8.2.0.tar.gz) = a9b32caf6ff1d5160ad41265c7ad3b090114eefc
-RMD160 (Pillow-8.2.0.tar.gz) = a576e461845541f4126b3205c71e7aa0b0ee6bb9
-SHA512 (Pillow-8.2.0.tar.gz) = 25e3c545870d9b3e5bbe52642460b6eacfa2dfd931aba1db7190c96b8bcd2dc0a63845a5ec75d1be29e523633f66242c8ddcfc9aceb0fc17f03860d8a7dc0f47
-Size (Pillow-8.2.0.tar.gz) = 47900239 bytes
+SHA1 (Pillow-8.3.1.tar.gz) = 20135a1aed39602ad11bc81f87966492edc4b2f1
+RMD160 (Pillow-8.3.1.tar.gz) = fb47d90480e1c6eb21a001000e34c45af11f1c7a
+SHA512 (Pillow-8.3.1.tar.gz) = 22f3a6459898d28c2f9600e6718d3c49babd034e551b0485b3116d209170bd6779d076e2cb6174e8436a595c5c69856eefba9e07d4918367ac0eafc669283a88
+Size (Pillow-8.3.1.tar.gz) = 48724443 bytes
 SHA1 (patch-setup.py) = 11d48f7a21088eeb304fb88571d6c0f6eccffdb6



Home | Main Index | Thread Index | Old Index