summaryrefslogtreecommitdiff
path: root/python3-pillow
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-11 07:55:03 +0000
committerTim Biermann <tbier@posteo.de>2020-11-11 07:55:03 +0000
commit52a597511687aaefc84a17b40bbc7fe640316d69 (patch)
treeb38ec70a3d1ff71630aa4860185a5dfed884a6bc /python3-pillow
parent88f7c7a7ca38f5cc6f4340b0fbbe298b6ef6790e (diff)
downloadcontrib-52a597511687aaefc84a17b40bbc7fe640316d69.tar.gz
contrib-52a597511687aaefc84a17b40bbc7fe640316d69.tar.xz
python3-pillow: 8.0.0 -> 8.0.1
Diffstat (limited to 'python3-pillow')
-rw-r--r--python3-pillow/.footprint12
-rw-r--r--python3-pillow/.signature8
-rw-r--r--python3-pillow/Pkgfile4
3 files changed, 12 insertions, 12 deletions
diff --git a/python3-pillow/.footprint b/python3-pillow/.footprint
index 5afc26508..3fb4136e6 100644
--- a/python3-pillow/.footprint
+++ b/python3-pillow/.footprint
@@ -287,9 +287,9 @@ drwxr-xr-x root/root usr/lib/python3.7/site-packages/PIL/__pycache__/
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PIL/_version.py
-rwxr-xr-x root/root usr/lib/python3.7/site-packages/PIL/_webp.cpython-37m-x86_64-linux-gnu.so
-rw-r--r-- root/root usr/lib/python3.7/site-packages/PIL/features.py
-drwxr-xr-x root/root usr/lib/python3.7/site-packages/Pillow-8.0.0-py3.7.egg-info/
--rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.0-py3.7.egg-info/PKG-INFO
--rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.0-py3.7.egg-info/SOURCES.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.0-py3.7.egg-info/dependency_links.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.0-py3.7.egg-info/top_level.txt
--rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.0-py3.7.egg-info/zip-safe
+drwxr-xr-x root/root usr/lib/python3.7/site-packages/Pillow-8.0.1-py3.7.egg-info/
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.1-py3.7.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.1-py3.7.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.1-py3.7.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.1-py3.7.egg-info/top_level.txt
+-rw-r--r-- root/root usr/lib/python3.7/site-packages/Pillow-8.0.1-py3.7.egg-info/zip-safe
diff --git a/python3-pillow/.signature b/python3-pillow/.signature
index d5ed62640..2be1a5c5d 100644
--- a/python3-pillow/.signature
+++ b/python3-pillow/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF33zbvNNl1GWBy/wQOH0v7XzvVrwAphrveQypvDdz7fZA1eGMdutgR61mSGW/wYSSJtP72UuRNhCoKMJJXazx5g4=
-SHA256 (Pkgfile) = 96e59bdf93323b633e69757ebf8736b847992e3828717d7062f8b7d6fc27bfe3
-SHA256 (.footprint) = df8300f2aa57ecf675bf47976512072b92aa6d2d449238352ea4216515492bd2
-SHA256 (Pillow-8.0.0.tar.gz) = 59304c67d12394815331eda95ec892bf54ad95e0aa7bc1ccd8e0a4a5a25d4bf3
+RWSagIOpLGJF322mjjTMJyzN110Mtir+HcVP3xiC3UIpVoV2fDIG47H9LA2ZPVE3/4w1wW0RO57goOiPY0GMB0Sn2gXHs0kVfwo=
+SHA256 (Pkgfile) = 1c02d89a97f3cfcfceb80452399dedfc081d2d1a21ce3673467a5b4e1103592b
+SHA256 (.footprint) = 17470b6330504817f4b6813a09cbddc7ac0d383563987e2c31ee1b3f2aa38582
+SHA256 (Pillow-8.0.1.tar.gz) = 11c5c6e9b02c9dac08af04f093eb5a2f84857df70a7d4a6a6ad461aca803fb9e
diff --git a/python3-pillow/Pkgfile b/python3-pillow/Pkgfile
index d63f9059d..645fbe322 100644
--- a/python3-pillow/Pkgfile
+++ b/python3-pillow/Pkgfile
@@ -6,12 +6,12 @@
name=python3-pillow
_name=Pillow
-version=8.0.0
+version=8.0.1
release=1
source=(https://files.pythonhosted.org/packages/source/${_name:0:1}/$_name/$_name-$version.tar.gz)
build() {
cd $_name-$version
/usr/bin/python3 setup.py build
- /usr/bin/python3 setup.py install --root=$PKG --optimize=1
+ /usr/bin/python3 setup.py install --root=$PKG --optimize=1 --skip-build
}

Generated by cgit