OpenVoiceOS/buildroot-patches/0001-Downgrade-python-idna-...

41 lines
1.7 KiB
Diff
Raw Normal View History

2020-11-02 20:55:40 +01:00
From 972430b0e4a341fc6f90fae6d75ce18ea65e7690 Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
Date: Thu, 29 Oct 2020 19:25:47 +0100
2019-12-21 23:43:56 +01:00
Subject: [PATCH 1/1] Downgrade python-idna to 2.7
---
package/python-idna/python-idna.hash | 2 +-
package/python-idna/python-idna.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/python-idna/python-idna.hash b/package/python-idna/python-idna.hash
2020-11-02 20:55:40 +01:00
index 50897f045b..067dc15598 100644
2019-12-21 23:43:56 +01:00
--- a/package/python-idna/python-idna.hash
+++ b/package/python-idna/python-idna.hash
@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/idna/json
2020-11-02 20:55:40 +01:00
md5 870b8b80267f00f0faf1b7ba4bdbf14e idna-2.9.tar.gz
-sha256 7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb idna-2.9.tar.gz
+sha256 684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16 idna-2.7.tar.gz
2019-12-21 23:43:56 +01:00
# Locally computed sha256 checksums
2020-11-02 20:55:40 +01:00
sha256 412014420d2473dba06117c3d4d9e0eecaa6dde0ca30cd951f4ec2be39426f32 LICENSE.rst
2019-12-21 23:43:56 +01:00
diff --git a/package/python-idna/python-idna.mk b/package/python-idna/python-idna.mk
2020-11-02 20:55:40 +01:00
index eb4c1036cf..e6ee4c87ef 100644
2019-12-21 23:43:56 +01:00
--- a/package/python-idna/python-idna.mk
+++ b/package/python-idna/python-idna.mk
@@ -4,9 +4,9 @@
#
################################################################################
2020-11-02 20:55:40 +01:00
-PYTHON_IDNA_VERSION = 2.9
2019-12-21 23:43:56 +01:00
+PYTHON_IDNA_VERSION = 2.7
PYTHON_IDNA_SOURCE = idna-$(PYTHON_IDNA_VERSION).tar.gz
2020-11-02 20:55:40 +01:00
-PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/cb/19/57503b5de719ee45e83472f339f617b0c01ad75cba44aba1e4c97c2b0abd
2019-12-21 23:43:56 +01:00
+PYTHON_IDNA_SITE = https://files.pythonhosted.org/packages/65/c4/80f97e9c9628f3cac9b98bfca0402ede54e0563b56482e3e6e45c43c4935
2020-11-02 20:55:40 +01:00
PYTHON_IDNA_LICENSE = BSD-3-Clause
2019-12-21 23:43:56 +01:00
PYTHON_IDNA_LICENSE_FILES = LICENSE.rst
PYTHON_IDNA_SETUP_TYPE = setuptools
--
2020-11-02 20:55:40 +01:00
2.20.1
2019-12-21 23:43:56 +01:00