mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-12 08:56:25 +01:00
40 lines
1.7 KiB
Diff
40 lines
1.7 KiB
Diff
From 82ced2ca075eb1c2eff5574d6ef7f38f4f52aacd Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Sat, 18 Sep 2021 22:41:09 +0200
|
|
Subject: [PATCH 1/1] Downgrade python-pillow to 8.2.0
|
|
|
|
---
|
|
package/python-pillow/python-pillow.hash | 5 ++---
|
|
package/python-pillow/python-pillow.mk | 2 +-
|
|
2 files changed, 3 insertions(+), 4 deletions(-)
|
|
|
|
diff --git a/package/python-pillow/python-pillow.hash b/package/python-pillow/python-pillow.hash
|
|
index 3b5bdf2535..8beaf555e7 100644
|
|
--- a/package/python-pillow/python-pillow.hash
|
|
+++ b/package/python-pillow/python-pillow.hash
|
|
@@ -1,6 +1,5 @@
|
|
-# md5, sha256 from https://pypi.org/pypi/pillow/json
|
|
-md5 a7fc550b80819eab11e01cc097913700 Pillow-8.3.2.tar.gz
|
|
-sha256 dde3f3ed8d00c72631bc19cbfff8ad3b6215062a5eed402381ad365f82f0c18c Pillow-8.3.2.tar.gz
|
|
+# sha256 from https://pypi.org/pypi/pillow/json
|
|
+sha256 a787ab10d7bb5494e5f76536ac460741788f1fbce851068d73a87ca7c35fc3e1 Pillow-8.2.0.tar.gz
|
|
|
|
# Locally computed sha256 checksums
|
|
sha256 5bb11d96b393a698df70018069a986248021f286344c437a13f299c3daf1dfd4 LICENSE
|
|
diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
|
|
index 168c9d632c..da9c2b1885 100644
|
|
--- a/package/python-pillow/python-pillow.mk
|
|
+++ b/package/python-pillow/python-pillow.mk
|
|
@@ -4,7 +4,7 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_PILLOW_VERSION = 8.3.2
|
|
+PYTHON_PILLOW_VERSION = 8.2.0
|
|
PYTHON_PILLOW_SITE = https://files.pythonhosted.org/packages/90/d4/a7c9b6c5d176654aa3dbccbfd0be4fd3a263355dc24122a5f1937bdc2689
|
|
PYTHON_PILLOW_SOURCE = Pillow-$(PYTHON_PILLOW_VERSION).tar.gz
|
|
PYTHON_PILLOW_LICENSE = HPND
|
|
--
|
|
2.33.0
|
|
|