Skip to content

Commit

Permalink
aws-cli-v2: upgrade 2.18.8 -> 2.18.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-iot-embedded-linux-ci committed Oct 18, 2024
1 parent 756b01e commit 01ba758
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
From f831d66bbe2513508186603e98acbcaf6926cbb6 Mon Sep 17 00:00:00 2001
From: Thomas Roos <[email protected]>
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',
]
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SRC_URI = "\
file://run-ptest \
"

SRCREV = "670e45354681016f1c3ecd9cf5797be4b338c96e"
SRCREV = "628cba4ad4772ea680880954818cf924931c5af7"

# version 2.x
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>2\.\d+(\.\d+)+)"
Expand Down

0 comments on commit 01ba758

Please sign in to comment.