[meta-python] python3-aws-iot-device-sdk-python: upgrade 1.5.0-> 1.5.1

Message ID 1646822643-61935-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-python] python3-aws-iot-device-sdk-python: upgrade 1.5.0-> 1.5.1 | expand

Commit Message

Mingyu Wang (Fujitsu) March 9, 2022, 10:44 a.m. UTC
Changelog:
=========
change append to extend to fix bytestream error

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...thon_1.5.0.bb => python3-aws-iot-device-sdk-python_1.5.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-aws-iot-device-sdk-python_1.5.0.bb => python3-aws-iot-device-sdk-python_1.5.1.bb} (96%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.0.bb b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb
similarity index 96%
rename from meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb
index 2f877487ac..0b2181e4fe 100644
--- a/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aws-iot-device-sdk-python_1.5.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "\
     file://LICENSE.txt;md5=9ac49901b833e769c7d6f21e8dbd7b30 \
     file://AWSIoTPythonSDK/core/protocol/paho/client.py;endline=14;md5=5a3c8a1a4bb71bd934f450ecff972ad9 \
 "
-SRCREV = "90d7b05749e2da7a13193024c720e3c8d9bf1157"
+SRCREV = "6ca6c73775c953114f83240a850a0d1ab49b68ac"
 SRC_URI = "git://github.com/aws/aws-iot-device-sdk-python;branch=master;protocol=https \
            file://0001-setup.py-Use-setuptools-instead-of-distutils.patch \
            "