From e43f997e3a346cb5fb0d8e919002f3b223d32fdc Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 8 May 2024 01:31:29 +0000 Subject: [PATCH 1/3] python3-botocore: upgrade 1.34.95 -> 1.34.100 --- ...python3-botocore_1.34.95.bb => python3-botocore_1.34.100.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-botocore_1.34.95.bb => python3-botocore_1.34.100.bb} (93%) diff --git a/recipes-devtools/python/python3-botocore_1.34.95.bb b/recipes-devtools/python/python3-botocore_1.34.100.bb similarity index 93% rename from recipes-devtools/python/python3-botocore_1.34.95.bb rename to recipes-devtools/python/python3-botocore_1.34.100.bb index edc3f2d2d..3c48608d0 100644 --- a/recipes-devtools/python/python3-botocore_1.34.95.bb +++ b/recipes-devtools/python/python3-botocore_1.34.100.bb @@ -9,7 +9,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "932bdc4073f5e135c993e50e493874e76c5a0ee3" +SRCREV = "30624a0db1cd84193cb257b8efa89ea598531637" S = "${WORKDIR}/git" inherit setuptools3 ptest From 8b50add018ea6d34d743bb2e96cd3eb940df3b59 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 8 May 2024 01:30:47 +0000 Subject: [PATCH 2/3] python3-boto3: upgrade 1.34.95 -> 1.34.100 --- .../{python3-boto3_1.34.95.bb => python3-boto3_1.34.100.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/python/{python3-boto3_1.34.95.bb => python3-boto3_1.34.100.bb} (94%) diff --git a/recipes-devtools/python/python3-boto3_1.34.95.bb b/recipes-devtools/python/python3-boto3_1.34.100.bb similarity index 94% rename from recipes-devtools/python/python3-boto3_1.34.95.bb rename to recipes-devtools/python/python3-boto3_1.34.100.bb index 6d48e160c..71640fc73 100644 --- a/recipes-devtools/python/python3-boto3_1.34.95.bb +++ b/recipes-devtools/python/python3-boto3_1.34.100.bb @@ -8,7 +8,7 @@ SRC_URI = "\ git://github.com/boto/boto3.git;protocol=https;branch=master \ file://run-ptest" -SRCREV = "dc49ed5e1377acf7fa96ca8427176776ab5ab890" +SRCREV = "c7984f9f7a1cb00c12b53d07104ea334b99ae6cb" S = "${WORKDIR}/git" inherit setuptools3 ptest From efe57473f2769b9155a3f4fc8cd5208f6fab407a Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Wed, 8 May 2024 01:30:18 +0000 Subject: [PATCH 3/3] aws-cli: upgrade 1.32.95 -> 1.32.100 --- .../aws-cli/{aws-cli_1.32.95.bb => aws-cli_1.32.100.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-support/aws-cli/{aws-cli_1.32.95.bb => aws-cli_1.32.100.bb} (96%) diff --git a/recipes-support/aws-cli/aws-cli_1.32.95.bb b/recipes-support/aws-cli/aws-cli_1.32.100.bb similarity index 96% rename from recipes-support/aws-cli/aws-cli_1.32.95.bb rename to recipes-support/aws-cli/aws-cli_1.32.100.bb index 7d1023f88..1ca4f7713 100644 --- a/recipes-support/aws-cli/aws-cli_1.32.95.bb +++ b/recipes-support/aws-cli/aws-cli_1.32.100.bb @@ -9,7 +9,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "04e6022a04f6427cecf4d35730071d6c489299dd" +SRCREV = "5a4747356b14f7a034302b2f834d58f6d7b36104" # version 2.x has got library link issues - so stick to version 1.x for now UPSTREAM_CHECK_GITTAGREGEX = "(?P1\.\d+(\.\d+)+)"