From 0e404039fd79e5ecd2d1e706a9c0fac77e7a112c Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Fri, 28 Jul 2023 01:59:32 +0000 Subject: [PATCH 1/5] Extend mamba pin --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 83d9c9d..8d7e6a8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,7 +24,7 @@ requirements: run: - python >=3.6 - conda-build >=3.24,<3.26 - - mamba >=1.0,<=1.4.2 + - mamba >=1.4.5,<=1.4.9 - ruamel.yaml - jinja2 - rich From 342aa3cd1c5fce12d41809b7b60ae843aed35293 Mon Sep 17 00:00:00 2001 From: Rohan Shah Date: Fri, 28 Jul 2023 12:09:11 +1000 Subject: [PATCH 2/5] Update build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8d7e6a8..e36c42c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -11,7 +11,7 @@ source: build: script: {{ PYTHON }} -m pip install . --no-deps -vv - number: 0 + number: 1 noarch: python entry_points: - conda-mambabuild = boa.cli.mambabuild:main From 831cdda615d6c0e4b5c252decf6bd7c1f6a2b610 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 02:12:30 +0000 Subject: [PATCH 3/5] MNT: Re-rendered with conda-build 3.26.0, conda-smithy 3.24.1, and conda-forge-pinning 2023.07.27.11.28.36 --- .azure-pipelines/azure-pipelines-linux.yml | 5 ----- 1 file changed, 5 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: | From 551beda54e1282f644ca671d40212fff939eadbd Mon Sep 17 00:00:00 2001 From: rohan-shah-nearmap <85917608+rohan-shah-nearmap@users.noreply.github.com> Date: Fri, 25 Aug 2023 09:13:16 +1000 Subject: [PATCH 4/5] Update recipe/meta.yaml Co-authored-by: jaimergp --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e36c42c..a4629a3 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,7 +24,7 @@ requirements: run: - python >=3.6 - conda-build >=3.24,<3.26 - - mamba >=1.4.5,<=1.4.9 + - mamba >=1.5.0 - ruamel.yaml - jinja2 - rich From 3d6972115ea58447c2607cc2983d1b7fe5fb522f Mon Sep 17 00:00:00 2001 From: rohan-shah-nearmap <85917608+rohan-shah-nearmap@users.noreply.github.com> Date: Fri, 1 Sep 2023 14:36:43 +1000 Subject: [PATCH 5/5] Update recipe/meta.yaml Co-authored-by: h-vetinari --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a4629a3..fcfc43c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,7 +23,7 @@ requirements: - pip run: - python >=3.6 - - conda-build >=3.24,<3.26 + - conda-build >=3.24 - mamba >=1.5.0 - ruamel.yaml - jinja2