From b69fd9b5825b773d79c46ec2f7b17c7dc938ced2 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 31 May 2024 01:39:01 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.115 -> 1.34.116 --- .../{python3-boto3_1.34.115.bb => python3-boto3_1.34.116.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.115.bb => python3-boto3_1.34.116.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.115.bb b/recipes-devtools/python/python3-boto3_1.34.116.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.115.bb rename to recipes-devtools/python/python3-boto3_1.34.116.bb index a927d40b8..162c1c19b 100644 --- a/recipes-devtools/python/python3-boto3_1.34.115.bb +++ b/recipes-devtools/python/python3-boto3_1.34.116.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "335a1e99922366571ef49ab8f2eaf02dbc7599ff" +SRCREV = "bfcc451f58c79e04bb25250041c6f3ba0873de86" S = "${WORKDIR}/git" inherit setuptools3 ptest