From 96495b6d45ea7c5aee8f85db6f450f74ff13ca67 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 3 Dec 2024 01:56:29 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.71 -> 1.35.72 (cherry picked from commit 824e9f5005e0d5f982c0187d81beb9501c200272) --- .../{python3-boto3_1.35.71.bb => python3-boto3_1.35.72.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.71.bb => python3-boto3_1.35.72.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.71.bb b/recipes-devtools/python/python3-boto3_1.35.72.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.71.bb rename to recipes-devtools/python/python3-boto3_1.35.72.bb index d0bc0010b..60f1422bc 100644 --- a/recipes-devtools/python/python3-boto3_1.35.71.bb +++ b/recipes-devtools/python/python3-boto3_1.35.72.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "57997d9fea308720074f6dcea694b44efc835f56" +SRCREV = "054b8924120aa6566200b7a41a85aecd934d10aa" S = "${WORKDIR}/git" inherit setuptools3 ptest