From dfcd728a32f689fad0bfe59f9dd8fae93eac8339 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:58:47 +0000 Subject: [PATCH 1/3] updated v0.11.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index be9d1cf..861166c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.10.0" %} +{% set version = "0.11.0" %} package: name: regionmask @@ -6,7 +6,7 @@ package: source: url: https://pypi.io/packages/source/r/regionmask/regionmask-{{ version }}.tar.gz - sha256: 6e951ad3513234d1fbd9ed2bfe71b4fd8b088d3fd270606251692854976a3a6b + sha256: 1c4c8fd44d413b174ba47dce952a0b26a82dc6d0d3c9b5e2486aad46346d785f build: number: 0 From 951709e123a0c70875caae771df010a3e37289ed Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Fri, 22 Sep 2023 18:58:56 +0000 Subject: [PATCH 2/3] MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.26.2, and conda-forge-pinning 2023.09.22.17.00.20 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- .scripts/build_steps.sh | 9 ++++----- .scripts/logging_utils.sh | 4 ++-- 3 files changed, 6 insertions(+), 12 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/.scripts/build_steps.sh b/.scripts/build_steps.sh index 595f8b5..438ed2b 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 # 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 From c5e763b997c911c94e9a89e2bd6c89a25f21f508 Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Fri, 22 Sep 2023 21:16:07 +0200 Subject: [PATCH 3/3] update dependencies --- recipe/meta.yaml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 861166c..5661da7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -15,24 +15,25 @@ build: requirements: host: - - python >=3.7 + - python >=3.8 - pip - - setuptools_scm + - setuptools >=42 + - setuptools-scm >=7 run: - - python >=3.7 - - geopandas >=0.7 - - numpy >=1.17 + - python >=3.8 + - geopandas >=0.10 + - numpy >=1.21 - packaging >=21.3 - - pooch >=1.2 - - rasterio >=1.1 - - setuptools >=40.4 - - shapely >=1.7 - - xarray >=0.15 + - pooch >=1.4 + - rasterio >=1.2 + - shapely >=1.8 + - xarray >=0.20 run_constrained: - - cartopy >=0.17 - - matplotlib >=3.2 + - cartopy >=0.20 + - cf_xarray >=0.7 + - matplotlib >=3.5 test: imports: