From 66d170acc3911c43569fcd94f039d3708f52dc00 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:03:22 +0000 Subject: [PATCH 1/4] updated v0.34.0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 07952a4..6ccd9f8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "openeo" %} -{% set version = "0.33.0" %} +{% set version = "0.34.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/Open-EO/openeo-python-client/archive/refs/tags/v{{ version }}.tar.gz - sha256: 51f1f98688dcd7902adf6848465cd55da2afc6e8cbf57960e6bf02ae1bf765e5 + sha256: 9e8d2ac47a97206691c474d603d76555149d11824ed6b60e6ad273d0ef63c637 # git_url: https://github.com/Open-EO/openeo-python-client.git build: From 90bd5183bc9b1d19796cc4c6cadc3e2a324b635b Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 21:04:16 +0000 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.43.1, and conda-forge-pinning 2024.10.31.07.03.28 --- .scripts/build_steps.sh | 10 +++++----- azure-pipelines.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 9123720..f8051ab 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -31,13 +31,13 @@ pkgs_dirs: solver: libmamba CONDARC +mv /opt/conda/conda-meta/history /opt/conda/conda-meta/history.$(date +%Y-%m-%d-%H-%M-%S) +echo > /opt/conda/conda-meta/history +micromamba install --root-prefix ~/.conda --prefix /opt/conda \ + --yes --override-channels --channel conda-forge --strict-channel-priority \ + pip python=3.12 conda-build conda-forge-ci-setup=4 "conda-build>=24.1" export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 -mamba install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" -mamba update --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip mamba conda-build conda-forge-ci-setup=4 "conda-build>=24.1" - # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 95d88f6..d309e84 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ stages: echo "##vso[task.setvariable variable=log]$git_log" displayName: Obtain commit message - bash: echo "##vso[task.setvariable variable=RET]false" - condition: or(contains(variables.log, '[skip azp]'), contains(variables.log, '[azp skip]'), contains(variables.log, '[skip ci]'), contains(variables.log, '[ci skip]')) + condition: and(eq(variables['Build.Reason'], 'PullRequest'), or(contains(variables.log, '[skip azp]'), contains(variables.log, '[azp skip]'), contains(variables.log, '[skip ci]'), contains(variables.log, '[ci skip]'))) displayName: Skip build? - bash: echo "##vso[task.setvariable variable=start_main;isOutput=true]$RET" name: result From d71a081ee18d54bedb2fe0241c44b151c201416f Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Mon, 4 Nov 2024 13:04:10 +0100 Subject: [PATCH 3/4] PR #25 bump to python>=3.8 too --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6ccd9f8..f8958e4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,11 +19,11 @@ build: requirements: host: - - python >=3.7 + - python >=3.8 - pip - setuptools run: - - python >=3.7 + - python >=3.8 - deprecated >=1.2.12 - numpy >=1.17.0 - pandas >0.20.0 From fa666bee2db5a3b89f2b4b2c3e4976dca50af846 Mon Sep 17 00:00:00 2001 From: Stefaan Lippens Date: Tue, 5 Nov 2024 09:11:27 +0100 Subject: [PATCH 4/4] PR #25 stay below python 3.13 for now --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f8958e4..f806660 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,11 +19,11 @@ build: requirements: host: - - python >=3.8 + - python >=3.8,<3.13 - pip - setuptools run: - - python >=3.8 + - python >=3.8,<3.13 - deprecated >=1.2.12 - numpy >=1.17.0 - pandas >0.20.0