From 67a9b2f25e12fee83980ef404a30ffe72f462e78 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:01:49 +0000 Subject: [PATCH 1/2] updated v6.3.0 --- recipe/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 00db9b5..c39c51b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "rptools" %} -{% set version = "6.2.3" %} +{% set version = "6.3.0" %} package: name: {{ name|lower }} @@ -7,10 +7,10 @@ package: source: url: https://github.com/brsynth/rptools/archive/{{ version }}.tar.gz - sha256: 5b7c25df1bd3f5b1cf26db22014f474cfb31c1aa0a15a842d956bb6371011bd6 + sha256: dda8333be3d8fdc78f2c2de59adfbbb087cdeb5d3a6286b96c9c97d23a539979 build: - number: 1 + number: 0 noarch: python script: {{ PYTHON }} -m pip install -vv . From 0a8d2883fabee3a3f71d9bf9c5fc59fa05168ab7 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:01:52 +0000 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.20.15.15.51 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- .github/CODEOWNERS | 2 +- .scripts/build_steps.sh | 9 ++++----- .scripts/logging_utils.sh | 4 ++-- README.md | 1 + 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.azure-pipelines/azure-pipelines-linux.yml b/.azure-pipelines/azure-pipelines-linux.yml index 974e878..a20f315 100755 --- a/.azure-pipelines/azure-pipelines-linux.yml +++ b/.azure-pipelines/azure-pipelines-linux.yml @@ -15,11 +15,6 @@ jobs: timeoutInMinutes: 360 steps: - - script: | - rm -rf /opt/ghc - df -h - displayName: Manage disk space - # configure qemu binfmt-misc running. This allows us to run docker containers # embedded qemu-static - script: | diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2da92cd..4a6df7a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @tduigou @breakthewall @kenza12 \ No newline at end of file +* @breakthewall @kenza12 @tduigou \ No newline at end of file diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 595f8b5..d20d8f4 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,11 +31,10 @@ pkgs_dirs: CONDARC - -mamba install --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 -mamba update --update-specs --yes --quiet --channel conda-forge \ - conda-build pip boa conda-forge-ci-setup=3 +mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 +mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/logging_utils.sh b/.scripts/logging_utils.sh index 57bc95c..aff009f 100644 --- a/.scripts/logging_utils.sh +++ b/.scripts/logging_utils.sh @@ -12,7 +12,7 @@ function startgroup { echo "##[group]$1";; travis ) echo "$1" - echo -en 'travis_fold:start:'"${1// /}"'\\r';; + echo -en 'travis_fold:start:'"${1// /}"'\r';; github_actions ) echo "::group::$1";; * ) @@ -28,7 +28,7 @@ function endgroup { azure ) echo "##[endgroup]";; travis ) - echo -en 'travis_fold:end:'"${1// /}"'\\r';; + echo -en 'travis_fold:end:'"${1// /}"'\r';; github_actions ) echo "::endgroup::";; esac diff --git a/README.md b/README.md index a34fccd..9435e65 100644 --- a/README.md +++ b/README.md @@ -145,4 +145,5 @@ Feedstock Maintainers * [@breakthewall](https://github.com/breakthewall/) * [@kenza12](https://github.com/kenza12/) +* [@tduigou](https://github.com/tduigou/)