From 669aa8c8b0a618716b76f6eb00f8537f617f0599 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 29 Aug 2023 00:29:04 +0000 Subject: [PATCH] python3-boto3: upgrade 1.28.34 -> 1.28.36 --- .../{python3-boto3_1.28.34.bb => python3-boto3_1.28.36.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.28.34.bb => python3-boto3_1.28.36.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.28.34.bb b/recipes-devtools/python/python3-boto3_1.28.36.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.28.34.bb rename to recipes-devtools/python/python3-boto3_1.28.36.bb index 13b66f629..6e55b17ce 100644 --- a/recipes-devtools/python/python3-boto3_1.28.34.bb +++ b/recipes-devtools/python/python3-boto3_1.28.36.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "b84a6a2eaf82414675a8e9858226b38f9e43dea3" +SRCREV = "252dda2f03cd5fb70b111506f8ec472fa6a3db87" S = "${WORKDIR}/git" inherit setuptools3 ptest