From b575c0893eb216b893ea69d2a4084f89f6a0422f Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 19 Apr 2024 01:37:29 +0000 Subject: [PATCH] python3-boto3: upgrade 1.34.86 -> 1.34.87 --- .../{python3-boto3_1.34.86.bb => python3-boto3_1.34.87.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.86.bb => python3-boto3_1.34.87.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.86.bb b/recipes-devtools/python/python3-boto3_1.34.87.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.86.bb rename to recipes-devtools/python/python3-boto3_1.34.87.bb index 0da691387..90a494fb3 100644 --- a/recipes-devtools/python/python3-boto3_1.34.86.bb +++ b/recipes-devtools/python/python3-boto3_1.34.87.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "4252413219ceaf5acf6a23c018747ce4d65a75f0" +SRCREV = "a300f5603b0997828f17b96148362e6970a02122" S = "${WORKDIR}/git" inherit setuptools3 ptest