From c3239426b0ce8b7a7156b2865d2f16fe7a7d3645 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <121827174+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:51:42 +0000 Subject: [PATCH 1/3] dummy commit for rerendering --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5077d5da..31437f79 100644 --- a/README.md +++ b/README.md @@ -206,3 +206,6 @@ Feedstock Maintainers * [@sodre](https://github.com/sodre/) * [@xhochy](https://github.com/xhochy/) + + + From 3c7a4754d92373abe55b1135bfbd8271c80a56a5 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 10:53:03 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 24.5.1, conda-smithy 3.36.2, and conda-forge-pinning 2024.07.13.08.59.02 --- .ci_support/linux_64_.yaml | 4 ++-- README.md | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.ci_support/linux_64_.yaml b/.ci_support/linux_64_.yaml index 8bf21eba..f0bde7a7 100644 --- a/.ci_support/linux_64_.yaml +++ b/.ci_support/linux_64_.yaml @@ -7,11 +7,11 @@ c_compiler_version: c_stdlib: - sysroot c_stdlib_version: -- '2.12' +- '2.17' cairo: - '1' cdt_name: -- cos6 +- cos7 channel_sources: - conda-forge channel_targets: diff --git a/README.md b/README.md index 31437f79..5077d5da 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,3 @@ Feedstock Maintainers * [@sodre](https://github.com/sodre/) * [@xhochy](https://github.com/xhochy/) - - - From 01961a4a4ec34ebdcd59650e5f76759ee2e129b7 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Sat, 13 Jul 2024 13:03:18 +0200 Subject: [PATCH 3/3] Add test for writing/reading bzip2 Signed-off-by: Marcel Bargull --- recipe/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 5e742a66..678565d0 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -207,6 +207,8 @@ outputs: - R -e "options(warn=2);Sys.time()" # check that tzdata version is at least 2024 - R -e "stopifnot(strtoi(substr(attr(OlsonNames(), 'Version'), 1, 4)) >= 2024)" + - Rscript -e "cat('test', file = bzfile('test.bz2'))" + - Rscript -e "quit(status = readChar(gzfile('test.bz2'), 4) != 'test')" files: - test-svg.R