From d167e9f163af063d0d55d1c4a0ac9d93332d3a14 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 22 Jun 2023 00:26:59 +0000 Subject: [PATCH] python3-boto3: upgrade 1.26.157 -> 1.26.158 --- .../{python3-boto3_1.26.157.bb => python3-boto3_1.26.158.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.26.157.bb => python3-boto3_1.26.158.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.26.157.bb b/recipes-devtools/python/python3-boto3_1.26.158.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.26.157.bb rename to recipes-devtools/python/python3-boto3_1.26.158.bb index 8461aca5e..2c9575963 100644 --- a/recipes-devtools/python/python3-boto3_1.26.157.bb +++ b/recipes-devtools/python/python3-boto3_1.26.158.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "185ffb4516225da422af47526516503197c3178f" +SRCREV = "517aaad434fb7732c6cc15d468a1a4a5eb3f9a43" S = "${WORKDIR}/git" inherit setuptools3 ptest