37 lines
1.6 KiB
Diff
37 lines
1.6 KiB
Diff
From ea5047295ff6bce30ba65eb53f0e610c0600052d Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Fri, 15 Nov 2019 13:09:01 +0100
|
|
Subject: [PATCH 1/1] Upgrade python-pillow to 6.2.1
|
|
|
|
---
|
|
package/python-pillow/python-pillow.hash | 2 +-
|
|
package/python-pillow/python-pillow.mk | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
|
|
index fe72d01d38..4864d61ce7 100644
|
|
--- a/package/python-pillow/python-pillow.hash
|
|
+++ b/package/python-pillow/python-pillow.hash
|
|
@@ -1,4 +1,4 @@
|
|
# sha256 for python-pillow from https://pypi.org/project/Pillow/
|
|
# sha256 for LICENSE locally computed
|
|
-sha256 0804f77cb1e9b6dbd37601cee11283bba39a8d44b9ddb053400c58e0c0d7d9de Pillow-6.1.0.tar.gz
|
|
+sha256 bf4e972a88f8841d8fdc6db1a75e0f8d763e66e3754b03006cbc3854d89f1cb1 Pillow-6.2.1.tar.gz
|
|
sha256 64ea4328ed56392b423ef968519a9ad427e3de9b985862c95ed2ed4d793d22ee LICENSE
|
|
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
|
|
index a4121da2b4..ae277dc2d2 100644
|
|
--- a/package/python-pillow/python-pillow.mk
|
|
+++ b/package/python-pillow/python-pillow.mk
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_PILLOW_VERSION = 6.1.0
|
|
+PYTHON_PILLOW_VERSION = 6.2.1
|
|
PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
|
|
PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/51/fe/18125dc680720e4c3086dd3f5f95d80057c41ab98326877fc7d3ff6d0ee5
|
|
PYTHON_PILLOW_LICENSE = PIL Software License
|
|
--
|
|
2.24.0.rc1
|
|
|