From 59160dad3f263000d8bd83ae62278abb0ec8d638 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 3 Oct 2024 01:58:29 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.31 -> 1.35.32 (cherry picked from commit f6b3a9471a23cb26afeda5aa6598a37fd44510e4) --- .../{python3-boto3_1.35.31.bb => python3-boto3_1.35.32.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.31.bb => python3-boto3_1.35.32.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.31.bb b/recipes-devtools/python/python3-boto3_1.35.32.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.31.bb rename to recipes-devtools/python/python3-boto3_1.35.32.bb index 0c02b38598..a14b6a5387 100644 --- a/recipes-devtools/python/python3-boto3_1.35.31.bb +++ b/recipes-devtools/python/python3-boto3_1.35.32.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "aaa09a4d87bf65f4e0f1537dfdcea4304e6dc71c" +SRCREV = "81b3ed40e29438f8e5339eea2111eeb684a4f867" S = "${WORKDIR}/git" inherit setuptools3 ptest