From 2d4a14c20634ec7e1df053673ffdc4c260a1881e Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 23 Jun 2023 00:29:09 +0000 Subject: [PATCH] python3-boto3: upgrade 1.26.158 -> 1.26.159 --- .../{python3-boto3_1.26.158.bb => python3-boto3_1.26.159.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.26.158.bb => python3-boto3_1.26.159.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.26.158.bb b/recipes-devtools/python/python3-boto3_1.26.159.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.26.158.bb rename to recipes-devtools/python/python3-boto3_1.26.159.bb index 2c9575963..29700e345 100644 --- a/recipes-devtools/python/python3-boto3_1.26.158.bb +++ b/recipes-devtools/python/python3-boto3_1.26.159.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "517aaad434fb7732c6cc15d468a1a4a5eb3f9a43" +SRCREV = "0c110bd66ebc00384222936ce7db6c6b058bfcec" S = "${WORKDIR}/git" inherit setuptools3 ptest