From f952e22b6fefa014ca87c91dcbb712c32e8847de Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 10 Apr 2024 01:30:54 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.80 -> 1.34.81 --- .../{python3-boto3_1.34.80.bb => python3-boto3_1.34.81.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.80.bb => python3-boto3_1.34.81.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.80.bb b/recipes-devtools/python/python3-boto3_1.34.81.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.80.bb rename to recipes-devtools/python/python3-boto3_1.34.81.bb index 0f3405952..63f8b4932 100644 --- a/recipes-devtools/python/python3-boto3_1.34.80.bb +++ b/recipes-devtools/python/python3-boto3_1.34.81.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "5535ed8179863ba40b4228cb8d51c9fc4624f0d6" +SRCREV = "1733175503f0bc06df362c28566b397433aabda5" S = "${WORKDIR}/git" inherit setuptools3 ptest