From 8e14223e2b8db1d8acf93532748e0838a46eeb70 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 27 Dec 2024 01:48:28 +0000 Subject: [PATCH] python3-boto3: upgrade 1.35.87 -> 1.35.88 (cherry picked from commit 08db7e6059bd523e6278f8cf50d515c47230eff6) --- .../{python3-boto3_1.35.87.bb => python3-boto3_1.35.88.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.35.87.bb => python3-boto3_1.35.88.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.35.87.bb b/recipes-devtools/python/python3-boto3_1.35.88.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.35.87.bb rename to recipes-devtools/python/python3-boto3_1.35.88.bb index 55972335e..4a3d6b83b 100644 --- a/recipes-devtools/python/python3-boto3_1.35.87.bb +++ b/recipes-devtools/python/python3-boto3_1.35.88.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "40ff5edfbee82fe295b2c492996027a5e1050431" +SRCREV = "2693d3b98c1bcc565482cd0bee81d1309574b380" S = "${WORKDIR}/git" inherit setuptools3 ptest