python3-Pillow: update to 8.2.0.
This commit is contained in:
parent
2236591d59
commit
7f0600f7a9
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-Pillow'
|
||||
pkgname=python3-Pillow
|
||||
version=8.1.2
|
||||
version=8.2.0
|
||||
revision=1
|
||||
wrksrc="Pillow-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -15,7 +15,7 @@ license="custom:PIL"
|
|||
homepage="https://python-pillow.org"
|
||||
changelog="https://raw.githubusercontent.com/python-pillow/Pillow/master/CHANGES.rst"
|
||||
distfiles="${PYPI_SITE}/P/Pillow/Pillow-${version}.tar.gz"
|
||||
checksum=b07c660e014852d98a00a91adfbe25033898a9d90a8f39beb2437d22a203fc44
|
||||
checksum=a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1
|
||||
|
||||
do_check() {
|
||||
PYTHONPATH=$(cd build/lib.linux-* && pwd) python3 -m pytest
|
||||
|
|
Loading…
Reference in New Issue