mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-13 01:16:34 +01:00
39 lines
1.7 KiB
Diff
39 lines
1.7 KiB
Diff
From 24d49f0cf58dbbcb47233195b84252ce9897a5c4 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Mon, 28 Oct 2019 13:45:45 +0100
|
|
Subject: [PATCH 1/1] Downgrade python-pillow to 4.1.1
|
|
|
|
---
|
|
package/python-pillow/python-pillow.hash | 1 +
|
|
package/python-pillow/python-pillow.mk | 4 ++--
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
|
|
index fe72d01d38..d67b0407a0 100644
|
|
--- a/package/python-pillow/python-pillow.hash
|
|
+++ b/package/python-pillow/python-pillow.hash
|
|
@@ -2,3 +2,4 @@
|
|
# sha256 for LICENSE locally computed
|
|
sha256 0804f77cb1e9b6dbd37601cee11283bba39a8d44b9ddb053400c58e0c0d7d9de Pillow-6.1.0.tar.gz
|
|
sha256 64ea4328ed56392b423ef968519a9ad427e3de9b985862c95ed2ed4d793d22ee LICENSE
|
|
+sha256 00b6a5f28d00f720235a937ebc2f50f4292a5c7e2d6ab9a8b26153b625c4f431 Pillow-4.1.1.tar.gz
|
|
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
|
|
index a4121da2b4..227a664dde 100644
|
|
--- a/package/python-pillow/python-pillow.mk
|
|
+++ b/package/python-pillow/python-pillow.mk
|
|
@@ -4,9 +4,9 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_PILLOW_VERSION = 6.1.0
|
|
+PYTHON_PILLOW_VERSION = 4.1.1
|
|
PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
|
|
-PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/51/fe/18125dc680720e4c3086dd3f5f95d80057c41ab98326877fc7d3ff6d0ee5
|
|
+PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/93/73/66854f63b1941aad9af18a1de59f9cf95ad1a87c801540222e332f6688d7
|
|
PYTHON_PILLOW_LICENSE = PIL Software License
|
|
PYTHON_PILLOW_LICENSE_FILES = LICENSE
|
|
PYTHON_PILLOW_SETUP_TYPE = setuptools
|
|
--
|
|
2.11.0
|
|
|