From 5f3869a9e1f8e7a90f16f773bccc4ed467a178cc Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Tue, 21 Jan 2025 01:57:51 +0000 Subject: [PATCH] python3-s3transfer: upgrade 0.10.4 -> 0.11.1 (cherry picked from commit 57423d2266adbdd0807cd1d6b782a39719258e62) --- ...ython3-s3transfer_0.10.4.bb => python3-s3transfer_0.11.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-s3transfer_0.10.4.bb => python3-s3transfer_0.11.1.bb} (93%) diff --git a/recipes-devtools/python/python3-s3transfer_0.10.4.bb b/recipes-devtools/python/python3-s3transfer_0.11.1.bb similarity index 93% rename from recipes-devtools/python/python3-s3transfer_0.10.4.bb rename to recipes-devtools/python/python3-s3transfer_0.11.1.bb index cfe4302d3..ecb70da3c 100644 --- a/recipes-devtools/python/python3-s3transfer_0.10.4.bb +++ b/recipes-devtools/python/python3-s3transfer_0.11.1.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/s3transfer.git;protocol=https;branch=master \ file://run-ptest \ " -SRCREV = "0323658c863654911d385899d4b907ae003d80ff" +SRCREV = "af066effcb614d575b9542c297142d64ef609d39" S = "${WORKDIR}/git"