From b60f6cd70b3a29f93922206b5efdc0014f03efcc Mon Sep 17 00:00:00 2001 From: Arnold Bloemert Date: Thu, 28 Nov 2024 14:13:27 +0100 Subject: [PATCH 1/2] Patch robotframework 7.* --- recipe/patch_yaml/robotframework.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipe/patch_yaml/robotframework.yaml diff --git a/recipe/patch_yaml/robotframework.yaml b/recipe/patch_yaml/robotframework.yaml new file mode 100644 index 000000000..89c2b6fdb --- /dev/null +++ b/recipe/patch_yaml/robotframework.yaml @@ -0,0 +1,9 @@ +# robotframework version 7 needs at least Python 3.8 +# see https://github.com/robotframework/robotframework/blob/v7.0/README.rst +if: + name: robotframework + version_gte: 7.0 +then: + - replace_depends: + old: python >=3.6 + new: python >=3.8 From a3d54802d5a5243adfc726a8a41b7dcddddb689a Mon Sep 17 00:00:00 2001 From: Arnold Bloemert Date: Thu, 28 Nov 2024 14:15:45 +0100 Subject: [PATCH 2/2] Version 7.1 is already fixed in the recipe --- recipe/patch_yaml/robotframework.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/patch_yaml/robotframework.yaml b/recipe/patch_yaml/robotframework.yaml index 89c2b6fdb..7e70dfce3 100644 --- a/recipe/patch_yaml/robotframework.yaml +++ b/recipe/patch_yaml/robotframework.yaml @@ -3,6 +3,7 @@ if: name: robotframework version_gte: 7.0 + version_lt: 7.1 then: - replace_depends: old: python >=3.6