Skip to content

Commit

Permalink
aws-cli-v2: upgrade 2.17.56 -> 2.17.57
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-iot-embedded-linux-ci authored and web-flow committed Sep 24, 2024
1 parent 1bc413e commit cf1699c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
This patch is removing exact python version dependency requirements.
From b4f13f7fe4d29c7989d3b1a3bcd3371711e2592c 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.

Signed-off-by: Thomas Roos <[email protected]>

Upstream-Status: Inappropriate [OE specific]
---
pyproject.toml | 27 +++++++++++----------------
requirements/bootstrap.txt | 2 +-
2 files changed, 12 insertions(+), 17 deletions(-)

Index: git/pyproject.toml
===================================================================
--- git.orig/pyproject.toml
+++ git/pyproject.toml
diff --git a/pyproject.toml b/pyproject.toml
index f2f9b6dc0..a41cfba35 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[build-system]
requires = [
Expand Down Expand Up @@ -47,11 +55,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 = "9419d473fdb7f9017ff1c935da5b5cd8834ce86f"
SRCREV = "5876d3688163a78b3b905d9bf7f76e5b3653c11c"

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

0 comments on commit cf1699c

Please sign in to comment.