From 8cedce596bfff015d065d809734364973f2bb73f Mon Sep 17 00:00:00 2001 From: beckermr Date: Thu, 22 Feb 2024 16:55:20 -0600 Subject: [PATCH 1/3] Bump to 3.31.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 57c8085..50fb9e0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "3.30.4" %} +{% set version = "3.31.0" %} package: name: conda-smithy @@ -6,7 +6,7 @@ package: source: url: https://github.com/conda-forge/conda-smithy/releases/download/v{{ version }}/conda-smithy-{{ version }}.tar.gz - sha256: 4a0373e84316cf4bb711779a258a200f778daf3e6cfc51cae8a5df383e3383dd + sha256: fb01cbecadffd3a7d8b7c9a9d65e76a87579fa0a9957906306032ff93ce902ee build: number: 0 From 15ea522480a47ba1425c0cf3a1beaeaa20ca4e4b Mon Sep 17 00:00:00 2001 From: beckermr Date: Thu, 22 Feb 2024 16:55:46 -0600 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.30.4, and conda-forge-pinning 2024.02.22.20.36.14 --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 62bf059..179afe5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,9 @@ * !/conda-forge.yml -# Don't ignore any subfolders if the parent folder is 'un-ignored' -!/*/ +# Don't ignore any files/folders if the parent folder is 'un-ignored' +# This also avoids warnings when adding an already-checked file with an ignored parent. +!/**/ # Don't ignore any files/folders recursively in the following folders !/recipe/** !/.ci_support/** From 949f5bdf76125004032711817020eea0606b83d5 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Thu, 22 Feb 2024 16:57:15 -0600 Subject: [PATCH 3/3] Update meta.yaml --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 50fb9e0..408b7ff 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -30,7 +30,7 @@ requirements: - python >=3.6 - setuptools - conda >=4.2 - - conda-build >=3.18.3 + - conda-build >=24.1.0 - conda-package-handling >=1.9.0 - jinja2 - requests