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: Fri Jan 2 13:52:26 UTC 2026
Modified Files:
pkgsrc/graphics/py-Pillow: Makefile distinfo
Log Message:
py-Pillow: updated to 12.1.0
12.1.0
Deprecations
Deprecate getdata(), in favour of new get_flattened_data()
Documentation
Specify APNG duration type when opening
Added release notes for
Update ImageMorph documentation
Docs: update major bump cadence
Add release notes for
Updated Ubuntu version
Update macOS tested Pillow versions
Dependencies
Update harfbuzz to 12.3.0
Update xz to 5.8.2
Updated libjpeg-turbo to 3.1.3
Updated zlib-ng to 2.3.2
Updated libpng to 1.6.53
Update actions/checkout action to v6
Update dependency mypy to v1.19.0
Updated libpng to 1.6.51
Updated brotli to 1.2.0
Update libimagequant to 4.4.1
Update zlib-ng to 2.3.1, except on manylinux2014 aarch64
Updated harfbuzz to 12.2.0
Update github-actions
Testing
Replace pre-commit with prek
Test PyQt6 on Python 3.14 on Windows
Test 32-bit Windows on Windows Server 2022
Correct variable type
Fix ResourceWarnings in selftest.py
Fix testing good P mode BMP images
Test Python 3.15 pre-release
Test ImageFont.ImageFont, in case freetype2 is not supported
Add Fedora 43
Remove Fedora 41
Type hints
Add ImageFile context manager
Assert fp is not None
Added return type to ImageFile _close_fp()
Use different variables for Image and ImageFile instances
Correct variable type
Improve type hints
Use different variables for Image and ImageFile instances
Added type hints
Correct getitem return type
Other changes
Simplify band splitting
Support saving APNG float durations
Allow 1 mode images in MorphOp
Use minimum supported Python version for Lint
Allow for duplicate font variation styles
Call parent verify method
Return LUT from LutBuilder build_default_lut()
Simplify WebP code
Use unsigned long for DWORD
Cast to UINT32 before shifting bits
[pre-commit.ci] pre-commit autoupdate
Allow window ID to be passed to ImageGrab.grab() on macOS
Apply encoder options when saving multiple PNG frames
Read all non-zero transparency from mode 1 PNG images as 255
Support writing IFD, SIGNED_RATIONAL and InkNames TIFF tags
Remove unused modes
Correct allocating new color to RGBA palette
Close image on ImageFont exception
Reapply "Use macos-latest for iOS arm64 simulator"
Escape period in pre-commit-config
Add Apache-2.0 notice to IcoImagePlugin
[pre-commit.ci] pre-commit autoupdate
Simplify code now that I;16* modes are the only IMAGING_TYPE_SPECIAL
Remove BytesIO from DdsImagePlugin
Fix ZeroDivisionError in DdsImagePlugin
Fix warnings
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/graphics/py-Pillow/Makefile
cvs rdiff -u -r1.70 -r1.71 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.96 pkgsrc/graphics/py-Pillow/Makefile:1.97
--- pkgsrc/graphics/py-Pillow/Makefile:1.96 Thu Oct 23 20:37:43 2025
+++ pkgsrc/graphics/py-Pillow/Makefile Fri Jan 2 13:52:26 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2025/10/23 20:37:43 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2026/01/02 13:52:26 adam Exp $
-DISTNAME= pillow-12.0.0
+DISTNAME= pillow-12.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^p/P/}
-PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pillow/}
Index: pkgsrc/graphics/py-Pillow/distinfo
diff -u pkgsrc/graphics/py-Pillow/distinfo:1.70 pkgsrc/graphics/py-Pillow/distinfo:1.71
--- pkgsrc/graphics/py-Pillow/distinfo:1.70 Thu Oct 16 09:32:11 2025
+++ pkgsrc/graphics/py-Pillow/distinfo Fri Jan 2 13:52:26 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.70 2025/10/16 09:32:11 adam Exp $
+$NetBSD: distinfo,v 1.71 2026/01/02 13:52:26 adam Exp $
-BLAKE2s (pillow-12.0.0.tar.gz) = 4a68de8a83dd83871727a66464e5e2d9e66c0109f69cbab163017dc4f453c005
-SHA512 (pillow-12.0.0.tar.gz) = ca02b70958fa50b09063f19d24340b889a18784e21f0430fc8fdc8474e3a6bba3dad45f03ab1c8ef09060714a8fcc8684fc09e180b65f068761f3c2e1d2b8253
-Size (pillow-12.0.0.tar.gz) = 47008828 bytes
+BLAKE2s (pillow-12.1.0.tar.gz) = 199b6381a94fffe93cef14297a57068fc96b6b15a0d2e814a1867a50c7d89e09
+SHA512 (pillow-12.1.0.tar.gz) = 95eef4883d495fb29609076848eab8b9ec014e3e29646e4ff8e0741d801aa9b1df5a3f32003c203e14a3dd0f35bd971d0e05e063d921f70031340839dfc611a2
+Size (pillow-12.1.0.tar.gz) = 46977283 bytes
SHA1 (patch-setup.py) = 5f28aca4aa1d458c2e359814573ff17dae20c36b
Home |
Main Index |
Thread Index |
Old Index