From 63d9bea106c856ece7c956e232fda34de9549704 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 26 Sep 2024 01:56:55 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.26 -> 1.35.27 --- .../{python3-boto3_1.35.26.bb => python3-boto3_1.35.27.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.26.bb => python3-boto3_1.35.27.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.26.bb b/recipes-devtools/python/python3-boto3_1.35.27.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.26.bb rename to recipes-devtools/python/python3-boto3_1.35.27.bb index 97ab07b87..c35125ff3 100644 --- a/recipes-devtools/python/python3-boto3_1.35.26.bb +++ b/recipes-devtools/python/python3-boto3_1.35.27.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "da0ba20dcf0e5191498faa2ceab94c38b2820114" +SRCREV = "5dc18b0ae7a5825986b24f31792e4040e714cfb2" S = "${WORKDIR}/git" inherit setuptools3 ptest