From 62924f18d28b0a8c80299bb86d0c8a5bcca8556f Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 19 Dec 2024 01:46:50 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.83 -> 1.35.84 (cherry picked from commit 3cf89ea1743116a184ea9dcf2859a833048535e3) --- .../{python3-boto3_1.35.83.bb => python3-boto3_1.35.84.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.83.bb => python3-boto3_1.35.84.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.83.bb b/recipes-devtools/python/python3-boto3_1.35.84.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.83.bb rename to recipes-devtools/python/python3-boto3_1.35.84.bb index 7180ebbf3..7a66e601d 100644 --- a/recipes-devtools/python/python3-boto3_1.35.83.bb +++ b/recipes-devtools/python/python3-boto3_1.35.84.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "0c8061da19ed587523769d2b66b228928e193bcf" +SRCREV = "9cd09082b925662a7e0b255a63e39f1e37de7e24" S = "${WORKDIR}/git" inherit setuptools3 ptest