41 lines
1.9 KiB
Diff
41 lines
1.9 KiB
Diff
From eee6e117ed8af312a85cc0f564146d468c43b1a3 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Mon, 28 Oct 2019 14:24:52 +0100
|
|
Subject: [PATCH 1/1] Downgrade python-requests to 2.20.0
|
|
|
|
---
|
|
package/python-requests/python-requests.hash | 1 +
|
|
package/python-requests/python-requests.mk | 4 ++--
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/python-requests/python-requests.hash b/package/python-requests/python-requests.hash
|
|
index 42f45d3a44..c7c1e0f427 100644
|
|
--- a/package/python-requests/python-requests.hash
|
|
+++ b/package/python-requests/python-requests.hash
|
|
@@ -1,5 +1,6 @@
|
|
# md5, sha256 from https://pypi.org/pypi/requests/json
|
|
md5 ee28bee2de76e9198fc41e48f3a7dd47 requests-2.22.0.tar.gz
|
|
sha256 11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4 requests-2.22.0.tar.gz
|
|
+sha256 99dcfdaaeb17caf6e526f32b6a7b780461512ab3f1d992187801694cba42770c requests-2.20.0.tar.gz
|
|
# Locally computed sha256 checksums
|
|
sha256 be41abac2c40f8530307e8d172c590b476f4a488bc6a68f8de57b7cf64786687 LICENSE
|
|
diff --git a/package/python-requests/python-requests.mk b/package/python-requests/python-requests.mk
|
|
index e64db94523..358835d816 100644
|
|
--- a/package/python-requests/python-requests.mk
|
|
+++ b/package/python-requests/python-requests.mk
|
|
@@ -4,9 +4,9 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_REQUESTS_VERSION = 2.22.0
|
|
+PYTHON_REQUESTS_VERSION = 2.20.0
|
|
PYTHON_REQUESTS_SOURCE = requests-$(PYTHON_REQUESTS_VERSION).tar.gz
|
|
-PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/01/62/ddcf76d1d19885e8579acb1b1df26a852b03472c0e46d2b959a714c90608
|
|
+PYTHON_REQUESTS_SITE = https://files.pythonhosted.org/packages/97/10/92d25b93e9c266c94b76a5548f020f3f1dd0eb40649cb1993532c0af8f4c
|
|
PYTHON_REQUESTS_SETUP_TYPE = setuptools
|
|
PYTHON_REQUESTS_LICENSE = Apache-2.0
|
|
PYTHON_REQUESTS_LICENSE_FILES = LICENSE
|
|
--
|
|
2.11.0
|
|
|