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