From e6583c8bdf694076831bb99bfde3ea528b04c2ed Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 18 Dec 2024 05:59:06 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.82 -> 1.35.83 (cherry picked from commit 5e23f6ebd61d5a5c058b858fe3fe72442084b390) --- .../{python3-boto3_1.35.82.bb => python3-boto3_1.35.83.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.82.bb => python3-boto3_1.35.83.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.82.bb b/recipes-devtools/python/python3-boto3_1.35.83.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.82.bb rename to recipes-devtools/python/python3-boto3_1.35.83.bb index 0e108bd33..7180ebbf3 100644 --- a/recipes-devtools/python/python3-boto3_1.35.82.bb +++ b/recipes-devtools/python/python3-boto3_1.35.83.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "779fa6daea06df9736099ecc7ca74c964fa2e91a" +SRCREV = "0c8061da19ed587523769d2b66b228928e193bcf" S = "${WORKDIR}/git" inherit setuptools3 ptest