Balló György pushed to branch main at Arch Linux / Packaging / Packages / python-pillow
Commits: 507f4018 by Balló György at 2024-12-13T19:10:12+01:00 upgpkg: 11.0.0-3: Add python-defusedxml to optdepends It's used for reading XMP tags: https://github.com/python-pillow/Pillow/commit/d9d811ff2185d035fbf8470b1a39ebafd67b93ce - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-pillow pkgdesc = Python Imaging Library (PIL) fork pkgver = 11.0.0 - pkgrel = 2 + pkgrel = 3 url = https://python-pillow.org arch = x86_64 license = MIT-CMU @@ -30,6 +30,7 @@ pkgbase = python-pillow optdepends = tk: for the ImageTK module 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 = ftbfs-trove-classifiers.patch sha512sums = 93867f9ec6e58dc52d1cb67f72e127f17f42954735daf4920c853cb0da503c16bc7ee17a37f4dabc564949b589439f1fe7a3c712b89252b493b53bcc8ff4c13d ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-pillow pkgver=11.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Python Imaging Library (PIL) fork' arch=('x86_64') url='https://python-pillow.org' @@ -41,6 +41,7 @@ optdepends=( 'tk: for the ImageTK module' 'python-olefile: OLE2 file support' 'python-pyqt6: for the ImageQt module' + 'python-defusedxml: for reading XMP tags' ) source=( "$pkgname::git+https://github.com/python-pillow/Pillow#tag=$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/507f4018ff5a1e48f7ff1e80124a2f85edd97778 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pillow/-/commit/507f4018ff5a1e48f7ff1e80124a2f85edd97778 You're receiving this email because of your account on gitlab.archlinux.org.
