From 79156a1c0625ef40b3cb287826f08b9f254bc3bf Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 3 Jan 2025 01:50:26 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.90 -> 1.35.91 (cherry picked from commit e26d878694a4dea1d8bfaa590e6246c489da6df7) --- .../{python3-boto3_1.35.90.bb => python3-boto3_1.35.91.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.90.bb => python3-boto3_1.35.91.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.90.bb b/recipes-devtools/python/python3-boto3_1.35.91.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.90.bb rename to recipes-devtools/python/python3-boto3_1.35.91.bb index 33012d723..2ad42bed2 100644 --- a/recipes-devtools/python/python3-boto3_1.35.90.bb +++ b/recipes-devtools/python/python3-boto3_1.35.91.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "65d95ad534b475ead317a8710a03ad5138ef5287" +SRCREV = "71f5dc6a9001e1a746b67ba05daceff38d49b82b" S = "${WORKDIR}/git" inherit setuptools3 ptest