Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pillow
Commits: 3fb605a5 by Robin Candau at 2026-07-01T15:03:23+02:00 upgpkg: 12.3.0-1: New upstream release https://github.com/python-pillow/Pillow/releases/tag/12.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pillow pkgdesc = Python Imaging Library (PIL) fork - pkgver = 12.2.0 + pkgver = 12.3.0 pkgrel = 1 url = https://pillow.readthedocs.io arch = x86_64 @@ -33,8 +33,8 @@ pkgbase = python-pillow optdepends = python-olefile: OLE2 file support optdepends = python-pyqt6: for the ImageQt module optdepends = python-defusedxml: for reading XMP tags - source = python-pillow::git+https://github.com/python-pillow/Pillow#tag=12.2.0 - sha512sums = 6aa33974d04826e9ae7fa458e32eb11b6e87b6a1f29aad9542d698a0f08ebf1c4111d5a75189bc93e2959fb24fa525ee672289f928644eaddba76e43cba2f1f5 - b2sums = 8205207450bf0e5a50e82411bdbd4827e0706893ea2999092e689731ed8506bbb1007e9c76508fceb520582eda3a65080fbc5f5f046ca8575c3f8d78d46f4639 + source = python-pillow::git+https://github.com/python-pillow/Pillow#tag=12.3.0 + sha512sums = c65f47244c430f35406b370a0828718f7e1380c4f00cbd1255aa5b6bb079bd9d9c265fb42b0817610380bb56dfef99d1a62c387b1aa1f4f3e22f472697ba9138 + b2sums = 237d8e400de1cc2424ce4cddbaa7defad46f925d68a7a3802b5c02c4f63fd97751cc1ee3af7f339ec48aee6816adf861ecbcba077520a3422e81a5f3d59a38d6 pkgname = python-pillow ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: minder pkgname=python-pillow -pkgver=12.2.0 +pkgver=12.3.0 pkgrel=1 pkgdesc='Python Imaging Library (PIL) fork' arch=(x86_64) @@ -49,8 +49,8 @@ optdepends=( source=( "$pkgname::git+https://github.com/python-pillow/Pillow#tag=$pkgver" ) -sha512sums=('6aa33974d04826e9ae7fa458e32eb11b6e87b6a1f29aad9542d698a0f08ebf1c4111d5a75189bc93e2959fb24fa525ee672289f928644eaddba76e43cba2f1f5') -b2sums=('8205207450bf0e5a50e82411bdbd4827e0706893ea2999092e689731ed8506bbb1007e9c76508fceb520582eda3a65080fbc5f5f046ca8575c3f8d78d46f4639') +sha512sums=('c65f47244c430f35406b370a0828718f7e1380c4f00cbd1255aa5b6bb079bd9d9c265fb42b0817610380bb56dfef99d1a62c387b1aa1f4f3e22f472697ba9138') +b2sums=('237d8e400de1cc2424ce4cddbaa7defad46f925d68a7a3802b5c02c4f63fd97751cc1ee3af7f339ec48aee6816adf861ecbcba077520a3422e81a5f3d59a38d6') build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/3fb605a5ddc280ad66373a80fde32f8f26481878 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/3fb605a5ddc280ad66373a80fde32f8f26481878 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
