From 94f338902b6bea1d663228d7b60080706d1e1ddc Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 20 Dec 2024 01:48:21 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.84 -> 1.35.85 --- .../{python3-boto3_1.35.84.bb => python3-boto3_1.35.85.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.84.bb => python3-boto3_1.35.85.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.84.bb b/recipes-devtools/python/python3-boto3_1.35.85.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.84.bb rename to recipes-devtools/python/python3-boto3_1.35.85.bb index 7a66e601d..1aeed21ff 100644 --- a/recipes-devtools/python/python3-boto3_1.35.84.bb +++ b/recipes-devtools/python/python3-boto3_1.35.85.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "9cd09082b925662a7e0b255a63e39f1e37de7e24" +SRCREV = "32d54c8797e062b152ef7ea726388545c05168a2" S = "${WORKDIR}/git" inherit setuptools3 ptest