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