From c310134388ec29af88f8c6c137e9574800c5aff3 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 12 Jul 2023 00:26:32 +0000 Subject: [PATCH] python3-boto3: upgrade 1.28.1 -> 1.28.2 --- .../python/{python3-boto3_1.28.1.bb => python3-boto3_1.28.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.28.1.bb => python3-boto3_1.28.2.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.28.1.bb b/recipes-devtools/python/python3-boto3_1.28.2.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.28.1.bb rename to recipes-devtools/python/python3-boto3_1.28.2.bb index b23588f84..5fe8a9ace 100644 --- a/recipes-devtools/python/python3-boto3_1.28.1.bb +++ b/recipes-devtools/python/python3-boto3_1.28.2.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "53a0c84b2e016f0491a8ebf34b3d902e71207c37" +SRCREV = "132613ebbd96efef1277743318791186f2b1a8f0" S = "${WORKDIR}/git" inherit setuptools3 ptest