From 263d70358ac91356f63ca0de083a5034c630ebf8 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 18 Apr 2024 01:30:36 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.85 -> 1.34.86 --- .../{python3-boto3_1.34.85.bb => python3-boto3_1.34.86.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.85.bb => python3-boto3_1.34.86.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.85.bb b/recipes-devtools/python/python3-boto3_1.34.86.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.85.bb rename to recipes-devtools/python/python3-boto3_1.34.86.bb index 24a225e2b..0da691387 100644 --- a/recipes-devtools/python/python3-boto3_1.34.85.bb +++ b/recipes-devtools/python/python3-boto3_1.34.86.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "850b5423c23b67aa2905b572b57e0ffdb5fc7fa5" +SRCREV = "4252413219ceaf5acf6a23c018747ce4d65a75f0" S = "${WORKDIR}/git" inherit setuptools3 ptest