2021-03-29 09:28:25 +02:00
|
|
|
From 132d418ad686aadf646ba7a8c90774e460f05690 Mon Sep 17 00:00:00 2001
|
|
|
|
From: j1nx <p.steenbergen@j1nx.nl>
|
|
|
|
Date: Thu, 18 Mar 2021 10:01:14 +0100
|
2018-10-30 15:55:12 +01:00
|
|
|
Subject: [PATCH 1/1] Downgrade python-serial to 3.0
|
|
|
|
|
|
|
|
---
|
2021-03-29 09:28:25 +02:00
|
|
|
package/python-serial/python-serial.hash | 2 +-
|
2018-10-30 15:55:12 +01:00
|
|
|
package/python-serial/python-serial.mk | 4 ++--
|
2021-03-29 09:28:25 +02:00
|
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
2018-10-30 15:55:12 +01:00
|
|
|
|
|
|
|
diff --git a/package/python-serial/python-serial.hash b/package/python-serial/python-serial.hash
|
2021-03-29 09:28:25 +02:00
|
|
|
index d885d3c0c8..dff215eff2 100644
|
2018-10-30 15:55:12 +01:00
|
|
|
--- a/package/python-serial/python-serial.hash
|
|
|
|
+++ b/package/python-serial/python-serial.hash
|
2021-03-29 09:28:25 +02:00
|
|
|
@@ -1,5 +1,5 @@
|
2019-01-08 14:45:46 +01:00
|
|
|
# md5, sha256 from https://pypi.org/pypi/pyserial/json
|
2021-03-29 09:28:25 +02:00
|
|
|
md5 1cf25a76da59b530dbfc2cf99392dc83 pyserial-3.5.tar.gz
|
|
|
|
-sha256 3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb pyserial-3.5.tar.gz
|
|
|
|
+sha256 056c2d96c83c009d8d04aad43a90f91f10f6a97d42c0d9656c2655c63fb8ff07 pyserial-3.0.tar.gz
|
2019-01-08 14:45:46 +01:00
|
|
|
# Locally computed sha256 checksums
|
2021-03-29 09:28:25 +02:00
|
|
|
sha256 f91cb9813de6a5b142b8f7f2dede630b5134160aedaeaf55f4d6a7e2593ca3f3 LICENSE.txt
|
2018-10-30 15:55:12 +01:00
|
|
|
diff --git a/package/python-serial/python-serial.mk b/package/python-serial/python-serial.mk
|
2021-03-29 09:28:25 +02:00
|
|
|
index 249ea9d5a3..70cf6452f5 100644
|
2018-10-30 15:55:12 +01:00
|
|
|
--- a/package/python-serial/python-serial.mk
|
|
|
|
+++ b/package/python-serial/python-serial.mk
|
|
|
|
@@ -4,9 +4,9 @@
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2021-03-29 09:28:25 +02:00
|
|
|
-PYTHON_SERIAL_VERSION = 3.5
|
2018-10-30 15:55:12 +01:00
|
|
|
+PYTHON_SERIAL_VERSION = 3.0
|
|
|
|
PYTHON_SERIAL_SOURCE = pyserial-$(PYTHON_SERIAL_VERSION).tar.gz
|
2021-03-29 09:28:25 +02:00
|
|
|
-PYTHON_SERIAL_SITE = https://files.pythonhosted.org/packages/1e/7d/ae3f0a63f41e4d2f6cb66a5b57197850f919f59e558159a4dd3a818f5082
|
2018-10-30 15:55:12 +01:00
|
|
|
+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
|
|
|
|
--
|
2021-03-29 09:28:25 +02:00
|
|
|
2.20.1
|
2018-10-30 15:55:12 +01:00
|
|
|
|