From 60b40a3bdc3f72ad49a1e8ec690b72b822f6f262 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 14 Nov 2023 00:21:18 +0000 Subject: [PATCH] python3-boto3: upgrade 1.28.83 -> 1.28.85 --- .../{python3-boto3_1.28.83.bb => python3-boto3_1.28.85.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.28.83.bb => python3-boto3_1.28.85.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.28.83.bb b/recipes-devtools/python/python3-boto3_1.28.85.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.28.83.bb rename to recipes-devtools/python/python3-boto3_1.28.85.bb index 784823a1a..8c2d4409e 100644 --- a/recipes-devtools/python/python3-boto3_1.28.83.bb +++ b/recipes-devtools/python/python3-boto3_1.28.85.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "914bc6669195cb146911ce56db2e845da1a42e9d" +SRCREV = "64a5986c5b0a8bed6832510a4d44936706bb8b48" S = "${WORKDIR}/git" inherit setuptools3 ptest