From cfd7fa4405baba0a538b2bdf7097dd1ce4f25eb2 Mon Sep 17 00:00:00 2001 From: Jacek Lach Date: Tue, 30 Aug 2022 16:16:16 +0100 Subject: [PATCH 1/2] requests dropped py3.6 support https://github.com/psf/requests/pull/6091 drops py3.6 support, so the feedstock should require python 3.7 or newer --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c1efd2f..676b80b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,10 +17,10 @@ build: requirements: host: - - python >=3.6,<4.0 + - python >=3.7,<4.0 - pip run: - - python >=3.6,<4.0 + - python >=3.7,<4.0 - certifi >=2017.4.17 - charset-normalizer >=2,<3 - idna >=2.5,<4 From a83a7c3b0d1f98d7c72d526e3dc2a7b9330b5935 Mon Sep 17 00:00:00 2001 From: Jacek Lach Date: Tue, 30 Aug 2022 16:17:24 +0100 Subject: [PATCH 2/2] Bump build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 676b80b..5f87315 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: sha256: 7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983 build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . -vv