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 Jan  2 08:46:40 UTC 2023

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

Log Message:
py-Pillow: updated to 9.4.0

9.4.0 (2023-01-02)
------------------
- Fixed null pointer dereference crash with malformed font
- Return from ImagingFill early if image has a zero dimension
- Reversed deprecations for Image constants, except for duplicate Resampling attributes
- Improve exception traceback readability
- Do not attempt to read IFD1 if absent
- Fixed writing int as ASCII tag
- If available, use wl-paste or xclip for grabclipboard() on Linux
- Added signed option when saving JPEG2000 images
- Patch OpenJPEG to include ARM64 fix
- Added support for I;16 modes in putdata()
- Added conversion from RGBa to RGB
- Added DDS support for uncompressed L and LA images
- Added LightSource tag values to ExifTags
- Fixed PyAccess after changing ICO size
- Do not use EXIF from info when saving PNG images
- Fixed saving EXIF data to MPO
- Added Exif hide_offsets()
- Only compare to previous frame when checking for duplicate GIF frames while saving
- Always initialize all plugins in registered_extensions()
- Ignore non-opaque WebP background when saving as GIF
- Only set tile in ImageFile __setstate__
- When reading BLP, do not trust JPEG decoder to determine image is CMYK
- Added IFD enum to ExifTags
- Fixed bug combining GIF frame durations
- Support saving JPEG comments
- Added getxmp() to WebPImagePlugin
- Added "exact" option when saving WebP
- Use fractional coordinates when drawing text
- Fixed writing int as BYTE tag
- Added MP Format Version when saving MPO
- Added Interop to ExifTags
- CVE-2007-4559 patch when building on Windows
- Fix compiler warning: accessing 64 bytes in a region of size 48
- Use verbose flag for pip install


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.55 -r1.56 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.63 pkgsrc/graphics/py-Pillow/Makefile:1.64
--- pkgsrc/graphics/py-Pillow/Makefile:1.63     Mon Oct 31 10:26:46 2022
+++ pkgsrc/graphics/py-Pillow/Makefile  Mon Jan  2 08:46:40 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2022/10/31 10:26:46 adam Exp $
+# $NetBSD: Makefile,v 1.64 2023/01/02 08:46:40 adam Exp $
 
-DISTNAME=      Pillow-9.3.0
+DISTNAME=      Pillow-9.4.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.55 pkgsrc/graphics/py-Pillow/distinfo:1.56
--- pkgsrc/graphics/py-Pillow/distinfo:1.55     Mon Oct 31 10:26:46 2022
+++ pkgsrc/graphics/py-Pillow/distinfo  Mon Jan  2 08:46:40 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.55 2022/10/31 10:26:46 adam Exp $
+$NetBSD: distinfo,v 1.56 2023/01/02 08:46:40 adam Exp $
 
-BLAKE2s (Pillow-9.3.0.tar.gz) = fbe3f86a571f50aed829b32019deabd317941627a09f2abb97e95f9eb3de8234
-SHA512 (Pillow-9.3.0.tar.gz) = d09a848f1742f3e71fbe1d553c6e06afafd50dd228e989b3433f675f8086da21a95d13243115c21a19416f41fd61db32d1c1d87cd637f0412b989306fea81f3a
-Size (Pillow-9.3.0.tar.gz) = 50376883 bytes
+BLAKE2s (Pillow-9.4.0.tar.gz) = 731d00f127c1790f6e25badbf00a6844365a5533f076688a8c270f79d5e7b185
+SHA512 (Pillow-9.4.0.tar.gz) = 6645613a988cdd33f52f0e57fd4ede5db93fccaa2974a6c4c8886e18ed67dfe24f8310121cbee89480a576d22a7b7251acae58063452a9fb3963cf7380edfe9c
+Size (Pillow-9.4.0.tar.gz) = 50403076 bytes
 SHA1 (patch-setup.py) = 9e95214579d45b1a3230ea342ae8be82ed2d61c9



Home | Main Index | Thread Index | Old Index