[arch-commits] Commit in python-pillow/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Nov 10 20:51:30 UTC 2020


    Date: Tuesday, November 10, 2020 @ 20:51:30
  Author: eschwartz
Revision: 749778

upgpkg: python-pillow 8.0.1-1: upstream release

all tests now pass, no need to exclude 151 of them

Modified:
  python-pillow/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-10 20:12:59 UTC (rev 749777)
+++ PKGBUILD	2020-11-10 20:51:30 UTC (rev 749778)
@@ -2,10 +2,10 @@
 # Contributor: minder
 
 pkgname=python-pillow
-pkgver=7.2.0
-pkgrel=2
+pkgver=8.0.1
+pkgrel=1
 _appname=Pillow
-_py3basever=3.9
+_py3basever=3.8
 pkgdesc="Python Imaging Library (PIL) fork."
 arch=('x86_64')
 url="https://python-pillow.github.io/"
@@ -20,7 +20,7 @@
 makedepends=('python-setuptools' 'freetype2' 'libraqm' 'libwebp' 'tk')
 checkdepends=('python-pytest')
 source=("https://files.pythonhosted.org/packages/source/P/$_appname/$_appname-$pkgver.tar.gz")
-md5sums=('3da1c992ce9fcc67597d83036f591712')
+md5sums=('9889386af9f8d5b9fbd776f3741921d3')
 
 prepare() {
   cd "$srcdir/$_appname-$pkgver"
@@ -36,7 +36,7 @@
 
   export PYTHONPATH="$PWD/build/lib.linux-$CARCH-${_py3basever%m}"
   python selftest.py
-  pytest -k 'not test_complex_unicode_text and not TestImageFont'
+  pytest
 }
 
 package() {



More information about the arch-commits mailing list