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 9.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bea77e2572cc
branches:  trunk
changeset: 390981:bea77e2572cc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 02 08:46:40 2023 +0000

description:
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

diffstat:

 graphics/py-Pillow/Makefile |  4 ++--
 graphics/py-Pillow/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 5040be3cefd0 -r bea77e2572cc graphics/py-Pillow/Makefile
--- a/graphics/py-Pillow/Makefile       Mon Jan 02 08:44:03 2023 +0000
+++ b/graphics/py-Pillow/Makefile       Mon Jan 02 08:46:40 2023 +0000
@@ -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/}
diff -r 5040be3cefd0 -r bea77e2572cc graphics/py-Pillow/distinfo
--- a/graphics/py-Pillow/distinfo       Mon Jan 02 08:44:03 2023 +0000
+++ b/graphics/py-Pillow/distinfo       Mon Jan 02 08:46:40 2023 +0000
@@ -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