From fa08f284e2bd9bb79b651198d04cf7abbd8dba7e Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Wed, 11 Jun 2025 12:36:05 +0800 Subject: [PATCH 1/4] updated v0.2.4 --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 0cbf292..c399ef6 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.2.3" %} +{% set version = "0.2.4" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz - sha256: 968eb4c51ce2b76bb7b87ee9e5d80d4ab56788af8496ff570cb5e3e75ccc2567 + sha256: e376ea1188500bf139d14a9a91558b39d066dd7a8c6d1cbbccd9ec3ee9bc3834 build: entry_points: @@ -24,6 +24,7 @@ requirements: run: # - certifi <2023.7.22 # - bump2version >=1.0.1,<2.0.0 + - dask-core <=2023.8.1 - python >=3.8,<=3.11 # - dask-core <=2023.8.1 - fastparquet >=0.4.0 From 0425ac66c44e34752350cfda81a112aeac98a656 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sat, 21 Jun 2025 16:26:05 +0800 Subject: [PATCH 2/4] MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.13.01.23.53 --- .scripts/build_steps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 438ed2b..d20d8f4 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,7 +34,7 @@ CONDARC 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 + pip mamba conda-build boa conda-forge-ci-setup=3 # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" From 75ea2cde6a65ec7e346acca739e591d44e3127f4 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Wed, 2 Jul 2025 21:27:25 +0800 Subject: [PATCH 3/4] Should be the same as run. --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c399ef6..f5120d1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,7 +25,7 @@ requirements: # - certifi <2023.7.22 # - bump2version >=1.0.1,<2.0.0 - dask-core <=2023.8.1 - - python >=3.8,<=3.11 + - python >=3.9,<=3.12 # - dask-core <=2023.8.1 - fastparquet >=0.4.0 - pyarrow >=1.0.1 From 46d5c43a2d4db970866c753d16afac50d66b8486 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Fri, 18 Jul 2025 01:04:45 +0800 Subject: [PATCH 4/4] It is commented out here but un-commented above. --- recipe/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f5120d1..ef46a5d 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -26,7 +26,6 @@ requirements: # - bump2version >=1.0.1,<2.0.0 - dask-core <=2023.8.1 - python >=3.9,<=3.12 - # - dask-core <=2023.8.1 - fastparquet >=0.4.0 - pyarrow >=1.0.1 - dask-geopandas >=0.2.0