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