From 4643c5eef4758b46b2f0cbe0cd58e83d92a70a54 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 11 Apr 2024 01:31:43 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.81 -> 1.34.82 --- .../{python3-boto3_1.34.81.bb => python3-boto3_1.34.82.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.81.bb => python3-boto3_1.34.82.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.81.bb b/recipes-devtools/python/python3-boto3_1.34.82.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.81.bb rename to recipes-devtools/python/python3-boto3_1.34.82.bb index 63f8b4932..4fc0496f7 100644 --- a/recipes-devtools/python/python3-boto3_1.34.81.bb +++ b/recipes-devtools/python/python3-boto3_1.34.82.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "1733175503f0bc06df362c28566b397433aabda5" +SRCREV = "12d0d179f48907cf866d3f029588f051f69f6c86" S = "${WORKDIR}/git" inherit setuptools3 ptest