From 01ba758485fa3fd5388200b40536478c2100a1f6 Mon Sep 17 00:00:00 2001 From: aws-iot-embedded-linux-ci Date: Fri, 18 Oct 2024 02:00:43 +0000 Subject: [PATCH] aws-cli-v2: upgrade 2.18.8 -> 2.18.9 --- ...ve_exact_python_version_requirements.patch | 27 ++++++++++++------- ...-cli-v2_2.18.8.bb => aws-cli-v2_2.18.9.bb} | 2 +- 2 files changed, 19 insertions(+), 10 deletions(-) rename recipes-support/aws-cli-v2/{aws-cli-v2_2.18.8.bb => aws-cli-v2_2.18.9.bb} (97%) diff --git a/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch b/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch index 138124f1a..dbabf2ce0 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch +++ b/recipes-support/aws-cli-v2/aws-cli-v2/0001-remove_exact_python_version_requirements.patch @@ -1,11 +1,20 @@ +From f831d66bbe2513508186603e98acbcaf6926cbb6 Mon Sep 17 00:00:00 2001 +From: Thomas Roos +Date: Fri, 12 Jan 2024 13:24:54 +0000 Subject: [PATCH] This patch is removing exact python version dependency + requirements. Upstream-Status: Inappropriate [OE specific] -Index: git/pyproject.toml -=================================================================== ---- git.orig/pyproject.toml -+++ git/pyproject.toml +--- + pyproject.toml | 21 ++++++++++----------- + requirements/bootstrap.txt | 2 +- + 2 files changed, 11 insertions(+), 12 deletions(-) + +diff --git a/pyproject.toml b/pyproject.toml +index 1f3547429..7312842b2 100644 +--- a/pyproject.toml ++++ b/pyproject.toml @@ -30,21 +30,20 @@ classifiers = [ 'Programming Language :: Python :: 3.12', ] @@ -37,11 +46,11 @@ Index: git/pyproject.toml + "urllib3>=1.25.4", ] dynamic = ["version"] - -Index: git/requirements/bootstrap.txt -=================================================================== ---- git.orig/requirements/bootstrap.txt -+++ git/requirements/bootstrap.txt + +diff --git a/requirements/bootstrap.txt b/requirements/bootstrap.txt +index fcc7ca534..98265db90 100644 +--- a/requirements/bootstrap.txt ++++ b/requirements/bootstrap.txt @@ -1,2 +1,2 @@ pip>=22.0.0,<25.0.0 -flit_core>=3.7.1,<3.9.1 diff --git a/recipes-support/aws-cli-v2/aws-cli-v2_2.18.8.bb b/recipes-support/aws-cli-v2/aws-cli-v2_2.18.9.bb similarity index 97% rename from recipes-support/aws-cli-v2/aws-cli-v2_2.18.8.bb rename to recipes-support/aws-cli-v2/aws-cli-v2_2.18.9.bb index 6000971ef..5e23626e3 100644 --- a/recipes-support/aws-cli-v2/aws-cli-v2_2.18.8.bb +++ b/recipes-support/aws-cli-v2/aws-cli-v2_2.18.9.bb @@ -32,7 +32,7 @@ SRC_URI = "\ file://run-ptest \ " -SRCREV = "670e45354681016f1c3ecd9cf5797be4b338c96e" +SRCREV = "628cba4ad4772ea680880954818cf924931c5af7" # version 2.x UPSTREAM_CHECK_GITTAGREGEX = "(?P2\.\d+(\.\d+)+)"