Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-pillow
Commits: b5de7215 by Robin Candau at 2025-10-15T14:35:25+02:00 upgpkg: 12.0.0-1: New upstream release https://github.com/python-pillow/Pillow/releases/tag/12.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,13 +1,14 @@ pkgbase = python-pillow pkgdesc = Python Imaging Library (PIL) fork - pkgver = 11.3.0 - pkgrel = 4 + pkgver = 12.0.0 + pkgrel = 1 url = https://pillow.readthedocs.io arch = x86_64 license = MIT-CMU checkdepends = python-pytest checkdepends = python-pytest-timeout makedepends = git + makedepends = pybind11 makedepends = python-build makedepends = python-installer makedepends = python-wheel @@ -32,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=11.3.0 - sha512sums = 7902498f2e4c8b0aea62c4d7ce325f1df979f0ac7965523bc7b736d4522c2fdab734f98b28fa375271e0e037d3b45d5f6c50da2d565a1ffeab7afe4ff62ec571 - b2sums = a88042479023eb6b09af9f4f8b93009d2b967ae18e4d31b7f1d5b0a9791e52819b52a6b69b95ab653196d6a258c5987ba0c91fdccd7a72df3aac602a2262b6af + source = python-pillow::git+https://github.com/python-pillow/Pillow#tag=12.0.0 + sha512sums = 07a8a60878926e866552b59d2623839ff1546bb9c99859492484d9a4900150704976b4096c4c9da004aac232eb03993d1aba9ae24b7504d44647da8a6a870f54 + b2sums = 9c9f116a48ddbc9b01a956ae44da23a4c3adf4a7060d39cb586a344fbcbecb9ac92a36c67eff7169d9bd4a8cb0dc6870f0cadd10b3bc5a66cf24c27dbfe236db pkgname = python-pillow ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: minder pkgname=python-pillow -pkgver=11.3.0 -pkgrel=4 +pkgver=12.0.0 +pkgrel=1 pkgdesc='Python Imaging Library (PIL) fork' arch=(x86_64) url='https://pillow.readthedocs.io' @@ -27,6 +27,7 @@ depends=( ) makedepends=( git + pybind11 python-build python-installer python-wheel @@ -48,8 +49,8 @@ optdepends=( source=( "$pkgname::git+https://github.com/python-pillow/Pillow#tag=$pkgver" ) -sha512sums=('7902498f2e4c8b0aea62c4d7ce325f1df979f0ac7965523bc7b736d4522c2fdab734f98b28fa375271e0e037d3b45d5f6c50da2d565a1ffeab7afe4ff62ec571') -b2sums=('a88042479023eb6b09af9f4f8b93009d2b967ae18e4d31b7f1d5b0a9791e52819b52a6b69b95ab653196d6a258c5987ba0c91fdccd7a72df3aac602a2262b6af') +sha512sums=('07a8a60878926e866552b59d2623839ff1546bb9c99859492484d9a4900150704976b4096c4c9da004aac232eb03993d1aba9ae24b7504d44647da8a6a870f54') +b2sums=('9c9f116a48ddbc9b01a956ae44da23a4c3adf4a7060d39cb586a344fbcbecb9ac92a36c67eff7169d9bd4a8cb0dc6870f0cadd10b3bc5a66cf24c27dbfe236db') prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/b5de721512f9833c4b5e25279b24185b575394d4 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/b5de721512f9833c4b5e25279b24185b575394d4 You're receiving this email because of your account on gitlab.archlinux.org.
