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:           Mon Jul  1 16:30:02 UTC 2024

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

Log Message:
py-Pillow: updated to 10.4.0

10.4.0 (2024-07-01)

- Raise FileNotFoundError if show_file() path does not exist
- Improved reading 16-bit TGA images with colour
- Deprecate non-image ImageCms modes
- Fixed processing multiple JPEG EXIF markers
- Do not preserve EXIFIFD tag by default when saving TIFF images
- Added ImageFont.load_default_imagefont()
- Added Image.WARN_POSSIBLE_FORMATS
- Remove zero-byte end padding when parsing any XMP data
- Do not detect Ultra HDR images as MPO
- Raise SyntaxError specific to JP2
- Do not use first frame duration for other frames when saving APNG images
- Consider I;16 pixel size when using a 1 mode mask
- When saving multiple PNG frames, convert to mode rather than raw mode
- Added byte support to FreeTypeFont
- Allow float center for rotate operations
- Do not read layers immediately when opening PSD images
- Restore original thread state
- Read IM and TIFF images as RGB, rather than RGBX
- Only preserve TIFF IPTC_NAA_CHUNK tag if type is BYTE or UNDEFINED
- Clarify ImageDraw2 error message when size is missing
- Support unpacking more rawmodes to RGBA palettes
- Removed support for Qt 5
- Improve ``ImageFont.freetype`` support for XDG directories on Linux
- Improved consistency of XMP handling
- Use pkg-config to help find libwebp and raqm
- Accept 't' suffix for libtiff version
- Deprecate ImageDraw.getdraw hints parameter
- Added ImageDraw circle()
- Add mypy target to Makefile
- Added more modes to Image.MODES
- Deprecate BGR;15, BGR;16 and BGR;24 modes
- Fix ImagingAccess for I;16N on big-endian
- Support reading P mode TIFF images with padding
- Deprecate support for libtiff < 4
- Corrected ImageShow UnixViewer command
- Use functools.cached_property in ImageStat
- Add support for reading BITMAPV2INFOHEADER and BITMAPV3INFOHEADER
- Support reading CMYK JPEG2000 images


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.64 -r1.65 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.81 pkgsrc/graphics/py-Pillow/Makefile:1.82
--- pkgsrc/graphics/py-Pillow/Makefile:1.81     Wed Apr 17 10:38:34 2024
+++ pkgsrc/graphics/py-Pillow/Makefile  Mon Jul  1 16:30:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2024/04/17 10:38:34 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2024/07/01 16:30:02 adam Exp $
 
-DISTNAME=      pillow-10.3.0
+DISTNAME=      pillow-10.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pillow/}

Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.64 pkgsrc/graphics/py-Pillow/distinfo:1.65
--- pkgsrc/graphics/py-Pillow/distinfo:1.64     Tue Apr  2 05:55:48 2024
+++ pkgsrc/graphics/py-Pillow/distinfo  Mon Jul  1 16:30:02 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.64 2024/04/02 05:55:48 adam Exp $
+$NetBSD: distinfo,v 1.65 2024/07/01 16:30:02 adam Exp $
 
-BLAKE2s (pillow-10.3.0.tar.gz) = 3ccc4f75075b177a658ae668c03e7247aa72a4074796f0bcc54f0526fc058da2
-SHA512 (pillow-10.3.0.tar.gz) = 0683ba2b7d53ed021e782b934cb5ff62d1f7ce1d49cf9b528f8ed0dc91342b15833664dcec83206016c2ef98709e6f21de95af4b3327a284053ac382a8385017
-Size (pillow-10.3.0.tar.gz) = 46572854 bytes
+BLAKE2s (pillow-10.4.0.tar.gz) = 027acd74fe7ffff17abcbe9293da60a9dbf594a3513882d5171533e553ed3861
+SHA512 (pillow-10.4.0.tar.gz) = 0e4223cd8b73a0a519a4b8dc8e4ef9b79601166d3a5dfe3999d38889343436c9c740d23026e2c51a4679d01069f46a6e6e893c5adbc79d708d7133cae13d2109
+Size (pillow-10.4.0.tar.gz) = 46555059 bytes
 SHA1 (patch-setup.py) = 80ee74a110e21e7c4071ab9ba0a7c1f3ede64355



Home | Main Index | Thread Index | Old Index