From c3a5fa154419487feca2898f5fd5c13bd66f26e1 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 4 Jul 2023 00:28:13 +0000 Subject: [PATCH] python3-boto3: upgrade 1.26.164 -> 1.27.0 --- .../{python3-boto3_1.26.164.bb => python3-boto3_1.27.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.26.164.bb => python3-boto3_1.27.0.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.26.164.bb b/recipes-devtools/python/python3-boto3_1.27.0.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.26.164.bb rename to recipes-devtools/python/python3-boto3_1.27.0.bb index 131dbe140..b5b55076e 100644 --- a/recipes-devtools/python/python3-boto3_1.26.164.bb +++ b/recipes-devtools/python/python3-boto3_1.27.0.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "15b30bfed6bb16f4e065636b203ea591595862d8" +SRCREV = "4498148c2ad21925b88eb67b64914ae573c2d652" S = "${WORKDIR}/git" inherit setuptools3 ptest