39 lines
1.8 KiB
Diff
39 lines
1.8 KiB
Diff
|
From fa3884456ec63fd876c239b0597db8973ca87a57 Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Steenbergen <info@j1nx.nl>
|
||
|
Date: Mon, 29 Oct 2018 14:28:05 +0100
|
||
|
Subject: [PATCH 1/1] Downgrade python-serial to 3.0
|
||
|
|
||
|
---
|
||
|
package/python-serial/python-serial.hash | 1 +
|
||
|
package/python-serial/python-serial.mk | 4 ++--
|
||
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/package/python-serial/python-serial.hash b/package/python-serial/python-serial.hash
|
||
|
index f98a8b91b2..dbb72e395c 100644
|
||
|
--- a/package/python-serial/python-serial.hash
|
||
|
+++ b/package/python-serial/python-serial.hash
|
||
|
@@ -1,3 +1,4 @@
|
||
|
# md5 from http://pypi.python.org/pypi?:action=show_md5&digest=e849af7f8b7ec75cbc7a53da67c51a51, sha256 locally computed
|
||
|
+sha256 056c2d96c83c009d8d04aad43a90f91f10f6a97d42c0d9656c2655c63fb8ff07 pyserial-3.0.tar.gz
|
||
|
md5 e849af7f8b7ec75cbc7a53da67c51a51 pyserial-3.1.tar.gz
|
||
|
sha256 c8ffdcbd8bfd308842409e558848c32aa3499a1bfe95a591e4210072b9520f1e pyserial-3.1.tar.gz
|
||
|
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
|
||
|
index ce7ec07062..9294c4e43c 100644
|
||
|
--- a/package/python-serial/python-serial.mk
|
||
|
+++ b/package/python-serial/python-serial.mk
|
||
|
@@ -4,9 +4,9 @@
|
||
|
#
|
||
|
################################################################################
|
||
|
|
||
|
-PYTHON_SERIAL_VERSION = 3.1
|
||
|
+PYTHON_SERIAL_VERSION = 3.0
|
||
|
PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
|
||
|
-PYTHON_SERIAL_SITE = https://pypi.python.org/packages/ce/9c/694ce79a9d4a164e109aeba1a40fba23336f3b7554978553e22a5d41d54d
|
||
|
+PYTHON_SERIAL_SITE = https://files.pythonhosted.org/packages/69/89/24fc8c26e23710a0d8fdf9e8134b28ceeab421d3f3e0165ceca6bdb98193
|
||
|
PYTHON_SERIAL_LICENSE = BSD-3-Clause
|
||
|
PYTHON_SERIAL_LICENSE_FILES = LICENSE.txt
|
||
|
PYTHON_SERIAL_SETUP_TYPE = setuptools
|
||
|
--
|
||
|
2.11.0
|
||
|
|