From 75acabc7c2872529cf2dee170e7658bd4b79e047 Mon Sep 17 00:00:00 2001 From: Mike Sarahan Date: Fri, 20 Sep 2024 11:36:47 -0500 Subject: [PATCH 1/2] Create README.md for v1 recipe --- recipes/example-v1/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes/example-v1/README.md diff --git a/recipes/example-v1/README.md b/recipes/example-v1/README.md new file mode 100644 index 0000000000000..9c89ae37850e7 --- /dev/null +++ b/recipes/example-v1/README.md @@ -0,0 +1,5 @@ +# V1 recipe format + +This recipe is an example of the v1 recipe format that was defined by [CEP 13](https://github.com/conda/ceps/blob/main/cep-13.md). This recipe is fully functional when built with rattler-build, but it's not ready for conda-forge's automation yet. + +See https://github.com/conda-forge/conda-forge.github.io/issues/2308 for progress on general support for this new format. From f47d93e66404515ebcb14ee3cc1b85e114803ac1 Mon Sep 17 00:00:00 2001 From: "Matthew R. Becker" Date: Fri, 11 Oct 2024 09:53:51 -0500 Subject: [PATCH 2/2] Update recipes/example-v1/README.md --- recipes/example-v1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/example-v1/README.md b/recipes/example-v1/README.md index 9c89ae37850e7..f2a0e51059f33 100644 --- a/recipes/example-v1/README.md +++ b/recipes/example-v1/README.md @@ -1,5 +1,5 @@ # V1 recipe format -This recipe is an example of the v1 recipe format that was defined by [CEP 13](https://github.com/conda/ceps/blob/main/cep-13.md). This recipe is fully functional when built with rattler-build, but it's not ready for conda-forge's automation yet. +This recipe is an example of the v1 recipe format that was defined by [CEP 13](https://github.com/conda/ceps/blob/main/cep-13.md). The v1 recipe format is fully functional when built with rattler-build, but is not yet fully supported by conda-forge's automation. See https://github.com/conda-forge/conda-forge.github.io/issues/2308 for progress on general support for this new format.