From af4ce4d6f8adf95234c936c81da674427dcad489 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 6 Dec 2023 19:22:19 +0000 Subject: [PATCH 1/2] updated v3.28.1 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index cde56647..a250f13c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "conda-build" %} -{% set version = "3.28.0" %} +{% set version = "3.28.1" %} package: name: {{ name }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/conda/{{ name }}/archive/refs/tags/{{ version }}.tar.gz - sha256: efc713ba0cfe75a9ef3c0a6b2e7455ca89c1e9d298f15b75d769c0c47cc2e67f + sha256: 5df6757f2762574f26f66e0652f1cb0debb0079ed7b0f6732e612b3882e64967 patches: - patches/gh4867.patch From 2342bff73a630bde60d9822418a595a21429332f Mon Sep 17 00:00:00 2001 From: Ken Odegard Date: Wed, 6 Dec 2023 14:43:35 -0600 Subject: [PATCH 2/2] Add pip check --- recipe/meta.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a250f13c..c01223cd 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -71,7 +71,11 @@ test: - conda_build - conda_build.jinja_context + requires: + - pip + commands: + - python -m pip check # builtin subcommands - conda --help - conda build --help