From 36eb25d3d6eb3e08c4eb66412efc21ae97c99714 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Thu, 6 Jun 2024 01:42:46 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.119 -> 1.34.120 --- .../{python3-boto3_1.34.119.bb => python3-boto3_1.34.120.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.119.bb => python3-boto3_1.34.120.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.119.bb b/recipes-devtools/python/python3-boto3_1.34.120.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.119.bb rename to recipes-devtools/python/python3-boto3_1.34.120.bb index 3b051ecd8..f4b20a7ae 100644 --- a/recipes-devtools/python/python3-boto3_1.34.119.bb +++ b/recipes-devtools/python/python3-boto3_1.34.120.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "facc6a520bf15dd7f26ac083f9b72cc8433bf27f" +SRCREV = "b818b1cde64a0ab1c4559095352e93822fcd3cb3" S = "${WORKDIR}/git" inherit setuptools3 ptest