mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-01 11:16:52 +01:00
41 lines
1.7 KiB
Diff
41 lines
1.7 KiB
Diff
From e9f0baa5a6fda0e2928c9e763e15b5a199582290 Mon Sep 17 00:00:00 2001
|
|
From: Peter Steenbergen <info@j1nx.nl>
|
|
Date: Mon, 2 Sep 2019 17:15:01 +0200
|
|
Subject: [PATCH 1/1] Downgrade python-six to 1.10.0
|
|
|
|
---
|
|
package/python-six/python-six.hash | 1 +
|
|
package/python-six/python-six.mk | 4 ++--
|
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/package/python-six/python-six.hash b/package/python-six/python-six.hash
|
|
index b7262b12b1..45c3aecceb 100644
|
|
--- a/package/python-six/python-six.hash
|
|
+++ b/package/python-six/python-six.hash
|
|
@@ -1,5 +1,6 @@
|
|
# md5, sha256 from https://pypi.org/pypi/six/json
|
|
md5 9ae5d1feed8c0215f4ae4adcd9207fcb six-1.12.0.tar.gz
|
|
sha256 d16a0141ec1a18405cd4ce8b4613101da75da0e9a7aec5bdd4fa804d0e0eba73 six-1.12.0.tar.gz
|
|
+sha256 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a six-1.10.0.tar.gz
|
|
# Locally computed sha256 checksums
|
|
sha256 e732f54da58f3e9cf0c48e8b512948936fcf7361bd58afa63a9a3c392bf794ad LICENSE
|
|
diff --git a/package/python-six/python-six.mk b/package/python-six/python-six.mk
|
|
index 95817fa34b..b9a5722949 100644
|
|
--- a/package/python-six/python-six.mk
|
|
+++ b/package/python-six/python-six.mk
|
|
@@ -4,9 +4,9 @@
|
|
#
|
|
################################################################################
|
|
|
|
-PYTHON_SIX_VERSION = 1.12.0
|
|
+PYTHON_SIX_VERSION = 1.10.0
|
|
PYTHON_SIX_SOURCE = six-$(PYTHON_SIX_VERSION).tar.gz
|
|
-PYTHON_SIX_SITE = https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca
|
|
+PYTHON_SIX_SITE = https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe
|
|
PYTHON_SIX_SETUP_TYPE = setuptools
|
|
PYTHON_SIX_LICENSE = MIT
|
|
PYTHON_SIX_LICENSE_FILES = LICENSE
|
|
--
|
|
2.11.0
|
|
|