From 36f64ea2dc9a2b1eddece726b1d3a98e06d3a1c4 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 28 Nov 2024 01:56:42 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.70 -> 1.35.71 (cherry picked from commit bac20852b7f5b45431c594ad8729d3e84ace58c6) --- .../{python3-boto3_1.35.70.bb => python3-boto3_1.35.71.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.70.bb => python3-boto3_1.35.71.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.70.bb b/recipes-devtools/python/python3-boto3_1.35.71.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.70.bb rename to recipes-devtools/python/python3-boto3_1.35.71.bb index 1c8964923..d0bc0010b 100644 --- a/recipes-devtools/python/python3-boto3_1.35.70.bb +++ b/recipes-devtools/python/python3-boto3_1.35.71.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "aad0b17b1d30d17b1b47de3ce984643afe02edfa" +SRCREV = "57997d9fea308720074f6dcea694b44efc835f56" S = "${WORKDIR}/git" inherit setuptools3 ptest