George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-pillow
Commits: 46e28220 by George Rawlinson at 2025-02-04T13:37:42+13:00 upgpkg: 11.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,8 +1,8 @@ pkgbase = python-pillow pkgdesc = Python Imaging Library (PIL) fork - pkgver = 11.0.0 - pkgrel = 3 - url = https://python-pillow.org + pkgver = 11.1.0 + pkgrel = 1 + url = https://pillow.readthedocs.io arch = x86_64 license = MIT-CMU checkdepends = python-pytest @@ -31,11 +31,11 @@ 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.0.0 + source = python-pillow::git+https://github.com/python-pillow/Pillow#tag=11.1.0 source = ftbfs-trove-classifiers.patch - sha512sums = 93867f9ec6e58dc52d1cb67f72e127f17f42954735daf4920c853cb0da503c16bc7ee17a37f4dabc564949b589439f1fe7a3c712b89252b493b53bcc8ff4c13d + sha512sums = c921a65702e54344057b0c63592cde03d095f7eecab1e703e1f9f55a9f2618d83baadf772fd427a6cc651181a121af0a3267fde942f6139f5a7666b3fc040f65 sha512sums = 5ac423ac371b8303d6273382af3586943bd4c68cb9b03445754fde551c8bab1ce58670443c30c51698284e532996795d81414cb1d39b3a438b285228e2fbb047 - b2sums = f3c65ffd5df44276e524fedf01728de5e5db428b239d1481ece42f8fffd819ba30c3d77d151ce17e62e254793d6666befede0db46699575a48fc23a075abe5d6 + b2sums = f9273ed4201bbc9771568a3c93c9ab0e95669a92f605f58025f99f69827eaea5bfcf44f9c0b8a1eb9104d5140e12a337b1cc8bde124404bda9295c8d867a2ca4 b2sums = c429863610bf2a0ee389addc99e60c8ec76ec4b703d8e822afdb2ea2277c6ef3ccc055ed84af720d651373942944feaa85048692b5daf044180abf5dcaf3215d pkgname = python-pillow ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: minder pkgname=python-pillow -pkgver=11.0.0 -pkgrel=3 +pkgver=11.1.0 +pkgrel=1 pkgdesc='Python Imaging Library (PIL) fork' arch=('x86_64') url='https://pillow.readthedocs.io' @@ -47,9 +47,9 @@ source=( "$pkgname::git+https://github.com/python-pillow/Pillow#tag=$pkgver" 'ftbfs-trove-classifiers.patch' ) -sha512sums=('93867f9ec6e58dc52d1cb67f72e127f17f42954735daf4920c853cb0da503c16bc7ee17a37f4dabc564949b589439f1fe7a3c712b89252b493b53bcc8ff4c13d' +sha512sums=('c921a65702e54344057b0c63592cde03d095f7eecab1e703e1f9f55a9f2618d83baadf772fd427a6cc651181a121af0a3267fde942f6139f5a7666b3fc040f65' '5ac423ac371b8303d6273382af3586943bd4c68cb9b03445754fde551c8bab1ce58670443c30c51698284e532996795d81414cb1d39b3a438b285228e2fbb047') -b2sums=('f3c65ffd5df44276e524fedf01728de5e5db428b239d1481ece42f8fffd819ba30c3d77d151ce17e62e254793d6666befede0db46699575a48fc23a075abe5d6' +b2sums=('f9273ed4201bbc9771568a3c93c9ab0e95669a92f605f58025f99f69827eaea5bfcf44f9c0b8a1eb9104d5140e12a337b1cc8bde124404bda9295c8d867a2ca4' 'c429863610bf2a0ee389addc99e60c8ec76ec4b703d8e822afdb2ea2277c6ef3ccc055ed84af720d651373942944feaa85048692b5daf044180abf5dcaf3215d') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/46e28220fff35e2a064c90dba08ad31379762af6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/46e28220fff35e2a064c90dba08ad31379762af6 You're receiving this email because of your account on gitlab.archlinux.org.