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